/* ================================================================
   Privacy — Policy page styles
   (icon-shield and shared layout handled by terms.css)
   ================================================================ */

/* Error state — inline in privacy content area */
.error-box {
    padding: 36px;
    text-align: center;
    color: #dc2626;
    background: #fff5f5;
    border-radius: var(--radius);
    border: 1px solid #fca5a5;
    margin: 20px 0;
}

.error-box strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.error-box small {
    color: #b91c1c;
    font-size: 0.82rem;
}
