.sg-archive-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
    background: #f6f6f6;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.sg-archive-giveaways {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sg-archive-giveaway-col {
    width: 100%;
}

.sg-archive-giveaways-pages {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

.sg-archive-giveaways-pages li {
    display: inline-block;
    padding: 0.25em 0.5em;
    border: 1px solid rgba(0,0,0,0.25);
}

@media screen and (min-width: 768px) {
    .sg-archive-giveaway-col {
        width: 48%;
    }
}