/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

:root {
    /* colors */
    --background-color: white;
    --light-color: #f8f8f8;
    --dark-color: #505050;
    --text-color: #131313;
    --link-color: #3b63fb;
    --link-hover-color: #1d3ecf;
    --color-white: #fff;
    --color-black: #000;
    --color-primary-orange: #f26522;
    --color-primary-bright-orange: #f7941d;
    --color-dark-grey: #6d6d6d;
    --color-light-grey: #ebecf0;
    --color-translucent-grey: rgb(180 180 180 / 30%);
    --color-neutral-80: #808080;
    --color-neutral-60: #b4b4b4;
    --gradient-sunset: linear-gradient(
        276deg,
        var(--color-primary-bright-orange) -0.02%,
        #f47520 29.46%,
        var(--color-primary-orange) 99.03%
    );
    --gradient-blue: linear-gradient(270deg, #15334f 0%, #255989 100%);
    --color-grey-medium: #808080;
    --color-grey-icon-bg: #f2f2f2;
    --color-olive-grey: #36403e;
    --color-border-light: #ccc;
    --color-shadow-light-blue: #dff2fe;
    --color-text-muted-grey: #666;
    --color-text-address-grey: #555;
    --color-text-dim-grey: #b4b4b4;
    --color-text-dark-blue: #101828;
    --color-orange-dark: #e87722;
    --color-shadow-black-8: rgb(0 0 0 / 8%);
    --gradient-orange-cta: linear-gradient(270deg, #f7941d 0%, #f26522 100%);
    --gradient-orange-horizontal: linear-gradient(
        270deg,
        var(--color-primary-bright-orange) 0%,
        var(--color-primary-orange) 100%
    );
    --color-cool-white: #f7fdff;
    --color-gray-50: #f8f9fa;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #eee;
    --color-gray-400: #9ca3af;
    --color-gray-700: #374151;
    --color-gray-900: #111827;
    --color-author-blue: #26638c;
    --color-gray-alpha-20: rgb(242 242 242 / 20%);
    --color-teal-light: #41bfa6;
    --color-gray-error: #cbd5e1;
    --color-gray-f0: #f0f0f0;
    --color-blue-dark: #255989;
    --color-gray-333: #333;
    --color-orange-light-bg: #fdf0dd;
    --color-orange-event: #ed8b34;
    --color-turquoise-light-bg: #e0f2ec;
    --color-turquoise-event: #59b29c;
    --color-primary-orange-hover: #d95d18;
    --color-orange-brand: #f26552;
    --color-gray-888: #888;
    --color-gray-d9: #d9d9d9;
    --color-almost-black: #1a1a1a;
    --color-grey-76: #767676;
    --color-theme-primary-alpha-5: rgb(37 89 137 / 5%);
    --color-tag-bg-green: #e6f3e6;
    --color-tag-text-green: #205c20;
    --color-shadow-black-10: rgb(0 0 0 / 10%);
    --color-pale-green: #c3e3af;
    --color-gray-500: #6b7280;
    --color-navy-blue: #15334f;
    --color-blue-darker: #1a4267;
    --color-gray-300: #e5e7eb;
    --color-pale-yellow: #fefaee;
    --color-dark-slate: #1E232A;
    --color-slate-gray: #5B646F;
    --color-blue-link: #0056D2;
    --color-slate-blue: #4b5280;
    --color-slate-light: #6a727d;
    --color-blue-dark-alt: #1c446b;
    --color-blue-darkest: #122d47;
    --color-white-alpha-20: rgb(255 255 255 / 20%);
    --color-white-alpha-50: rgb(255 255 255 / 50%);
    --color-shadow-black-15: rgb(0 0 0 / 15%);

    /* Light Colors */
    --color-light-gray: #767676;

    /* Theme Variant Colors */
    --color-theme-primary: #255989;
    --color-theme-secondary: #fff;
    --color-theme-success: #007a1e;
    --color-theme-info: #0175af;
    --color-theme-warning: #c25700;
    --color-theme-error: #c62828;

    /* fonts */
    --body-font-family: "Public Sans", roboto, roboto-fallback, sans-serif;
    --heading-font-family:
        roboto-condensed, roboto-condensed-fallback, sans-serif;
    --font-primary: "Public Sans", roboto, roboto-fallback, sans-serif;

    /* body sizes */
    --body-font-size-m: 22px;
    --body-font-size-s: 19px;
    --body-font-size-xs: 17px;

    /* heading sizes */
    --heading-font-size-xxl: 55px;
    --heading-font-size-xl: 44px;
    --heading-font-size-l: 34px;
    --heading-font-size-m: 27px;
    --heading-font-size-s: 24px;
    --heading-font-size-xs: 22px;

    /* nav height */
    --nav-height: 6.25rem;
    --nav-height-new: 6.25rem;

    /* --- Custom Button Variables --- */
    --btn-custom-primary: #f26522;
    --btn-custom-primary-hover: #f7941d;
    --btn-custom-disabled: #989898;
    --btn-custom-disabled-text: #555;
    --btn-custom-text-hover-bg: rgb(247 148 29 / 20%);
    --btn-custom-white: #fff;

    /* Dimensions */
    --btn-custom-small-height: 32px;
    --btn-custom-small-width: 100px;
    --btn-custom-medium-height: 40px;
    --btn-custom-medium-width: 140px;
    --btn-custom-large-height: 56px;
    --btn-custom-large-width: 160px;
    --btn-custom-xlarge-height: 64px;
    --btn-custom-xlarge-width: 180px;

    /* Typography & Spacing */
    --btn-custom-font-size: 21px;
    --btn-custom-font-weight: 400;
    --btn-custom-line-height: 27px;
    --btn-custom-padding: 10px;
    --btn-custom-gap: 10px;
    --btn-custom-border-radius: 8px;
    --btn-custom-icon-size: 24px;

    /* Font weights */
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-900: 900;

    /* ========================================
   Spacing System
   ======================================== */

    --layout-width: 80rem; /* 1232px + padding 32px */
}

/* fallback fonts */
@font-face {
    font-family: roboto-condensed-fallback;
    size-adjust: 88.82%;
    src: local("Arial");
}

@font-face {
    font-family: roboto-fallback;
    size-adjust: 99.529%;
    src: local("Arial");
}

@media (width >= 900px) {
    :root {
        /* body sizes */
        --body-font-size-m: 18px;
        --body-font-size-s: 16px;
        --body-font-size-xs: 14px;

        /* heading sizes */
        --heading-font-size-xxl: 45px;
        --heading-font-size-xl: 36px;
        --heading-font-size-l: 28px;
        --heading-font-size-m: 22px;
        --heading-font-size-s: 20px;
        --heading-font-size-xs: 18px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    display: none;
    margin: 0;
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: var(--body-font-family);
    font-size: var(--body-font-size-m);
    line-height: 1.6;
}

body.appear {
    display: block;
}

header {
    height: var(--nav-height);
}

header .header,
footer .footer {
    visibility: hidden;
}

header .header[data-block-status="loaded"],
footer .footer[data-block-status="loaded"] {
    visibility: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0.8em;
    margin-bottom: 0.25em;
    font-family: var(--body-font-family);
    font-weight: 600;
    line-height: 1.25;
    scroll-margin: 40px;
}

h1 {
    font-size: var(--heading-font-size-xxl);
}

h2 {
    font-size: var(--heading-font-size-xl);
}

h3 {
    font-size: var(--heading-font-size-l);
}

h4 {
    font-size: var(--heading-font-size-m);
}

h5 {
    font-size: var(--heading-font-size-s);
}

h6 {
    font-size: var(--heading-font-size-xs);
}

p,
dl,
ol,
ul,
pre,
blockquote {
    margin-top: 0.8em;
    margin-bottom: 0.25em;
}

code,
pre {
    font-size: var(--body-font-size-s);
}

pre {
    padding: 16px;
    border-radius: 8px;
    background-color: var(--light-color);
    overflow-x: auto;
    white-space: pre;
}

input,
textarea,
select,
button {
    font: inherit;
}

/* links */
a:any-link {
    color: var(--link-color);
    text-decoration: none;
    overflow-wrap: break-word;
}

a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

/* buttons */
a.button:any-link,
button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    margin: 12px 0;
    border: 2px solid transparent;
    border-radius: 2.4em;
    padding: 0.5em 1.2em;
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    background-color: var(--link-color);
    color: var(--background-color);
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.button:hover,
a.button:focus,
button:hover,
button:focus {
    background-color: var(--link-hover-color);
    cursor: pointer;
}

button:disabled,
button:disabled:hover {
    background-color: var(--light-color);
    cursor: unset;
}

a.button.secondary,
button.secondary {
    background-color: unset;
    border: 2px solid currentcolor;
    color: var(--text-color);
}

main img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.icon {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.icon img {
    height: 100%;
    width: 100%;
}

/* sections */
main > .section {
    padding: 80px 0;
}

main > .section > div {
    max-width: 1280px;
    margin: auto;
    padding: 0 16px;
}

main > .section:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

/* section metadata */
main .section.light,
main .section.highlight {
    background-color: var(--light-color);
    margin: 0;
    padding: 40px 0;
}

/* ===========================
   Section 50/50 Split Layout
   =========================== */

/* 50/50 Layout: Target the section itself */
main > .section.layout-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: flex-start;
    /* max-width: 80rem; */
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Target the wrapper divs directly as grid children */
main > .section.layout-split > div:first-child {
    grid-column: 1;
    width: stretch;
}

main > .section.layout-split > div:last-child {
    grid-column: 2;
    width: stretch; /* Optional: Limit width of content in the right column */
}

/* Ensure blocks inside wrappers take full width */
main > .section.layout-split > div > .block {
    width: 100%;
}

/* Mobile: Stack vertically */
@media (width <= 48rem) {
    main > .section.layout-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    main > .section.layout-split > div:first-child,
    main > .section.layout-split > div:last-child {
        grid-column: 1;
    }
}

/* ===========================
   Section Button Alignment
   =========================== */

/* Center align all buttons in the section */
main > .section.btn-center {
    text-align: center;
}

main > .section.btn-center .button-container,
main > .section.btn-center p:has(> a.button),
main > .section.btn-center div:has(> a.button) {
    text-align: center;
}

main > .section.btn-center a.button,
main > .section.btn-center a.btn-custom {
    margin-left: auto;
    margin-right: auto;
}

/* Base Custom Button Style */
a.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    margin: 12px 0;

    /* Typography */
    font-family: var(--body-font-family);
    font-size: var(--btn-custom-font-size);
    font-weight: var(--btn-custom-font-weight);
    line-height: var(--btn-custom-line-height);

    /* Spacing */
    padding: 0 var(--btn-custom-padding);
    gap: var(--btn-custom-gap);
    border-radius: var(--btn-custom-border-radius);
    border: 1px solid transparent; /* Prepare for outline */

    /* transition: all 0.2s ease-in-out; */
}

/* ===========================
   Section Button Alignment
   =========================== */

/* Center align all buttons in the section */
main > .section.btn-center {
    text-align: center;
}

main > .section.btn-center .button-container,
main > .section.btn-center p:has(> a.button),
main > .section.btn-center div:has(> a.button) {
    text-align: center;
}

main > .section.btn-center a.button,
main > .section.btn-center a.btn-custom {
    margin-left: auto;
    margin-right: auto;
}

/* --- VARIANT: SOLID (Default) --- */
a.btn-custom.solid {
    background-color: var(--btn-custom-primary);
    color: var(--btn-custom-white);
    border-color: var(--btn-custom-primary);
}

a.btn-custom.solid:hover {
    background-color: var(--btn-custom-primary-hover);
    border-color: var(--btn-custom-primary-hover);
}

/* --- VARIANT: OUTLINE (Secondary) --- */
a.btn-custom.outline,
a.btn-custom.secondary {
    background-color: transparent;
    color: var(--btn-custom-primary);
    border: 1px solid var(--btn-custom-primary-hover); /* From Figma screenshot looks lighter */
}

a.btn-custom.outline:hover,
a.btn-custom.secondary:hover {
    background-color: #255989; /* color: #fff; */
    border-color: #255989;
}

/* --- VARIANT: TEXT (Primary) --- */
a.btn-custom.text,
a.btn-custom.primary {
    background-color: transparent;
    color: var(--btn-custom-primary);
    border-color: transparent;
}

a.btn-custom.text:hover,
a.btn-custom.primary:hover {
    /* background-color: transparent; */
    color: #255989;
    border-color: transparent;
}

a.btn-custom.primary.disabled,
a.btn-custom.primary[aria-disabled="true"] {
    background-color: transparent;
}

/* --- EXTERNAL LINK + TEXT ONLY (No hover, link style) --- */
a.btn-custom.external-text-only {
    background-color: transparent;
    color: var(--btn-custom-primary);
    border-color: transparent;
    padding: 0;
    height: auto;
    min-width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
}

a.btn-custom.external-text-only:hover,
a.btn-custom.external-text-only:focus {
    background-color: transparent;
    color: var(--btn-custom-primary-hover);
    text-decoration: underline;
}

a.btn-custom.external-text-only:active {
    font-weight: 500;
}

/* --- DISABLED STATE (Applied to all variants) --- */
a.btn-custom.disabled,
a.btn-custom[aria-disabled="true"] {
    background-color: var(--btn-custom-disabled);
    color: var(--btn-custom-disabled-text);
    border-color: transparent;
    cursor: not-allowed;
}

a.btn-custom.disabled:hover,
a.btn-custom.disabled:focus,
a.btn-custom[aria-disabled="true"]:hover,
a.btn-custom[aria-disabled="true"]:focus {
    background-color: rgb(118 118 118 / 80%);
    color: var(--btn-custom-disabled-text);
    border-color: rgb(118 118 118 / 80%);
    cursor: not-allowed;
}

a.btn-custom.secondary.disabled,
a.btn-custom.secondary[aria-disabled="true"],
a.btn-custom.outline.disabled,
a.btn-custom.outline[aria-disabled="true"] {
    background-color: transparent;
    color: var(--btn-custom-disabled-text);
    border-color: var(--btn-custom-disabled-text);
}

a.btn-custom.primary.disabled,
a.btn-custom.primary[aria-disabled="true"],
a.btn-custom.text.disabled,
a.btn-custom.text[aria-disabled="true"] {
    background-color: transparent;
    color: var(--btn-custom-disabled-text);
    border-color: transparent;
}

a.btn-custom.secondary.disabled:hover,
a.btn-custom.secondary.disabled:focus,
a.btn-custom.secondary[aria-disabled="true"]:hover,
a.btn-custom.secondary[aria-disabled="true"]:focus,
a.btn-custom.outline.disabled:hover,
a.btn-custom.outline.disabled:focus,
a.btn-custom.outline[aria-disabled="true"]:hover,
a.btn-custom.outline[aria-disabled="true"]:focus {
    background-color: transparent;
    color: #767676;
    border-color: #767676;
    cursor: not-allowed;
}

a.btn-custom.primary.disabled:hover,
a.btn-custom.primary.disabled:focus,
a.btn-custom.primary[aria-disabled="true"]:hover,
a.btn-custom.primary[aria-disabled="true"]:focus,
a.btn-custom.text.disabled:hover,
a.btn-custom.text.disabled:focus,
a.btn-custom.text[aria-disabled="true"]:hover,
a.btn-custom.text[aria-disabled="true"]:focus {
    background-color: transparent;
    color: var(--btn-custom-disabled-text);
    border-color: transparent;
    cursor: not-allowed;
}

/* --- SIZES --- */
a.btn-custom.size-small {
    height: var(--btn-custom-small-height);
    min-width: var(--btn-custom-small-width);
}

a.btn-custom.size-medium {
    height: var(--btn-custom-medium-height);
    min-width: var(--btn-custom-medium-width);
}

a.btn-custom.size-large {
    height: var(--btn-custom-large-height);
    min-width: var(--btn-custom-large-width);
}

a.btn-custom.size-xl {
    height: var(--btn-custom-xlarge-height);
    min-width: var(--btn-custom-xlarge-width);
}

/* --- ICONS --- */
a.btn-custom img.icon {
    width: var(--btn-custom-icon-size);
    height: var(--btn-custom-icon-size);
    object-fit: contain;
    display: block; /* Fixes alignment issues */
}

/* BG COLORS */
main > .section.bg-borange-005 {
    background: rgb(247 148 29 / 5%);
}

main > .section.bg-borange-015 {
    background: rgb(247 148 29 / 15%);
}

main > .section.bg-cw {
    background: var(--color-cool-white);
}

/* Primary Button */
a.button.primary:any-link {
    padding: 10px;
    border-radius: 8px;
    background: var(--color-primary-orange);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    font-family: "Public Sans", sans-serif;
}

/* Scroll to Top Button Container */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#255989 var(--scroll-progress, 0%), #e0e0e0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.2s ease;
    z-index: 99;
    padding: 0;
    margin: 0;
}

.scroll-to-top::before {
    content: "";
    position: absolute;
    inset: 1.5px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top .icon-arrow-up {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000;
    mask: url("../../icons/arrow-up.svg") no-repeat center / contain;
    transition: background-color 0.3s ease;
}

.scroll-to-top.completed .icon-arrow-up {
    background-color: #255989;
}

@media (width <= 48rem) {
    .scroll-to-top {
        width: 60px;
        height: 60px;
        bottom: 1rem;
        right: 1rem;
    }

    .scroll-to-top .icon-arrow-up {
        width: 24px;
        height: 24px;
    }

    .scroll-to-top::before {
        inset: 2px;
    }
}

/* ARCTERA DOTS LOADER STYLES */
.arctera-dots-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    height: 53px;
}

.arctera-dot {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: #41bfa6;
}

.arctera-dot:nth-child(1) {
    animation: dot1-trail 0.8s infinite ease-in-out;
}

.arctera-dot:nth-child(2) {
    animation: dot2-trail 0.8s infinite ease-in-out;
}

.arctera-dot:nth-child(3) {
    animation: dot3-trail 0.8s infinite ease-in-out;
}

@keyframes dot1-trail {
    0% {
        height: 32px;
        opacity: 0.3;
    }

    15% {
        height: 53px;
        opacity: 1;
    }

    30% {
        height: 32px;
        opacity: 0.7;
    }

    90% {
        height: 32px;
        opacity: 0.7;
    }

    100% {
        height: 32px;
        opacity: 0.3;
    }
}

@keyframes dot2-trail {
    0% {
        height: 32px;
        opacity: 0.3;
    }

    30% {
        height: 32px;
        opacity: 0.3;
    }

    45% {
        height: 53px;
        opacity: 1;
    }

    60% {
        height: 32px;
        opacity: 0.7;
    }

    90% {
        height: 32px;
        opacity: 0.7;
    }

    100% {
        height: 32px;
        opacity: 0.3;
    }
}

@keyframes dot3-trail {
    0% {
        height: 32px;
        opacity: 0.3;
    }

    60% {
        height: 32px;
        opacity: 0.3;
    }

    75% {
        height: 53px;
        opacity: 1;
    }

    90% {
        height: 32px;
        opacity: 0.7;
    }

    100% {
        height: 32px;
        opacity: 0.3;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* ===========================
   Global Pagination Styles
   =========================== */
.pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: var(--color-gray-700, #374151);
    max-width: 80rem;
    padding-inline: 1rem;
    margin-inline: auto;
}

.pagination-center {
    display: flex;
    align-items: center;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5625rem;
    color: var(--color-black, #000);
    font-family: "Public Sans", sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.6875rem;
    margin: 0;
    padding: 0;
}

.nav-btn:disabled {
    color: var(--color-olive-grey, #8b9a92);
    cursor: default;
    background-color: transparent;
}

.icon-arrow-left,
.icon-arrow-right {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #255989;
    mask-image: url("../../icons/p-arr.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.icon-arrow-left {
    transform: rotate(180deg);
}

.nav-btn:disabled .icon-arrow-left,
.nav-btn:disabled .icon-arrow-right {
    background-color: var(--color-olive-grey, #8b9a92);
}

.show-text {
    margin-right: 0.5625rem;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.6875rem;
    font-family: "Public Sans", sans-serif;
}

.items-per-page-select {
    background: var(--color-gray-100, #f3f4f6);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: inherit;
    cursor: pointer;
    margin-right: 0.5625rem;
}

.page-numbers {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-left: 1.4375rem;
}

.page-num {
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.3125rem;
    color: var(--color-gray-700, #374151);
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.6875rem;
    font-family: "Public Sans", sans-serif;
    border: 1px solid transparent;
}

button.page-num:hover {
    background-color: #255989;
}

.page-num.active {
    background-color: #255989;
    color: #fff;
}

.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6875rem;
    height: 1.6875rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* @media (width <= 48rem) {
    .pagination-bar .pagination-center {
        display: none;
    }
} */
