body {
    background-color: var(--secondary-bg) !important;
}

#masthead {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.site-content > .ast-container {
    max-width: 100%;
    padding: 0 !important;
}

/* HERO SECTION */
.hero-section {
    background-color: var(--color-secondary);
}

.advanced-search p {
    font-size: var(--font-sm);
}

.company-details p:last-child {
    margin-bottom: 0;
}
/* /HERO SECTION */

.filters-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.type-wrapper .dropdown-menu {
    text-align: left;
}

.results-count {
    font-weight: var(--font-medium);
}

@media(max-width: 544px) {
    .site-content #primary .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .filters-wrapper {
        margin-bottom: 20px;
    }

    .results-count span {
        display: none;
    }
    
    .type-wrapper.dropdown-wrapper,
    .orderby-wrapper.dropdown-wrapper {
        gap: 15px;
    }
}

.offer-card {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-label {
    max-width: 100%;
    min-width: 200px;
    display: inline-block;
    padding: 5px 30px;
    margin-right: -30px;
}

.offer-logo {
    display: inline-block;
    border: 1px solid var(--color-border-3);
    border-radius: 10px;
    padding: 15px;
}

.offer-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    margin: auto;
    mix-blend-mode: multiply;
}

.offer-desciption p {
    font-size: var(--font-base);
}

.get-offer-button {
    width: 100%;
}

@media (max-width: 768px) {
    .offer-label { 
        margin-right: -20px;
    }

    .pagination-wrapper {
        flex-direction: column-reverse;
        gap: 15px;
    }
}

@media (max-width: 768px) and (min-width: 650px) {
    .offer-logo img {
        width: 125px;
    }
}

@media (max-width: 650px) {
    .offer-cards-wrapper .offer-card-col {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 544px) {
    .pagination-wrapper .results-count {
        order: 1;
    }
}