/* ==========================================
   DR SWEET – BLUEPRINT DOCUMENT SYSTEM
   Hybrid Premium‑Structured Layout
========================================== */

/* Root Wrapper */
.dsws-blueprint {
    max-width: 820px;
    margin: 60px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.65;
    color: #1a1a1a;
}

/* Main Card */
.dsws-blueprint-card {
    background: #FDFBF7;
    border: 1px solid #e8e6e1;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

/* Main Title */
.dsws-blueprint h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

/* Section Titles */
.dsws-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 10px;
}

/* Protocol Title */
.dsws-protocol-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Subtitle */
.dsws-protocol-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

/* Phase Badge */
.dsws-phase {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 6px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* Objective Box */
.dsws-objective {
    background: #f4f5f6;
    padding: 22px 24px;
    border-radius: 10px;
    margin: 25px 0 35px 0;
    border-left: 4px solid #1f2937;
}

.dsws-objective-title {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #374151;
}

.dsws-objective-text {
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
}

/* Botanical Lists */
.dsws-botanical-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.dsws-botanical-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eceae5;
}

.dsws-formulation-block {
    background: #fbf9f4;
    padding: 28px;
    border-radius: 10px;
    margin: 30px 0 40px 0;
    border: 1px solid #eeeae2;
}

.dsws-formulation-title {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
    color: #3a3a3a;
}

.dsws-botanical-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.dsws-botanical-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eceae5;
    font-size: 16px;
}

.dsws-botanical-list li:last-child {
    border-bottom: none;
}


.dsws-botanical-list li:last-child {
    border-bottom: none;
}

/* Regional Alternative */
.dsws-regional-alt {
    font-size: 16px;
    color: #555;
    margin-top: 6px;
    margin-left: 18px;
    font-style: italic;
}

/* Subtle Supporting Text */
.dsws-subtle {
    font-size: 13px;
    color: #666;
}

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

.dsws-blueprint-card > .dsws-divider:first-of-type {
    margin-top: 35px;
}

/* Implementation Note */
.dsws-implementation-note {
    background: #f8f8f8;
    padding: 20px;
    border-left: 4px solid #d6d3cd;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
}

/* Multi-Protocol Guidance */
.dsws-multi-guidance {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 8px;
    font-size: 14px;
}

/* Advisory Section */
.dsws-advisory {
    font-size: 17px;
    line-height: 1.7;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eceae5;
    color: #2a2a2a;
}

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

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

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

/* Print Optimization */
@media print {
    .dsws-blueprint {
        margin: 0;
    }

    .dsws-blueprint-card {
        border: none;
        padding: 0;
    }

    .dsws-btn {
        display: none;
    }
}