/* =============================================================
   PS Direct Answer Box — direct-answer.css
   Loaded only on singular blog posts.
   All classes prefixed .ps-da- to avoid theme conflicts.
   ============================================================= */

.ps-da-box {
    background: #eef4fb;
    border: 1px solid #c2d8f0;
    border-left: 4px solid #1a2d4e;
    border-radius: 6px;
    padding: 1.1rem 1.4rem;
    margin: 0 0 2rem;
    line-height: 1.7;
}

.ps-da-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #1a2d4e;
    margin: 0 0 0.45rem;
}

.ps-da-text {
    font-size: 1rem;
    color: #2c3e50;
    margin: 0;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 600px) {
    .ps-da-box {
        padding: 0.9rem 1rem;
    }
    .ps-da-text {
        font-size: 0.95rem;
    }
}
