.round-featured {
    z-index  : 1;
    position : relative;
}
.round-featured__container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 50px;
    align-items: center;
}
.round-featured__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 100px;
}
.round-featured__header-title {
    width: 100%;
}
.round-featured__header > div {
    width: 30%;
}
.round-featured__header-subtitle {
    margin: 0;
}
.round-featured__header-text a,
.round-featured__header-text a:visited,
.round-featured__header-text a:hover,
.round-featured__header-text a:focus,
.round-featured__header-text a:active {
    color: #3D2812;
}
.round-featured__card-image img {
    width: 100%;
    aspect-ratio: 12/9;
    display: block;
    object-fit: cover;
}
.round-featured__card-text {
    padding        : 26px 20px;
    display        : flex;
    flex-direction : column;
    gap            : 16px;
}
.round-featured.round-featured--collapse .round-featured__card-text {
    display: block;
}
.round-featured.round-featured--collapse .round-featured__card-text .toggle  {
    padding-top: 16px;
}
.round-featured__card-content {
    display            : block;
    font-size: 15px;
    line-height: 21px;
    &:not(.show_all_content) {
        display            : -webkit-box;
        overflow           : hidden;
        -webkit-line-clamp : 4;
        line-clamp         : 4;
        -webkit-box-orient : vertical;
    }
    p {
        margin:0;
        padding:0;
    }
}
.round-featured_cta {
    display     : flex;
    align-items : baseline;
    margin-top  : 4px;
}
.round-featured_cta a.round-btn--underline { padding-top: 0; }
.round-featured--style-1 .round-featured__card {
    position: relative;
}
.round-featured--style-1 .round-featured__card-text,
.round-featured--style-3 .round-featured__card-text {
    bottom: 0px;
    display: flex;
    position: absolute;
    width: 50%;
}

.round-featured__card-availability {
   width: fit-content;
   display: inline-block;
   margin-right: 20px;
}
.round-featured__card-cta {
    width: fit-content;
    display: inline-block;
}

/*Swiper*/
.round-featured .swiper-pagination-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-top: 10px;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    margin: 0 30px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-pagination {
    position: relative;
}
.swiper {
    width: 100%;
}
.round-featured__card.is-dark-bg-color .round-featured__card-text {
    color: white;
}
.round-featured__card.is-dark-bg-color .round-featured__card-text a.round-btn--underline {
    color: white;
    font-size: 15px;
}
.round-featured__card.is-dark-bg-color .round-featured__card-text a.round-btn--underline::after {
    background-color: white;
}
.round-featured__card.is-dark-bg-color .round-featured_cta .round-btn--primary {
    border     : 1px solid #F8F4E9;
    background : #F8F4E9;
    color      : #91553D;
    transition : color 0.3s;
}
.round-featured__card.is-dark-bg-color .round-featured_cta .round-btn--primary:hover {
    color: #2F2E33;
}


@media screen and (min-width: 768px){
    .round-featured.round-featured--collapse .round-featured__card .toggle {
        display: none;
    }

    .round-featured.round-featured--collapse .round-featured__card .toggle .round-featured_cta {
        margin-top: 12px;
    }

    .round-featured__card-text {
        padding : 32px 30px;
    }
    .round-featured .swiper-pagination-container {
        margin-top: 40px;
    }
    .round-featured .swiper-slide {
        width: inherit;
    }
}
@media screen and (max-width: 576px){
    .round-featured .swiper-slide {
        width: 100%;
    }
}


/* Editor */
.acf-editor-wrap iframe {
    min-height: 50px !important;
    height: fit-content !important;
}
.acf-field-card-background-color {
    columns: 2;
}
@media screen and (max-width: 768px){
    .acf-field-card-background-color {
        columns: 1;
    }
}