/* Theme-level overrides load after page styles. Finexy uses its page styles unchanged. */

/* Fullwidth Layout Adjustments */
body[data-theme="finexy"] .container,
body[data-theme="finexy"] .home-shell,
body[data-theme="finexy"] .header-inner,
body[data-theme="finexy"] .skeleton-content-area,
body[data-theme="finexy"] .ai-spa-container,
body[data-theme="finexy"] .guest-location-shell,
body[data-theme="finexy"] .news-detail-shell,
body[data-theme="finexy"] .news-list-shell,
body[data-theme="finexy"] .survey-detail-shell,
body[data-theme="finexy"] .self-service-shell,
body[data-theme="finexy"] .survey-list-shell,
body[data-theme="finexy"] .registration-shell,
body[data-theme="finexy"] .catalog-browse-shell,
body[data-theme="finexy"] .catalog-statistics-shell,
body[data-theme="finexy"] .member-statistics-shell,
body[data-theme="finexy"] .catalog-detail-shell,
body[data-theme="finexy"] .opac-catalog-shell,
body[data-theme="finexy"] .gt-content-wrapper,
body[data-theme="finexy"] .dashboard-container {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 768px) {
    body[data-theme="finexy"] .container,
    body[data-theme="finexy"] .home-shell,
    body[data-theme="finexy"] .header-inner,
    body[data-theme="finexy"] .skeleton-content-area,
    body[data-theme="finexy"] .ai-spa-container,
    body[data-theme="finexy"] .guest-location-shell,
    body[data-theme="finexy"] .news-detail-shell,
    body[data-theme="finexy"] .news-list-shell,
    body[data-theme="finexy"] .survey-detail-shell,
    body[data-theme="finexy"] .self-service-shell,
    body[data-theme="finexy"] .survey-list-shell,
    body[data-theme="finexy"] .registration-shell,
    body[data-theme="finexy"] .catalog-browse-shell,
    body[data-theme="finexy"] .catalog-statistics-shell,
    body[data-theme="finexy"] .member-statistics-shell,
    body[data-theme="finexy"] .catalog-detail-shell,
    body[data-theme="finexy"] .opac-catalog-shell,
    body[data-theme="finexy"] .gt-content-wrapper,
    body[data-theme="finexy"] .dashboard-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
