/* BrP Temporary Suspended Features Override
 * v4 - 2026-05-05 - widened callout to 880px, updated text
 */

a[href="lead-indicators.html"],
a[href="news-archive.html"],
a[href="social-dashboard.html"],
a.nav-link[href="lead-indicators.html"],
a.nav-link[href="news-archive.html"],
a.nav-link[href="social-dashboard.html"],
li.nav-item:has(> a[href="lead-indicators.html"]),
li.nav-item:has(> a[href="news-archive.html"]),
li.nav-item:has(> a[href="social-dashboard.html"]),
li:has(> a[href="lead-indicators.html"]),
li:has(> a[href="news-archive.html"]),
li:has(> a[href="social-dashboard.html"]) {
    display: none !important;
    visibility: hidden !important;
}

.agent-card.suspended,
.hero-btn.suspended {
    opacity: 0.45 !important;
    filter: grayscale(0.85) !important;
    cursor: not-allowed !important;
    position: relative !important;
}
.agent-card.suspended:hover::after,
.hero-btn.suspended:hover::after {
    content: 'Agent suspended to focus on data';
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    pointer-events: none;
    opacity: 1;
    filter: none;
}
.agent-card.suspended:hover::before,
.hero-btn.suspended:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1a1a1a;
    z-index: 10001;
    pointer-events: none;
    opacity: 1;
    filter: none;
}

.hero-section { position: relative !important; }
.act-suspension-notice {
    position: absolute;
    top: 0;
    left: 24px;
    width: 880px;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 20px);
    overflow-y: visible;
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-left: 4px solid #f57c00;
    border-radius: 8px;
    padding: 0 20px 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    color: #4e342e;
    font-size: 12px;
    line-height: 1.275;
    z-index: 5;
    font-family: inherit;
    text-align: left;
}
.act-suspension-notice h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #e65100;
    text-align: left;
}
.act-suspension-notice p { margin: 0 0 8px 0; color: #4e342e; }
.act-suspension-notice ul {
    margin: 4px 0 12px 0;
    padding-left: 20px;
    list-style-type: disc;
    color: #4e342e;
}
.act-suspension-notice ul li { margin: 3px 0; }
.act-suspension-notice strong { color: #4e342e; font-weight: 600; }
.act-suspension-notice ul:last-child,
.act-suspension-notice p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
    .act-suspension-notice {
        position: relative;
        top: auto;
        left: auto;
        max-height: none;
        overflow-y: visible;
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
        margin: 16px auto 24px auto;
    }
}
