/* ==========================================
   DR SWEET – REPORT DOCUMENT SYSTEM
========================================== */

.dsws-report {
    max-width: 820px;
    margin: 60px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
}

/* Section Title */
.dsws-report h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Divider */
.dsws-report-divider {
    margin: 45px 0;
    border-top: 1px solid #e5e5e5;
}

/* Domain Card */
.dsws-domain-card {
    border: 1px solid #eceae5;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 20px;
    background: #ffffff;
}

.dsws-domain-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 6px;
}

.dsws-severity {
    font-weight: 600;
    margin-bottom: 5px;
}

.dsws-severity-stable {
    color: #2e7d32;
}

.dsws-severity-moderate,
.dsws-severity-elevated {
    color: #9c6b00;
}

.dsws-severity-high {
    color: #b00020;
}

/* Lab Influence Badge */
.dsws-lab-flag {
    font-size: 13px;
    color: #b00020;
    margin-top: 4px;
}

/* Executive Summary */
.dsws-summary {
    background: #f8f8f8;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 35px;
}

/* Button */
.dsws-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dsws-btn-primary {
    background: #111;
    color: #fff;
}

.dsws-btn-accent {
    background: #1d4ed8;
    color: #fff;
}

/* Improve vertical rhythm without nested wrapper */

.dsws-report-divider + h2 {
    margin-top: 40px;
}

.dsws-report h2 + p {
    margin-top: 15px;
}

.dsws-report-divider + .dsws-summary {
    margin-top: 40px;
}

.dsws-report-divider + h2 {
    margin-top: 40px;
}

.dsws-report h2 {
    margin-top: 10px;
}

.dsws-subtle {
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: 0.2px;
}