/* Support page specific styles */
.support-page {
    /* Add any support-specific styles here */
}

/* Ensure the page displays properly even without specific styles */
.support-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
