/**
 * SphereNexus Editorial Pro v2.5.7
 * Mobile hero recovery, permanent live-news badge and footer help email.
 */

.footer-help-email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0 15px;
    padding: 11px 12px;
    border: 1px solid #d7e6e9;
    border-radius: 5px 14px 5px 14px;
    color: #15344d;
    background: #f3f9f9;
    font-size: 12px;
    font-weight: 500;
}

.footer-help-email .sn-icon {
    width: 18px;
    height: 18px;
    color: #078f89;
}

.footer-help-email span { display: grid; gap: 2px; }
.footer-help-email small { color: #718396; font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

/* The automatic ticker is visible and clearly labelled on every screen. */
.live-update-badge span:last-child {
    display: inline !important;
}

@media (max-width: 760px) {
    .sn-hero-v16-section {
        display: block !important;
        visibility: visible !important;
        min-height: 0 !important;
        opacity: 1 !important;
    }

    .sn-hero-v16-section .sn-container,
    .sn-hero-v16-grid,
    .sn-hero-v16-featured,
    .sn-hero-v16-side {
        visibility: visible !important;
        max-width: 100% !important;
        opacity: 1 !important;
    }

    .sn-hero-v16-grid,
    .sn-hero-v16-featured,
    .sn-hero-v16-side {
        display: grid !important;
    }

    .sn-hero-v16-featured {
        min-height: 520px !important;
    }

    .sn-hero-v16-side {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
        margin-top: 12px;
    }

    .live-update-badge {
        width: auto !important;
        min-width: 72px;
        justify-content: flex-start !important;
        padding: 6px 13px 6px 9px !important;
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    }

    .live-update-badge span:last-child {
        font-size: 7.5px;
        white-space: nowrap;
    }
}

@media (max-width: 410px) {
    .live-update-bar__inner {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }
    .live-update-controls { display: none !important; }
    .live-update-badge { min-width: 65px; }
    .sn-hero-v16-featured { min-height: 500px !important; }
}
