/* Other pages - Privacy, Terms & Conditions, etc.
------------------------------------------------------ */

/* Page header style - only for help pages */
body.help_page .ec-pageHeader {
    margin-bottom: 30px;
}

body.help_page .ec-pageHeader h1 {
    margin: 0 0 15px;
    padding: 8px 0 12px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
}

/* Content grid for text pages - only for help pages */
body.help_page .ec-off1Grid {
    margin-bottom: 30px;
}

body.help_page .ec-off1Grid__cell {
    margin-bottom: 20px;
}

/* Headings for sections - only for help pages */
body.help_page .ec-heading {
    margin: 24px 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Bold headings for subsections - only for help pages */
body.help_page .ec-heading-bold {
    margin: 20px 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Paragraph styling - only for help pages */
body.help_page .ec-off1Grid__cell p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

/* List styling for terms pages - only for help pages */
body.help_page .ec-off1Grid__cell ul,
body.help_page .ec-off1Grid__cell ol {
    margin: 0 0 20px 20px;
}

body.help_page .ec-off1Grid__cell li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Responsive adjustments - only for help pages */
@media only screen and (min-width: 768px) {
    body.help_page .ec-pageHeader h1 {
        font-size: 28px;
    }

    body.help_page .ec-heading {
        font-size: 20px;
    }

    body.help_page .ec-heading-bold {
        font-size: 18px;
    }
} 