@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
}
.mobile-display-bonus {
    display: none;
}
a {
    text-decoration: none;
}
.overflow-hidden {
    height: 100%;
    overflow: hidden;
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1068px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1000px) {
    .desktop-visible {
        display: none;
    }
    .mobile-display-bonus {
        display: inherit;
    }
}
.hide-element {
    display: none;
}
header, main {
    position: relative;
}
header .wrapper {
    display: flex;
    flex-direction: column;
}
nav {
    margin-bottom: 40px;
    padding-top: 15px;
}
.brand-logo {
    height: 150px;
    width: 150px;
}
.bg-layer {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://horizondorfr.com/wp-content/themes/horizondorfr-com/img/bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1000px) {
    .bg-layer {
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url("https://horizondorfr.com/wp-content/themes/horizondorfr-com/img/bg-mobile.png");
        background-position: center bottom;
    }
}
.gradient-top {
    background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
}
.gradient-top nav {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.brand-container img {
    width: 200px;
    height: auto;
}
.brand-container a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}
.brand-container > div {
    align-items: center;
    display: flex;
    gap: 58px;
}
.hero-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}
.hero-wrapper h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
}
.hero-wrapper h1, .hero-wrapper h2 {
    color: #fff;
    font-style: normal;
    margin: 0;
    text-align: center;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.hero-wrapper h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 70%;
}
.feature-badges {
    gap: 38px;
    margin-bottom: 32px;
}
.badge-item, .feature-badges {
    align-items: center;
    display: flex;
    justify-content: center;
}
.badge-item {
    background: linear-gradient(180deg, rgba(11, 9, 21, 0.5) 29.58%, rgba(14, 36, 73, 0.5) 89.74%);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    gap: 4px;
    line-height: 27px;
    padding: 8px 12px;
}
.main-background {
    background-image: url("https://horizondorfr.com/wp-content/themes/horizondorfr-com/img/bg2.png");
}
.info-container {
    background-color: #fff;
    border: 1px solid #e0dfec;
    border-radius: 16px;
    color: #282740;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 32px;
    text-align: left;
}
footer {
    background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
}
footer .wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.trust-partners {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 70px;
    justify-content: center;
    max-width: 900px;
}
.footer-margin {
    margin-top: 90px;
}
.trust-partners img {
    max-height: 48px;
}
.footer-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
@media (max-width: 360px) {
    .footer-content {
        word-wrap: break-word;
        width: 100%;
    }
}
.footer-content a {
    color: #fcdc5e;
}
.footer-menu {
    width: 100%;
}
.footer-menu .separator-line {
    background-color: #757575;
    height: 1px;
    width: 100%;
}
.footer-menu .menu-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.rights-text {
    font-weight: 400;
    margin-bottom: 42px;
    margin-top: 32px;
}
.footer-menu .menu-links a, .rights-text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
.footer-menu .menu-links a {
    font-weight: 500;
}
@media (max-width: 1000px) {
    nav {
        margin-bottom: 35px;
    }
    .hero-wrapper {
        gap: 8px;
    }
    .hero-wrapper h1, .hero-wrapper h2 {
        width: 100%;
    }
    .hero-wrapper h1 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .hero-wrapper h2 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 17px;
    }
    .info-container {
        font-size: 12px;
        padding: 16px;
    }
    .footer-menu .menu-links {
        flex-direction: column;
        gap: 20px;
    }
    .brand-logo {
        max-height: 40px;
    }
    .trust-partners img {
        max-height: 44px;
    }
}
@media (max-width: 380px) {
    .trust-partners img {
        max-height: 40px;
    }
}
.text-content ol, .text-content ul {
    margin: 0;
    margin-block-start: 5px;
    margin-block-end: 5px;
    padding: 0;
}
.age-check-overlay {
    align-items: center;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: fixed;
    top: 0;
    width: calc(100% - 32px);
    z-index: 99;
}
.dialog-box {
    background: linear-gradient(270deg, rgba(255, 216, 161, 0.1) 0.21%, rgba(255, 180, 73, 0.1) 100.85%);
    border: 1px solid #fff;
    border-radius: 8px;
    gap: 18px;
    height: max-content;
    max-width: 400px;
    padding: 16px 24px;
}
.dialog-inner, .dialog-box {
    flex-direction: column;
    width: 100%;
}
.dialog-inner {
    gap: 12px;
}
.dialog-inner a, .dialog-inner p {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 24px;
}
.dialog-inner a {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.dialog-title {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    color: #d9d9d9;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    gap: 12px;
    line-height: 28px;
    padding-bottom: 4px;
    width: 100%;
}
.dialog-title img {
    height: 20px;
    width: 30px;
}
.action-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.dialog-btn {
    border: none;
    border-radius: 4px;
    height: 48px;
    width: 100%;
}
.btn-primary {
    background: #fff;
    color: #1a1001;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.btn-secondary {
    background: transparent;
    color: #f5f5f5;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.btn-secondary, .age-restriction-popup {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.age-restriction-popup {
    background: linear-gradient(270deg, rgba(255, 216, 161, 0.1) 0.21%, rgba(255, 180, 73, 0.1) 100.85%);
    border: 1px solid #fff;
    border-radius: 8px;
    color: #c9c9c9;
    display: none;
    flex-direction: column;
    gap: 12px;
    letter-spacing: -0.32px;
    max-width: 460px;
    padding: 16px 24px;
    width: 100%;
}
.popup-title {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    color: #dcdcdc;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    gap: 12px;
    line-height: 28px;
    padding-bottom: 10px;
    width: 100%;
}
.age-restriction-popup p, .popup-title h5 {
    margin: 0;
    padding: 0;
}
.popup-title img {
    height: 30px;
    width: 30px;
}
.invisible-element {
    color: transparent;
    position: absolute;
    z-index: -1;
}
.modal-overlay {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.modal-inner {
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 216, 161, 0.1) 0.21%, rgba(255, 180, 73, 0.1) 100.85%);
    border: 1px solid #ffd28f;
    border-radius: 12px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    font-family: Arial, sans-serif;
    max-width: 360px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.modal-inner h3 {
    color: #dcdcdc;
    font-size: 20px;
    margin-bottom: 20px;
}
.dropdown-custom {
    position: relative;
    user-select: none;
    width: 100%;
}
.dropdown-trigger {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
}
.dropdown-trigger:after {
    color: #666;
    content: "▼";
    float: right;
    font-size: 12px;
}
.dropdown-menu {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    list-style-type: none;
    margin-top: 4px;
    margin-bottom: 0;
    max-height: 150px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}
.dropdown-menu li {
    color: #333;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
}
.dropdown-menu li:hover {
    background-color: #f0f0f0;
}
.btn-container {
    justify-content: center;
    margin-top: 12px;
}
.confirm-btn {
    background-color: #8c5a2f;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    padding: 12px;
    transition: background 0.2s;
    width: 100%;
}
.confirm-btn:hover {
    background-color: #a16a42;
}
.popup-heading {
    align-items: center;
    color: #dcdcdc;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
}
.popup-heading img {
    height: 30px;
    width: 30px;
}
.confirm-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.consent-notice {
    backdrop-filter: blur(10px);
    background: #fff;
    border-radius: 16px;
    bottom: 8px;
    flex-direction: column;
    gap: 16px;
    left: 12px;
    max-width: 420px;
    outline: 1px solid #282740;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.consent-message {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.consent-message h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.consent-message a, .consent-message p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.consent-message a {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.consent-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
}
.consent-option {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.refuse-consent {
    background: transparent;
    color: #000;
    outline: 1px solid #000;
}
.allow-consent {
    background: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .consent-notice {
        left: 50%;
        max-width: 360px;
        right: auto;
        transform: translateX(-50%);
    }
    .consent-message h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .consent-message a, .consent-message p {
        font-size: 13px;
        line-height: 18px;
    }
    .consent-option {
        font-size: 14px;
        height: 44px;
    }
}
@media (max-width: 378px) {
    .consent-notice {
        width: 311px;
    }
}
.emphasis-text, .no-margin {
    margin: 0;
    padding: 0;
}
.consent-message p.emphasis-text {
    font-size: 17px;
    font-weight: 600;
}
.hidden-item.hide-element {
    display: none;
}
.bookmakers-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
    padding-top: 48px;
}
.bookmaker-item {
    border-radius: 16px;
    display: flex;
    width: 100%;
}
.bookmaker-position {
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #282740;
    border-bottom: none;
    border-bottom-left-radius: 16px;
    border-right: none;
    border-top-left-radius: 16px;
    display: flex;
    flex-direction: column;
    width: 252px;
}
.spacing-gap {
    gap: 16px;
}
.bookmaker-identity {
    flex-direction: column;
    gap: 4px;
    height: 100%;
    justify-content: center;
    padding-bottom: 20px;
}
.position-indicator, .bookmaker-identity {
    align-items: center;
    display: flex;
}
.position-digit {
    background-color: #fff;
    border-top-left-radius: 16px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 24px;
    width: 40px;
}
.position-digit, .position-indicator .position-tag {
    align-items: center;
    display: flex;
    height: 40px;
    letter-spacing: 0;
}
.position-indicator .position-tag {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
}
.center-align {
    align-items: center;
    display: flex;
    justify-content: center;
}
.center-align img {
    height: 109px;
    object-fit: contain;
    width: 166px;
}
.rating-display {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
}
.rating-display .position-tag {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
}
.numeric-score {
    color: #282740;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 47px;
}
.bookmaker-information {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #282740;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 0;
    width: calc(100% - 471px);
}
.welcome-bonus h3 {
    color: #282740;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    word-break: break-word;
}
.welcome-bonus span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 5px;
    letter-spacing: 0;
    line-height: 20px;
}
.advantages-layout {
    column-gap: 0;
    row-gap: 8px;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 50%);
}
.advantages-layout div {
    align-items: start;
    display: flex;
    gap: 8px;
}
.advantages-layout p {
    color: #282740;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    word-break: break-word;
}
.advantages-layout span {
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    height: 14px;
    margin-top: 2px;
    width: 14px;
}
.bookmaker-interaction {
    align-items: center;
    background: #efeff5;
    border-width: 1px;
    border-style: solid;
    border-color: #282740;
    border-bottom-right-radius: 16px;
    border-left: none;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    width: 219px;
}
.bookmaker-interaction:has(.compact-layout) {
    gap: 12px;
}
.score-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.score-section span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}
.score-section .star-rating, .score-section .star-rating:before {
    background-position-x: left;
    background-position-y: top;
    background-size: 20px;
    color: rgba(246, 234, 8, 0.963);
    content: " ";
    display: block;
    max-width: 100px;
    min-height: 20px;
    min-width: 20px;
}
.score-section .star-rating {
    background-image: url("https://horizondorfr.com/wp-content/themes/horizondorfr-com/img/star.png");
    width: 100px;
}
.score-section .star-rating:before {
    background-image: url("https://horizondorfr.com/wp-content/themes/horizondorfr-com/img/star.png");
    margin: 0;
    padding: 0;
}
.score-section .star-rating[dg="1"]:before {
    width: 20px;
}
.score-section .star-rating[dg="1.5"]:before {
    width: 30px;
}
.score-section .star-rating[dg="2"]:before {
    width: 40px;
}
.score-section .star-rating[dg="2.5"]:before {
    width: 50px;
}
.score-section .star-rating[dg="3"]:before {
    width: 60px;
}
.score-section .star-rating[dg="3.5"]:before {
    width: 70px;
}
.score-section .star-rating[dg="4"]:before {
    width: 80px;
}
.score-section .star-rating[dg="4.5"]:before {
    width: 90px;
}
.score-section .star-rating[dg="5"]:before {
    width: 100px;
}
@media (max-width: 1000px) {
    .score-section .star-rating, .score-section .star-rating:before {
        background-size: 16px;
        max-width: 80px;
        min-height: 16px;
        min-width: 16px;
    }
    .score-section .star-rating {
        width: 80px;
    }
    .score-section .star-rating[dg="1"]:before {
        width: 16px;
    }
    .score-section .star-rating[dg="1.5"]:before {
        width: 24px;
    }
    .score-section .star-rating[dg="2"]:before {
        width: 31px;
    }
    .score-section .star-rating[dg="2.5"]:before {
        width: 40px;
    }
    .score-section .star-rating[dg="3"]:before {
        width: 48px;
    }
    .score-section .star-rating[dg="3.5"]:before {
        width: 56px;
    }
    .score-section .star-rating[dg="4"]:before {
        width: 63px;
    }
    .score-section .star-rating[dg="4.5"]:before {
        width: 72px;
    }
    .score-section .star-rating[dg="5"]:before {
        width: 80px;
    }
}
.action-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.action-btn.main-action {
    align-items: center;
    background: linear-gradient(0deg, #da4b02, #ff5e0e);
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 27px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 187px;
}
.action-btn.main-action a {
    position: absolute;
    z-index: -3;
}
.action-btn span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    letter-spacing: 0;
    line-height: 20px;
}
.tooltip-trigger {
    cursor: pointer;
    position: relative;
}
.tooltip-content {
    background-color: #282740;
    border-radius: 8px;
    color: #fff;
    display: none;
    left: 50%;
    min-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 90%;
    transform: translateX(-50%);
}
.tooltip-trigger:hover .tooltip-content, .tooltip-content:hover {
    display: block;
    z-index: 2;
}
.offer-title {
    color: #282740;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 4px;
}
.mobile-display {
    display: none;
}
@media (max-width: 1000px) {
    .mobile-display {
        display: flex;
        gap: 2px;
    }
    .mobile-display-bonus {
        display: flex;
    }
    .desktop-display, .bookmaker-information {
        display: none;
    }
    .bookmakers-grid {
        align-items: center;
        gap: 10px;
        padding-top: 16px;
    }
    .bookmaker-item {
        justify-content: center;
        width: 343px;
    }
    .bookmaker-position {
        gap: 0;
        justify-content: center;
        position: relative;
        width: 170px;
    }
    .bookmaker-identity {
        gap: 12px;
        padding-bottom: 13px;
    }
    .offer-title {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
    }
    .position-indicator {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .bookmaker-interaction {
        background-color: #fff;
        border-bottom-color: #282740;
        gap: 12px;
        padding-top: 12px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
    }
    .welcome-bonus {
        align-items: center;
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
    .welcome-bonus h3 {
        color: #282740;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }
    .welcome-bonus span {
        font-weight: 300;
    }
    .rating-display {
        flex-direction: column-reverse;
        gap: 0;
    }
    .center-align.logo-wrapper {
        padding-top: 32px;
    }
    .center-align a, .center-align img {
        height: 76px;
        width: 109px;
    }
    .center-align img {
        object-fit: contain;
    }
    .action-btn {
        gap: 4px;
    }
    .action-btn.main-action {
        padding: 8px;
        width: calc(100% - 16px);
    }
    .action-btn span {
        font-weight: 300;
    }
    .action-btn p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        text-align: center;
    }
    .numeric-score {
        color: #fff;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
    .position-digit {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        width: 24px;
    }
}
.flex-display {
    display: flex;
}
.align-center {
    align-items: center;
    justify-content: center;
}