/* ===================================================================
 * EXTRACTED FROM: layouts/_default/baseof.html (lines 42-241)
 * DATE: 2025-10-02
 * PURPOSE: Preserve exact inline styles for article pages
 * NOTES: These rules appeared AFTER style.css in cascade order
 *        Original inline <style> block consolidated to external file
 * ================================================================ */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background: white;
}

.article-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem 20px;
}

.article-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}

.article-container .article-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #000000;
}

.article-container .article-content p {
    margin: 0;
    margin-bottom: 1rem;
}

.article-container .article-content br {
    display: block;
    content: "";
    margin-top: 0;
}

.emphasis {
    color: #000000;
    margin: 0.5rem 0;
}

.emphasis p {
    margin: 0;
    margin-bottom: 0.5rem;
}

.section-break {
    display: none;
}

.back-link {
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 0.85rem;
    text-decoration: none;
}

.back-link:hover {
    color: var(--color-primary);
}

.main-footer {
    display: none;
}

sup {
    font-size: 0.7rem;
    vertical-align: super;
    line-height: 0;
    color: var(--color-primary);
    font-weight: 400;
    margin-left: 1px;
}

sup a {
    color: var(--color-link);
    text-decoration: none;
    padding: 0 2px;
}

sup a:hover {
    color: var(--color-link-hover);
}

hr {
    border: none;
    height: 1px;
    background: #E0E0E0;
    margin: 3rem 0 2rem 0;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #000000;
}

.references {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #E0E0E0;
}

.reference-item {
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    padding-left: 2rem;
    text-indent: -2rem;
}

.reference-item em {
    font-style: italic;
    color: #444;
}

.reference-number {
    color: var(--color-primary);
    font-weight: 500;
    margin-right: 0.5rem;
}

.reference-item a {
    color: var(--color-link);
    text-decoration: none;
}

.reference-item a:hover {
    text-decoration: underline;
}

.epilogue {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.section-divider {
    border: none;
    height: 1px;
    background: #E0E0E0;
    margin: 3rem 0;
    width: 100%;
}

.epilogue h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left;
    color: #000000;
}

.epilogue p {
    margin-bottom: 1.5rem;
}

.epilogue em {
    font-style: italic;
    color: #333;
}

.article-date {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.81rem;
    color: #666666;
    font-style: italic;
    text-align: left;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .article-date {
        font-size: max(0.81rem, 13px);
    }
}

.newsroom-credit {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.81rem;
    font-style: italic;
    color: #666666;
    text-align: left;
    margin-top: 0.6em;
    margin-bottom: 1em;
}

.text-separator {
    color: #BDBDBD;
}

.author-signature {
    text-align: right;
    margin-top: 3rem;
    font-style: italic;
}
