.noxx-media-card-widget {
    padding: 40px 0;
}

.noxx-media-card-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.noxx-media-card-header h2 {
    color: #12153A;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Open Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.5px;
    padding-bottom: 60px;
}

.noxx-media-card-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.noxx-card-nav {
    border-radius: 50%;
    background: #2BADFF;
    color: white;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 15px;
    text-shadow: none;
    box-shadow: none;
    position: absolute;
    transition: scale 0.3s ease;
    border: none;
    z-index: 2;
    cursor: pointer;
}

.noxx-card-nav.prev {
    left: -30px;
}

.noxx-card-nav.next {
    right: -30px;
}

.noxx-card-nav:hover {
    scale: 1.1;
}

.noxx-media-card-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    padding: 60px 0;
    padding-left: calc((100% - (480px * 3 + 30px))/2);
    padding-right: calc((100% - (480px * 3 + 30px))/2);
}

.noxx-media-card-slider::-webkit-scrollbar {
    display: none;
}

.noxx-media-card {
    scroll-snap-align: center;
    min-width: 480px;
    flex: 0 0 480px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 20px 20px 100px 0px rgba(44, 60, 80, 0.10);
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 0;
    transition: z-index 0s 0.3s;
}

.noxx-media-card-link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.noxx-media-card-link h3 {
    color: #12153A !important;
    font-family: "Open Sans" !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    margin: auto;
}

.noxx-media-card-date {
    color: #635BFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    display: flex !important;
}

.noxx-media-wrapper {
    position: relative;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    overflow: hidden;
}

.noxx-media-wrapper-inner {
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.noxx-media-wrapper iframe {
    pointer-events: none;
    width: 150% !important;
    height: 150% !important;
    border: none;
    position: absolute;
    max-width: initial !important;
    margin: auto !important;
    top: initial;
    left: initial;
}

.noxx-media-wrapper-inner img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: initial;
    object-fit: cover;
}

.noxx-media-meta {
    display: none;
}

.noxx-video-slider-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.noxx-video-slider-title {
    color: #12153A;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Open Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.5px;
    padding-bottom: 60px;
}

.noxx-video-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 10px;
}

.noxx-video-title {
    color: #12153A !important;
    font-family: "Open Sans" !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.noxx-video-date {
    color: #635BFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    display: block !important;
}
.noxx-media-card {
    min-width: 480px;
}
.noxx-media-card h3.noxx-video-title {
    font-size: 24px !important;
    line-height: 120% !important;
}
.noxx-media-card {
    padding: 25px 15px;
}
html body .noxx-media-card-widget h2.noxx-video-slider-title {
    padding: initial !important;
}
.noxx-media-card-slider {
    padding: 100px 0;
    padding-top: 40px;
}
.noxx-media-card-widget .noxx-video-slider-header {
    margin: auto !important;
}

.empty-card {
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
    visibility: hidden;
}

@media (max-width: 767px) {
    .noxx-media-card {
        flex: 0 0 100%;
    }
    
    .noxx-video-slider-title {
        font-size: 36px;
        line-height: 1.2em;
    }
    
    .noxx-video-title {
        font-size: 23px !important;
        line-height: 140% !important;
    }
    .noxx-media-card-slider {
        padding-left: calc((100% - 480px)/2);
        padding-right: calc((100% - 480px)/2);
    }
    .empty-card {
        display: none;
    }
    .noxx-media-card {
        min-width: initial;
        max-width: 85%;
        padding: 20px 10px;
    }
    .noxx-media-card-container {
        max-width: 100%;
        margin: auto;
    }
    a.noxx-video-link h3.noxx-video-title {
        font-size: 19px !important;
        line-height: 120% !important;
    }
    .noxx-media-wrapper {
        height: 200px;
    }
    .noxx-media-card-container .noxx-card-nav.next {
        right: 5px;
        display: none;
    }

    .noxx-media-card-container .noxx-card-nav.prev {
        left: 5px;
        display: none;
    }
    .noxx-media-card-widget {
        padding-bottom: 0;
    }



}

/* Style for the centered card */
.noxx-media-card[style*="z-index: 1"] {
    transition: z-index 0s;
} 