.site-footer--upgraded {
    border-top: 4px solid #007f68;
}

.footer-newsroom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 36px 0 26px;
}

.footer-newsroom h3 {
    max-width: 760px;
    margin: 6px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.footer-kicker {
    color: #d6b263;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.footer-cta:hover {
    background: #007f68;
    border-color: #007f68;
}

@media (max-width: 760px) {
    .footer-newsroom {
        grid-template-columns: 1fr;
    }

    .footer-newsroom h3 {
        font-size: 20px;
    }
}

.ad-slot--empty {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(11, 35, 55, .22);
    background: rgba(255,255,255,.6);
}

.ad-empty-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    width: 100%;
    color: #0b2337;
    text-decoration: none;
}

.ad-empty-link strong {
    font-size: 14px;
}

.ad-empty-link span {
    color: #64748b;
    font-size: 12px;
}
