/* style/support.css */

/* --- General Styles for Page Support --- */
.page-support {
    color: #333333; /* Default text color for light background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-support__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-support__section-title {
    font-size: 36px;
    color: #0A2463;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}