#topical-authority {
    background: #fff;
    scroll-margin-top: 100px;
}

#topical-authority .ta-detail {
    margin-top: 1rem;
}

#topical-authority .ta-cta {
    margin-top: 1.75rem;
}

#topical-authority .ta-cta .hero-cta {
    display: inline-flex;
}

#topical-authority .or-visual {
    flex: 1.15;
    width: 100%;
}

.ta-dashboard {
    width: 100%;
    margin: 0;
}

.ta-dashboard-preview {
    display: block;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(17, 24, 39, 0.06);
}

.ta-dashboard-preview:focus-visible {
    outline: 2px solid #e11d2a;
    outline-offset: 4px;
}

.ta-dashboard-preview img {
    display: block;
    width: 100%;
    height: auto;
}

.ta-dashboard-caption {
    margin-top: 12px;
    color: #6b7280;
    font-size: 0.72rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 768px) {
    #topical-authority .or-copy,
    #topical-authority .or-visual {
        flex: none;
        width: 100%;
    }

    #topical-authority .ta-cta {
        text-align: center;
    }
}
