/* =========================================================
   RD3 REFERENCE STYLES
   Reusable site components
   ========================================================= */


/* =========================================================
   CONTENT
   ========================================================= */

.intro {
    margin-bottom: 30px;
}

.intro-bold {
    color: #993333;
    font-weight: bold;
}

.content-section {
    margin-bottom: 3rem;
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-divider {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
}




/* =========================================================
   CONTENT BLOCK
   ========================================================= */

.content-block {
    margin: 14px 0;
    padding: 16px 18px;
}

.content-block h3,
.content-block h4 {
    margin-top: 0;
}


/* =========================================================
   IMPORTANT CONTENT
   ========================================================= */

.content-important {
    margin: 14px 0;
    padding: 16px 18px;
}

.content-important h3,
.content-important h4 {
    margin-top: 0;
}

.alert-important {
    display: block;
    margin: 18px 0;
    padding: 14px 18px;

    background-color: #fff5f5;

    border: 2px solid #dc2626;
    border-left: 6px solid #dc2626;
    border-radius: 6px;

    color: #dc2626 !important;
    font-weight: 700;
    line-height: 1.5;
}

.alert-important p {
    
    color: #dc2626 !important;

}

/* =========================================================
   CONTENTS
   ========================================================= */

.contents-box {
    margin: 30px 0;
}

.contents-box h2,
.contents-box h3 {
    margin-top: 0;
}


/* =========================================================
   ACCENT BOX
   ========================================================= */

.accent-box {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;

    background: #f8fafc;

    border: 1px solid #e2e8f0;
    border-left: 4px solid #993333;
    border-radius: 0 6px 6px 0;
}

.accent-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.accent-box p:last-child,
.accent-box ul:last-child {
    margin-bottom: 0;
}

.accent-box li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.back-to-top {
    display: inline-block;


    font-size: 0.9rem;
    font-weight: 600;

    text-decoration: none;
}

.back-to-top:hover {
    text-decoration: underline;
}


/* =========================================================
   QUESTION & ANSWER
   ========================================================= */

.qa-block {
    margin: 14px 0;
    padding: 16px 18px;
}

.qa-question {
    display: block;

    margin: 0 0 10px;
    padding: 0;

    color: #1e293b;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.qa-question::before {
    content: "Question:";

    display: inline;
    margin-right: 8px;

    color: #16a34a;
    font-weight: 800;
}

.qa-answer {
    display: block;

    margin: 0;
    padding: 0;

    color: #334155;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.qa-answer::before {
    content: "Answer:";

    display: inline;
    margin-right: 8px;

    color: #0284c7;
    font-weight: 800;
}

.qa-answer ul{
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0284c7;
    border-radius: 0 6px 6px 0;
    padding: 20px 24px;
    margin-bottom: 35px;
}





/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .content-block,
    .content-important,
    .qa-block {
        padding: 1rem;
    }

}

@media (max-width: 450px) {

    .content-block,
    .content-important,
    .qa-block {
        padding: 12px 14px;
    }

}