/* ========================================
   ESSENCIENCE - UTILITY STYLES
   External CSS for inline style refactoring
   ======================================== */

/* Header and Typography Utilities */
.header-subtitle {
    font-size: 0.95em;
    opacity: 0.9;
    margin-top: 15px;
}

.header-subtitle-white {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    font-size: 0.95em;
}

/* Paragraph Utilities */
.nested-paragraph {
    margin-top: 10px;
    margin-bottom: 0;
}

.phase-label {
    margin-top: 10px;
}

/* Section Utilities */
.section-bottom-margin {
    margin-bottom: 40px;
}

.section-title-large {
    font-size: 1.1em;
    margin-bottom: 20px;
}

/* List Utilities */
.nested-list {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Formula Utilities */
.centered-formula {
    text-align: center;
    font-family: monospace;
    font-size: 1.1em;
    margin: 20px 0;
}

/* Footer Utilities */
.footer-note {
    margin-top: 30px;
    font-size: 0.9em;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 4px;
}

.footer-copyright {
    margin-top: 20px;
    font-size: 0.9em;
}

.footer-meta {
    margin-top: 15px;
    font-size: 0.9em;
    opacity: 0.8;
}

.footer-meta-alt {
    font-size: 0.85em;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-subtitle,
    .header-subtitle-white {
        font-size: 0.9em;
    }

    .centered-formula {
        font-size: 0.95em;
        margin: 15px 0;
    }

    .section-title-large {
        font-size: 1em;
        margin-bottom: 15px;
    }
}
