/* Extracted small inline layout styles from category/news/misc pages. */
.page-layout-relative {
    position: relative;
}

.page-layout-section-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 32px;
    flex-flow: wrap;
}

.page-layout-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
}

.page-layout-mobile-header {
    margin: 0.5rem 0;
}

.page-layout-mobile-content-center {
    margin: 0 auto !important;
}

.page-layout-mobile-pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 10px;
}

.page-layout-news-section-offset {
    margin-left: 1rem;
}

.page-layout-news-mobile-spacing {
    margin-bottom: 90px;
}
