.recommended_by_image_wrapper_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommended_by_popup_button svg {
    fill: white;
    width: 20px;
    height: 20px;
}
.recommended_by_image_wrapper {
    position: relative;
}
.recommended_by_popup_button {
    width: 40px;
    background: rgba(0, 0, 0, 0.71);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.recommended_by_inner .swiper {
    overflow: visible !important;
}
.recommended_by-item_inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.recommended_content {
    padding: 20px;
    background: #333;
}
.recommended_by_image_wrapper_inner {
    height: 100%;
}
.recommended_by_image_wrapper {
    width: 48%;
}
.recommended_content {
    width: 52%;
}
.recommended_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.recommended_by-item {
    height: auto;
}
.recommended_by_outter {
    overflow: hidden;
}
.section_header {
    margin-bottom: 40px;
}

/* Popup Styles */


.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.video-popup.active {
    display: flex;
}
.video-popup-content {
    position: relative;
    max-width: 1000px;
    width: 90%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
}
.video-popup-content video {
    width: 100%;
    height: auto;
    display: block;
}
.video-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    line-height: 1;
}
.video-popup-content video {
    max-height: 90vh;
    object-fit: cover;
}
.video-popup-close {
    display: flex;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.recommended_content_header .h3.recommended_heading {
    margin-bottom: 12px;
}
.video-popup-content iframe {
    width: 100%;
    min-height: 60vh;
    border: 0;
    height: auto;
    border-radius: 8px;
}
.video-popup {
    display: none;
}

.video-popup.active {
    display: flex;
}
@media (max-width: 959px){
    .recommended_content {
        padding: 15px;
    }
    .video-popup-content {
        width: 95%;
    }
    .section_header {
        margin-bottom: 25px;
    }
    .swiper-custom_buttons-wrapper.page-width {
        padding-left: 0;
        padding-right: 0;
    }
    .recommended_content_header .h3.harmonysans_bold.recommended_heading {
        font-size: 16px;
    }
    .recommended_content .block_subtitle {
        font-size: 12px;
    }
    .recommended_by_outter .title2.harmonysans_bold {
        text-align: center;
    }
}

@media(min-width: 960px){
    .recommended_by_inner.page-width {
        padding: 0;
        max-width: unset;
    }
}