/* Featured Ads */
.featured-boosted-adverts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1432px;
    margin: 0 auto 80px auto;
}

.featured-boosted-adverts-wrapper .featured-boosted-adverts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
    width: 100%;
}

.featured-boosted-adverts-wrapper .featured-boosted-adverts h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 42.45px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
    margin-bottom: 0;
}

.featured-boosted-adverts-wrapper .featured-boosted-adverts p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
    margin-bottom: 0;
}

.featured-boosted-adverts-wrapper .myBoostedAdverts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    max-width: -webkit-fill-available;
}

.featured-boosted-adverts-wrapper .listing-card {
    background: var(--card-light-grey);
    border: none;
    border-radius: 12.63px;
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 436.625px;
    height: 674.891px;
}

.featured-boosted-adverts-wrapper .listing-card.boosted {
    border: 1px solid var(--card-border-yellow);
    box-shadow: 0 1px 3px rgba(201, 160, 55, 1);
}

.featured-boosted-adverts-wrapper .listing-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.432);
    transform: translateY(-3px);
}

.featured-boosted-adverts-wrapper .listing-card.boosted:hover {
    box-shadow: 0 10px 20px rgba(201, 160, 55, 0.432);
}

/* Listing Image */
.featured-boosted-adverts-wrapper .listing-image {
    position: relative;
    width: 100%;
    padding-top: 400px;
    overflow: hidden;
    border-radius: 5px;
}

.featured-boosted-adverts-wrapper .listing-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    border-radius: 5px;
}

.featured-boosted-adverts-wrapper .listing-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 15px;
    padding: 20px;
}

.featured-boosted-adverts-wrapper .listing-content .listing-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-green);
    margin-bottom: 0;
    white-space: normal;
}

.featured-boosted-adverts-wrapper .listing-price b,
.featured-boosted-adverts-wrapper .listing-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25.26px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--text-green);
}

.featured-boosted-adverts-wrapper .listing-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25.26px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--text-green);
}

.featured-boosted-adverts-wrapper .meta-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7.58px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--text-green);
}

.featured-boosted-adverts-wrapper .meta-item.separator {
    font-size: 8.6px;
    font-weight: 200;
}

.featured-boosted-adverts-wrapper .meta-item svg {
    width: 20.20571517944336px;
    height: 20.20571517944336px;
}

.myBoostedAdverts .swiper {
    padding: 20px 0;
}

.myBoostedAdverts .swiper-slide {
    display: flex;
    justify-content: center;
}

.myBoostedAdverts .swiper-button-next,
.myBoostedAdverts .swiper-button-prev {
    color: var(--white);
    background-color: var(--green);
    border-radius: 50% 50%;
    width: 40px;
    height: 40px;
}

.myBoostedAdverts .swiper-button-next:hover,
.myBoostedAdverts .swiper-button-prev:hover {
    background-color: var(--green-hover);
}

.myBoostedAdverts .swiper-button-next:after,
.myBoostedAdverts .swiper-button-prev:after {
    font-weight: 300;
    font-size: 12px;
}

.badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8.37px;
    color: var(--text-white);
}

.badge-boosted,
.badge-verified {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    vertical-align: middle;
    height: 23.736474990844727px;
    border-radius: 3.26px;
    gap: 21.58px;
    padding: 16.28px;
}

.badge-boosted {
    background-color: var(--yellow);
}

.badge-verified {
    background-color: var(--green);
}

@media only screen and (max-width: 1025px) {
    .myBoostedAdverts .listing-card {
        height: 680px;
        width: 390px;
    }
}

@media only screen and (max-width: 950px) {
    .myBoostedAdverts .listing-card {
        height: 440px;
        width: 320px;
    }
}

@media screen and (max-width: 768px) {
    .featured-boosted-adverts-wrapper .featured-boosted-adverts {
        gap: 15px;
    }

    .featured-boosted-adverts-wrapper .featured-boosted-adverts h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
    }

    .featured-boosted-adverts-wrapper .featured-boosted-adverts p {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }

    .myBoostedAdverts .listing-card {
        height: auto;
    }
}

@media only screen and (max-width: 450px) {
    .featured-boosted-adverts-wrapper .meta-item.separator {
        display: none;
    }

    .featured-boosted-adverts-wrapper .listing-content {
        padding: 15px;
        gap: 10px;
    }

    .featured-boosted-adverts-wrapper .listing-price,
    .featured-boosted-adverts-wrapper .listing-meta {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

    .featured-boosted-adverts-wrapper .listing-price b,
    .featured-boosted-adverts-wrapper .listing-price {
        font-size: 16px;
    }

    .featured-boosted-adverts-wrapper .meta-item {
        font-size: 14px;
    }

    .featured-boosted-adverts-wrapper .meta-item svg {
        width: 15px;
        height: 15px;
    }
}
