/* ===================================================================
   MINIMAL ARTICLE STYLESHEET - Migration Phase
   For slot review PHP includes - stripped down version
   Last Updated: February 2026
   =================================================================== */

/* ===================================================================
   HEADINGS
   =================================================================== */
h1 {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 6px;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin-top: 48px;
    margin-bottom: 6px;
    -webkit-text-size-adjust: 100%;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-top: 36px;
    margin-bottom: 5px;
}

h3:first-child {
    margin-top: 0;
}

/* FAQ-style H3 headers - Dark blue for Q&A sections */
h3.faq,
.faq-question {
    color: #309;
    margin-top: 30px;
    margin-bottom: 3px;
}

/* ===================================================================
   BODY TEXT
   =================================================================== */
p {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: 6px;
    margin-bottom: 28px;
    -webkit-text-size-adjust: 100%;
}

p:last-child {
    margin-bottom: 0;
}

/* Blue Italic Subheading */
.subheading {
    color: #309;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin: 9px 0 3px 0;
    display: block;
}

/* ===================================================================
   INLINE ELEMENTS
   =================================================================== */
strong {
    font-weight: bold;
    color: #000;
}

em {
    font-style: italic;
}

a:link {
    color: #00f;
    text-decoration: underline;
}

a:visited {
    color: #00f;
    text-decoration: underline;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

/* ===================================================================
   LISTS
   =================================================================== */
ul {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-left: 30px;
    list-style-type: disc;
}

li {
    margin-bottom: 0;
}

/* Nested lists */
ul ul {
    margin-top: 8px;
    margin-bottom: 0;
}

/* ===================================================================
   END OF MINIMAL ARTICLE STYLESHEET
   =================================================================== */
