.tv-sat-scope {
    --bg: #0b3f44;
    --card: #ffffff;
    --muted: #f5f6f7;
    --ink: #000;
    --shadow: 0 8px 28px rgba(0, 0, 0, .18);
    --radius: 20px;
    --bg-production: #1b9297;
    --bg-rights: #236c72;
    background-color: #1f2223;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tooltip-inner {
    text-align: left;
    padding: 1rem;
    min-width: 15rem;
}

.tooltip-inner ul {
    margin-bottom: 0;
}

.tv-sat-scope * {
    box-sizing: border-box;
}

.overlap-content {
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-banner {
    background: url('/wp-content/uploads/2025/10/contenido-banner-2.jpg') center bottom / cover no-repeat;
    min-height: 335px;
    display: flex;
    align-items: center;
    position: relative;
}

.tv-sat-scope .tv-sat-banner-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
}

.tv-sat-scope .tv-sat-title {
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(28px, 4vw, 48px);
    margin: 0;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

.tv-sat-scope .tv-sat-vrio-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
}

.tv-sat-scope .tv-sat-vrio-container .tv-sat-vrio-description {
    max-width: 35rem;
    font-weight: 300;
    color: #e1e1e1;
}

.tv-sat-scope .tv-sat-card {
    background: var(--card);
    border-radius: 20px 20px 26px 26px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo img {
    height: 4rem;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-description {
    max-width: 40rem;
    margin: 2rem auto 0.5rem;
}

.tv-sat-scope .tv-sat-card>.row>div:last-child {
    padding-top: 2rem;
}

.tv-sat-scope .tv-sat-devices {
    width: 100%;
    max-width: 780px;
    border-radius: 12px;
    display: block;
}

.tv-sat-scope .tv-sat-links-outer {
    margin: 0 auto;
}

.tv-sat-scope .tv-sat-links-bar {
    background: #CECECE;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px 18px 2.2rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}

.tv-sat-scope .tv-sat-links-bar img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    flex: 0 0 auto;
}

.tv-sat-scope .tv-sat-links-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.tv-sat-scope .tv-sat-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.tv-sat-scope .tv-sat-link:hover,
.tv-sat-scope .tv-sat-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tv-sat-scope .tv-sat-sep {
    display: inline-block;
    margin: 0 18px;
    opacity: .6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    align-self: center;
    font-weight: 400;
}

.tv-sat-scope .tv-sat-production-container {
    background-color: var(--bg-production);
    color: #fff;
}

.tv-sat-scope .tv-sat-rights-container p,
.tv-sat-scope .tv-sat-production-container p {
    max-width: 27rem;
}

.tv-sat-scope .tv-sat-rights-container {
    background-color: var(--bg-rights);
    color: #fff;
    padding-bottom: 0 !important;
}

.tv-sat-scope .tv-sat-rights-container + div {
    background-color: var(--bg-rights);
    border-radius: 0 0 20px 20px;
    padding-top: 0 !important;
}

.tv-sat-scope .tv-sat-rights-container,
.tv-sat-scope .tv-sat-production-container {
    padding: 3rem 8rem;
}

/* Header icono + título en secciones de producción y derechos */
.tv-sat-scope .tv-sat-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tv-sat-scope .tv-sat-section-header img {
    flex: 0 0 auto;
}

/* GRID de CONTENIDO */

.tv-sat-scope .logos-grid {
    align-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 18px 0px;
    justify-items: end;
    align-items: center;
    padding: 0px;
}

.tv-sat-scope .logos-grid.three-columns {
    width: 19.2rem;
}

.tv-sat-scope .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .12s ease;
}

.tv-sat-scope .logo-box:hover {
    transform: scale(1.05);
}

.tv-sat-scope .logo-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.tv-sat-scope .logos-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 56rem;
    margin: 0 auto;
}

.tv-sat-scope .logos-wrap img {
    max-height: 55px;
    width: auto;
    object-fit: contain;
    transition: transform .2s ease;
}

.tv-sat-scope .logos-wrap a:hover img {
    transform: scale(1.08);
}

/* FIN - GRID de CONTENIDO */

/* ── ott-card (DGO/SKY+, DSPORTS, TyC dentro de tv-sat-scope) ── */

.tv-sat-scope .tv-sat-card-container > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.tv-sat-scope .ott-card {
    background: var(--card);
    border-radius: 20px 20px 26px 26px;
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}


.tv-sat-scope .ott-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "text"
        "media";
    gap: 24px;
    align-items: center;
    justify-items: center;
    padding: 32px;
}

.tv-sat-scope .ott-col {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tv-sat-scope .ott-col--text {
    grid-area: text;
    align-items: flex-start;
    padding-left: 0;
}

.tv-sat-scope .ott-col--media {
    grid-area: media;
    align-items: center;
}

.tv-sat-scope .ott-logos {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4rem;
    justify-content: center;
}

.tv-sat-scope .ott-logos img {
    height: 4rem;
    width: auto;
    display: block;
}

.tv-sat-scope .ott-subtitle {
    font-weight: 800;
    margin: 18px 0 8px;
    color: #111;
}

.tv-sat-scope .ott-text {
    margin: 0;
    color: #333;
    text-align: center;
}

.tv-sat-scope .ott-text + .ott-text {
    margin-top: 1rem;
}

.tv-sat-scope .ott-devices-wrap {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-sat-scope .ott-devices {
    width: 100%;
    max-width: 780px;
    border-radius: 12px;
    display: block;
    height: auto;
}

.tv-sat-scope .ott-links-outer {
    margin: 0 auto;
}

.tv-sat-scope .ott-links-bar {
    background: #CECECE;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}

.tv-sat-scope .ott-links-bar img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    flex: 0 0 auto;
}

.tv-sat-scope .ott-links-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.tv-sat-scope .ott-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.tv-sat-scope .ott-link:hover,
.tv-sat-scope .ott-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tv-sat-scope .ott-sep {
    display: inline-block;
    margin: 0 18px;
    opacity: .6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    align-self: center;
    font-weight: 400;
}

/* ── Responsive ── */

@media (min-width: 992px) {
    .tv-sat-scope .ott-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: "text media";
        gap: 24px;
    }

    .tv-sat-scope .ott-col--text {
        padding-left: 2rem;
        align-items: flex-start;
    }

    .tv-sat-scope .ott-logos {
        justify-content: flex-start;
    }

    .tv-sat-scope .ott-text {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .tv-sat-scope .ott-logos img {
        height: 5rem;
    }

    .tv-sat-scope .logos-wrap {
        max-width: 68rem;
    }

    .tv-sat-scope .logos-wrap a {
        width: 10rem;
    }
}

@media (max-width: 991.98px) {

    .tv-sat-scope .tv-sat-card .tv-sat-card-description {
        min-height: initial;
    }

    .tv-sat-scope .tv-sat-card {
        max-width: 100%;
    }

    .tv-sat-scope .tv-sat-card-container > .row > div:nth-child(even) .tv-sat-card {
        background-color: #e1e1e1;
    }

    .tv-sat-scope .tv-sat-links-outer {
        max-width: 100%;
    }

    .tv-sat-scope .tv-sat-links-bar {
        max-width: 100%;
        background-color: initial;
    }

    .tv-sat-scope .tv-sat-links-wrap,
    .tv-sat-scope .tv-sat-link {
        display: block;
    }

    .tv-sat-scope .tv-sat-card {
        border-radius: 0;
        margin: 0;
        padding-bottom: 3rem;
    }

    .tv-sat-scope .ott-card {
        border-radius: 0;
        margin: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tv-sat-scope .ott-links-bar {
        max-width: 100%;
        background-color: initial;
    }

    .tv-sat-scope .ott-links-wrap,
    .tv-sat-scope .ott-link {
        display: block;
    }

    .tv-sat-scope .ott-sep {
        display: none;
    }

    .tv-sat-scope .logos-wrap {
        max-width: 35rem;
    }

    .tv-sat-scope .logos-wrap a {
        width: 10rem;
    }

    .tv-sat-scope .tv-sat-rights-container p,
    .tv-sat-scope .tv-sat-production-container p {
        max-width: 100%;
    }

    .tv-sat-scope .tv-sat-rights-container,
    .tv-sat-scope .tv-sat-production-container {
        padding: 3rem calc(3rem - var(--bs-gutter-x) * .5);
    }

    .tv-sat-scope .tv-sat-rights-container + div {
        border-radius: 0;
    }

    .tv-sat-scope .ott-card--alt {
        background-color: #e1e1e1;
    }
}

@media (max-width: 768px) {
    .tv-sat-scope .ott-col--text {
        padding-left: 0;
    }

    .tv-sat-scope .ott-logos {
        justify-content: center;
    }

    .tv-sat-scope .ott-logos img {
        height: 4rem;
    }
}

@media (max-width: 576px) {
    .tv-sat-scope .ott-logos img {
        height: 2.6rem;
    }
}

@media (max-width: 480px) {
    .tv-sat-scope .tv-sat-links-wrap,
    .tv-sat-scope .ott-links-wrap {
        flex-wrap: wrap;
        white-space: normal;
        gap: 8px;
    }
}