/* Custom Frontend Adjustments */

/* Spacing for inner pages to offset the absolutely positioned header */
body.inner-page main.page {
    padding-top: 160px;
}

@media (max-width: 47.99875em) {
    body.inner-page main.page {
        padding-top: 100px;
    }
}

/* Fix news page tabs styling issues due to hardcoded nth-child rules in template_styles.css */
.news--page .tabs-news--page .tabs-news__btn,
.news--page .tabs-news--page .tabs-news__btn:nth-child(n) {
    background-color: #a2a4f9 !important;
    color: #eef0fd !important;
}

.news--page .tabs-news--page .tabs-news__btn.tabs-news__btn--active,
.news--page .tabs-news--page .tabs-news__btn.tabs-news__btn--active:nth-child(n) {
    background-color: #5c35d0 !important;
    color: #eef0fd !important;
}

.news--page .tabs-news--page .tabs-news__btn:hover,
.news--page .tabs-news--page .tabs-news__btn:hover:nth-child(n) {
    background-color: #5c35d0 !important;
    color: #eef0fd !important;
}

