.tv-carousel-wrapper-11250 {
    position: relative;
    width: 100%;
}

.tv-swiper-11250 {
    width: 100%;
    padding-bottom: 60px !important; /* Extra space for navigation */
    position: static; 
}

.tv-swiper-11250 .swiper-slide {
    height: auto;
}

.tv-card-11250 {
    background: #ffffff;
    border-radius: 8px; /* Controlled via Elementor */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tv-content-11250 {
    padding: 30px 30px 15px;
    flex-grow: 1;
}

.tv-author-11250 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.tv-author-img-11250 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tv-author-img-11250 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tv-name-11250 {
    font-weight: 700;
    font-size: 17px;
    color: #171717;
    line-height: 1.2;
}

.tv-job-11250 {
    font-size: 14px;
    color: #777;
    margin-top: 0;
    line-height: 1.2;
}

.tv-text-11250 {
    font-size: 16px;
    line-height: 1.6;
    color: #404040;
    font-style: italic;
}

.tv-text-11250 p {
    margin-top: 0;
}

.tv-text-11250 p:last-child {
    margin-bottom: 0;
}

/* Widescreen 16:9 thumbnail in the card (lightbox stays 9:16) */
.tv-video-container-11250 {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    background: #000;
}

.tv-video-thumb-11250 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.tv-video-thumb-11250::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.tv-video-container-11250:hover .tv-video-thumb-11250::before {
    background: rgba(0,0,0,0.4);
}

.tv-play-btn-11250 {
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.tv-video-container-11250:hover .tv-play-btn-11250 {
    transform: scale(1.1);
    background: #014B1A;
}

/* Navigation System - Standardized */
.tv-carousel-wrapper-11250 .tv-nav-buttons-11250 {
    position: absolute;
    z-index: 10;
    display: flex;
    gap: 10px;
    pointer-events: none;
}

.tv-carousel-wrapper-11250 .swiper-button-next,
.tv-carousel-wrapper-11250 .swiper-button-prev {
    position: static;
    margin: 0;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #171717;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tv-carousel-wrapper-11250 .swiper-button-next i,
.tv-carousel-wrapper-11250 .swiper-button-prev i {
    font-size: 20px;
    line-height: 1;
}

.tv-carousel-wrapper-11250 .swiper-button-next svg,
.tv-carousel-wrapper-11250 .swiper-button-prev svg {
    width: 20px;
    height: 20px;
    display: block;
}

.tv-carousel-wrapper-11250 .swiper-button-next:hover,
.tv-carousel-wrapper-11250 .swiper-button-prev:hover {
    background: #f5f5f5;
    color: #000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.tv-carousel-wrapper-11250 .swiper-button-next:after,
.tv-carousel-wrapper-11250 .swiper-button-prev:after {
    display: none;
}

/* Arrow Positions Layout */
.tv-carousel-wrapper-11250.nav-pos-bottom_left .tv-nav-buttons-11250 {
    bottom: 0;
    left: 0;
}

.tv-carousel-wrapper-11250.nav-pos-bottom_right .tv-nav-buttons-11250 {
    bottom: 0;
    right: 0;
}

.tv-carousel-wrapper-11250.nav-pos-top_right .tv-nav-buttons-11250 {
    top: -60px;
    right: 0;
}

.tv-carousel-wrapper-11250.nav-pos-inside .tv-nav-buttons-11250,
.tv-carousel-wrapper-11250.nav-pos-outside .tv-nav-buttons-11250 {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
}

.tv-carousel-wrapper-11250.nav-pos-inside .tv-nav-buttons-11250 {
    left: 0;
    padding: 0 15px;
}

.tv-carousel-wrapper-11250.nav-pos-outside .tv-nav-buttons-11250 {
    left: -20px;
    width: calc(100% + 40px);
}

.tv-carousel-wrapper-11250 .swiper-button-lock,
.tv-carousel-wrapper-11250 .swiper-pagination-lock {
    display: none !important;
}

@media (max-width: 767px) {
    .tv-carousel-wrapper-11250.hide-arrows-mobile .tv-nav-buttons-11250 {
        display: none !important;
    }
}

.tv-swiper-11250 .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
}

.tv-swiper-11250 .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.tv-carousel-wrapper-11250.has-scrollbar .swiper-scrollbar {
    display: block;
    margin-top: 15px;
    position: relative;
    background: #e5e5e5;
}

/* Modal Styles - ABSOLUTE STRICT Portrait 9:16 ONLY */
.tv-modal-overlay-11250 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tv-modal-overlay-11250.tv-active {
    opacity: 1;
    visibility: visible;
}

.tv-modal-content-wrapper-11250 {
    position: relative;
    width: min(90vw, calc(90vh * 9 / 16));
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    background: #000;
}

.tv-modal-content-11250 {
    position: absolute;
    inset: 0;
    display: block;
}

.tv-modal-close-11250 {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
    transition: background 0.3s ease;
}

.tv-modal-close-11250:hover {
    background: rgba(0,0,0,0.8);
}

/* Video completely covers the 9:16 padded area */
.tv-modal-content-11250 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important; /* The magic that prevents black bars */
}

