/* style/support.css */

/* Base styles for the page content, ensuring text contrast */
.page-support {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #ffffff; /* Assuming body background is light */
}

/* Fixed header spacing - body already handles padding-top */
.page-support__hero-section,
.page-support__section {
    padding-top: 10px; /* Small top padding for sections */
}