.tv-modern-footer {
    clear: both;
    margin-top: 42px;
    color: #dbe7ef;
    background: #0b2238;
    border-top: 4px solid #e84d3d;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

.tv-modern-footer,
.tv-modern-footer * {
    box-sizing: border-box;
}

.tv-footer-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.tv-footer-grid {
    display: grid;
    grid-template-columns: minmax(230px, 1.25fr) repeat(2, minmax(150px, .8fr)) minmax(210px, 1fr);
    gap: 34px;
    padding: 38px 0 32px;
}

.tv-footer-grid > div {
    min-width: 0;
}

.tv-footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
}

.tv-footer-brand img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 58px;
    object-fit: contain;
}

.tv-footer-grid p {
    margin: 0 0 13px;
    color: #9fb2c1;
    font-size: 13px;
}

.tv-footer-grid .tv-footer-slogan {
    color: #f3b552;
    font-size: 12px;
}

.tv-footer-preferred-source {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(219, 231, 239, .16);
}

.tv-footer-preferred-source .tv-footer-title {
    margin-bottom: 7px;
}

.tv-footer-preferred-source p {
    margin-bottom: 10px;
    font-size: 11px;
}

.tv-footer-preferred-source .tv-footer-preferred-link {
    display: inline-block;
    margin-top: 8px;
    color: #f3b552;
    font-size: 11px;
    font-weight: 700;
}

.tv-footer-title {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.tv-footer-grid a:not(.tv-footer-brand) {
    display: block;
    width: fit-content;
    margin: 0 0 9px;
    color: #dbe7ef;
    font-size: 13px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.tv-footer-grid a:not(.tv-footer-brand):hover {
    color: #f3b552;
    transform: translateX(3px);
}

.jeg_sharelist a.tv-share-button {
    color: #fff !important;
    background: #475569 !important;
}

.jeg_sharelist a.tv-share-button:hover {
    color: #fff !important;
    background: #1f2937 !important;
}

.tv-copy-notice {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99999;
    padding: 11px 16px;
    color: #fff;
    background: #0b2238;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    font: 600 12px/1.4 Inter, "Segoe UI", Arial, sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
}

.tv-copy-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tv-footer-credits {
    padding-left: 22px;
    border-left: 1px solid rgba(219, 231, 239, .18);
}

.tv-footer-credits strong {
    color: #fff;
    font-size: 15px;
}

.tv-footer-credits .tv-footer-note {
    margin-top: 17px;
    font-size: 11px;
}

.tv-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0 19px;
    color: #91a6b5;
    border-top: 1px solid rgba(219, 231, 239, .16);
    font-size: 11px;
}

@media (max-width: 900px) {
    .tv-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 24px;
    }

    .tv-footer-intro {
        grid-column: 1 / -1;
    }

    .tv-footer-credits {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 560px) {
    .tv-footer-shell {
        width: min(100% - 32px, 1240px);
    }

    .tv-footer-grid {
        grid-template-columns: 1fr;
        padding: 30px 0 24px;
    }

    .tv-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
