@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-bonus {
    display: none;
}
a {
    text-decoration: none;
}
.overflow-hidden {
    height: 100%;
    overflow: hidden;
}
.container {
    margin: 0 auto;
    max-width: 1068px;
    padding-inline: 10px;
}
@media (max-width: 1000px) {
    .desktop-only {
        display: none;
    }
    .mobile-bonus {
        display: inherit;
    }
}
.disp_none {
    display: none;
}
header, main {
    position: relative;
}
header .container {
    display: flex;
    flex-direction: column;
}
nav {
    margin-bottom: 40px;
    padding-top: 15px;
}
.site-logo {
    height: 150px;
    width: 150px;
}
.background-overlay {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://vexilunofr.com/wp-content/themes/vexilunofr-com/img/bg.png");
    background-position: 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) {
    .background-overlay {
        background-image:         linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://vexilunofr.com/wp-content/themes/vexilunofr-com/img/bg-mobile.png");
        background-position: bottom;
    }
}
.gradient-header {
    background: linear-gradient(180deg, #0b0915 29.58%, #0e2449 89.74%);
}
.gradient-header nav {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.nav-brand img {
    width: 200px;
    height: auto;
}
.nav-brand a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}
.nav-brand > div {
    align-items: center;
    display: flex;
    gap: 58px;
}
.hero-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}
.hero-section h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
}
.hero-section h1, .hero-section h2 {
    color: #fff;
    font-style: normal;
    margin: 0;
    text-align: center;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.hero-section h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    width: 70%;
}
.elements {
    gap: 38px;
    margin-bottom: 32px;
}
.element_item, .elements {
    align-items: center;
    display: flex;
    justify-content: center;
}
.element_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;
}
#mbNavList {
    background-color: #fff;
    gap: 50px;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    width: 100%;
    z-index: 2;
}
#mbNavList, #mbNavList .footer-links {
    align-items: center;
    display: flex;
    flex-direction: column;
}
#mbNavList .footer-links {
    gap: 20px;
}
#mbNavList a {
    color: #000;
    font-size: 28px;
}
#mbNavBtn, #mbNavCloseBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.content-background {
    background-image: url("https://vexilunofr.com/wp-content/themes/vexilunofr-com/img/bg2.png");
}
.info-box {
    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 .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.partners-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 70px;
    justify-content: center;
    max-width: 900px;
}
.footer-spacing {
    margin-top: 90px;
}
.partners-logos img {
    max-height: 48px;
}
.footer-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
@media (max-width: 360px) {
    .footer-text {
        word-wrap: break-word;
        width: 100%;
    }
}
.footer-text a {
    color: #fcdc5e;
}
.footer-navigation {
    width: 100%;
}
.footer-navigation .divider-line {
    background-color: #757575;
    height: 1px;
    width: 100%;
}
.footer-navigation .footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin: 32px 0;
}
.copyright-text {
    font-weight: 400;
    margin-bottom: 42px;
    margin-top: 32px;
}
.footer-navigation .footer-links a, .copyright-text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
.footer-navigation .footer-links a {
    font-weight: 500;
}
@media (max-width: 1000px) {
    nav {
        margin-bottom: 35px;
    }
    .hero-section {
        gap: 8px;
    }
    .hero-section h1, .hero-section h2 {
        width: 100%;
    }
    .hero-section h1 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
    }
    .hero-section h2 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 17px;
    }
    .info-box {
        font-size: 12px;
        padding: 16px;
    }
    .footer-navigation .footer-links {
        flex-direction: column;
        gap: 20px;
    }
    .site-logo {
        max-height: 40px;
    }
    .partners-logos img {
        max-height: 44px;
    }
}
@media (max-width: 380px) {
    .partners-logos img {
        max-height: 40px;
    }
}
.content-wrapper ol, .content-wrapper ul {
    margin: 0;
    margin-block: 5px;
    padding: 0;
}
.age-verification-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;
}
.form-container {
    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;
}
.form-content, .form-container {
    flex-direction: column;
    width: 100%;
}
.form-content {
    gap: 12px;
}
.form-content a, .form-content p {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 24px;
}
.form-content 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;
}
.form-header {
    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%;
}
.form-header img {
    height: 20px;
    width: 30px;
}
.button-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.form-button {
    border: none;
    border-radius: 4px;
    height: 48px;
    width: 100%;
}
.primary-button {
    background: #fff;
    color: #1a1001;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.secondary-button {
    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;
}
.secondary-button, .age-verification-modal {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.age-verification-modal {
    background: linear-gradient(270deg, rgba(255, 216, 161, 0.1) 0.21%, rgba(255, 180, 73, 0.1) 100.85%);
    background: var(--yellow, 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%;
}
.modal-header {
    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-verification-modal p, .modal-header h5 {
    margin: 0;
    padding: 0;
}
.modal-header img {
    height: 30px;
    width: 30px;
}
.hidden-element {
    color: transparent;
    position: absolute;
    z-index: -1;
}
.popup-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;
}
.popup-content {
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 216, 161, 0.1) 0.21%, rgba(255, 180, 73, 0.1) 100.85%);
    background: var(--yellow, 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: 25px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.popup-content h3 {
    color: #dcdcdc;
    font-size: 20px;
    margin-bottom: 20px;
}
.custom-select {
    position: relative;
    user-select: none;
    width: 100%;
}
.select-display {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
}
.select-display:after {
    color: #666;
    content: "▼";
    float: right;
    font-size: 12px;
}
.options-list {
    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: 4px 0 0;
    max-height: 150px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}
.options-list li {
    color: #333;
    cursor: pointer;
    font-size: 15px;
    padding: 10px;
}
.options-list li:hover {
    background-color: #f0f0f0;
}
.button-wrapper {
    justify-content: center;
    margin-top: 12px;
}
.submit-button {
    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%;
}
.submit-button:hover {
    background-color: #a16a42;
}
.modal-title {
    align-items: center;
    color: #dcdcdc;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
}
.modal-title img {
    height: 30px;
    width: 30px;
}
.submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.cookie-banner {
    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: 16px 16px 12px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.cookie-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cookie-text h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.cookie-text a, .cookie-text p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.cookie-text 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;
}
.cookie-buttons {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
}
.cookie-btn {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.decline-cookies {
    background: transparent;
    color: #000;
    outline: 1px solid #000;
}
.accept-cookies {
    background: #000;
    color: #fff;
}
@media (max-width: 768px) {
    .cookie-banner {
        left: 50%;
        max-width: 360px;
        right: auto;
        transform: translateX(-50%);
    }
    .cookie-text h5 {
        font-size: 16px;
        line-height: 28px;
    }
    .cookie-text a, .cookie-text p {
        font-size: 13px;
        line-height: 18px;
    }
    .cookie-btn {
        font-size: 14px;
        height: 44px;
    }
}
@media (max-width: 378px) {
    .cookie-banner {
        width: 311px;
    }
}
.cookie-strong, .cookie-margin {
    margin: 0;
    padding: 0;
}
.cookie-text p.cookie-strong {
    font-size: 17px;
    font-weight: 600;
}
.hidden-card.hide-element {
    display: none;
}
.operators-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px;
    padding-top: 48px;
}
.operator-card {
    border-radius: 16px;
    display: flex;
    width: 100%;
}
.operator-rank-section {
    background: #000;
    border: 1px solid #282740;
    border-bottom: none;
    border-bottom-left-radius: 16px;
    border-right: none;
    border-top-left-radius: 16px;
    display: flex;
    flex-direction: column;
    width: 252px;
}
.flex-gap {
    gap: 16px;
}
.operator-logo-section {
    flex-direction: column;
    gap: 4px;
    height: 100%;
    justify-content: center;
    padding-bottom: 20px;
}
.rank-badge-wrapper, .operator-logo-section {
    align-items: center;
    display: flex;
}
.rank-number {
    background-color: #fff;
    border-top-left-radius: 16px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    line-height: 24px;
    width: 40px;
}
.rank-number, .rank-badge-wrapper .rank-label {
    align-items: center;
    display: flex;
    height: 40px;
    letter-spacing: 0;
}
.rank-badge-wrapper .rank-label {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-inline: 8px;
}
.mid {
    align-items: center;
    display: flex;
    justify-content: center;
}
.mid img {
    height: 109px;
    object-fit: contain;
    width: 166px;
}
.score {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
}
.score .rank-label {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
}
.score-value {
    color: #282740;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 47px;
}
.operator-details {
    background-color: #fff;
    border: 1px solid #282740;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 16px 0 16px 16px;
    width: calc(100% - 471px);
}
.bonus-info h3 {
    color: #282740;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    word-break: break-word;
}
.bonus-info span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 5px;
    letter-spacing: 0;
    line-height: 20px;
}
.features-grid {
    grid-column-gap: 0;
    grid-row-gap: 8px;
    column-gap: 0;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, 50%);
    row-gap: 8px;
}
.features-grid div {
    align-items: start;
    display: flex;
    gap: 8px;
}
.features-grid p {
    color: #282740;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    word-break: break-word;
}
.features-grid span {
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    height: 14px;
    margin-top: 2px;
    width: 14px;
}
.operator-actions {
    align-items: center;
    background: #efeff5;
    border: 1px solid #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: 10px 16px;
    width: 219px;
}
.operator-actions:has(.compact-view) {
    gap: 12px;
}
.rating-widget {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rating-widget span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}
.rating-widget .stars-display, .rating-widget .stars-display: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;
}
.rating-widget .stars-display {
    background-image: url("https://vexilunofr.com/wp-content/themes/vexilunofr-com/img/star.png");
    width: 100px;
}
.rating-widget .stars-display:before {
    background-image: url("https://vexilunofr.com/wp-content/themes/vexilunofr-com/img/star.png");
    margin: 0;
    padding: 0;
}
.rating-widget .stars-display[dg="1"]:before {
    width: 20px;
}
.rating-widget .stars-display[dg="1.5"]:before {
    width: 30px;
}
.rating-widget .stars-display[dg="2"]:before {
    width: 40px;
}
.rating-widget .stars-display[dg="2.5"]:before {
    width: 50px;
}
.rating-widget .stars-display[dg="3"]:before {
    width: 60px;
}
.rating-widget .stars-display[dg="3.5"]:before {
    width: 70px;
}
.rating-widget .stars-display[dg="4"]:before {
    width: 80px;
}
.rating-widget .stars-display[dg="4.5"]:before {
    width: 90px;
}
.rating-widget .stars-display[dg="5"]:before {
    width: 100px;
}
@media (max-width: 1000px) {
    .rating-widget .stars-display, .rating-widget .stars-display:before {
        background-size: 16px;
        max-width: 80px;
        min-height: 16px;
        min-width: 16px;
    }
    .rating-widget .stars-display {
        width: 80px;
    }
    .rating-widget .stars-display[dg="1"]:before {
        width: 16px;
    }
    .rating-widget .stars-display[dg="1.5"]:before {
        width: 24px;
    }
    .rating-widget .stars-display[dg="2"]:before {
        width: 31px;
    }
    .rating-widget .stars-display[dg="2.5"]:before {
        width: 40px;
    }
    .rating-widget .stars-display[dg="3"]:before {
        width: 48px;
    }
    .rating-widget .stars-display[dg="3.5"]:before {
        width: 56px;
    }
    .rating-widget .stars-display[dg="4"]:before {
        width: 63px;
    }
    .rating-widget .stars-display[dg="4.5"]:before {
        width: 72px;
    }
    .rating-widget .stars-display[dg="5"]:before {
        width: 80px;
    }
}
.cta-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cta-button.primary-cta {
    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: 16px 0;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 187px;
}
.cta-button.primary-cta a {
    position: absolute;
    z-index: -3;
}
.cta-button span {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    letter-spacing: 0;
    line-height: 20px;
}
.help {
    cursor: pointer;
    position: relative;
}
.help_text {
    background-color: #282740;
    border-radius: 8px;
    color: #fff;
    display: none;
    left: 50%;
    min-width: 300px;
    padding-block: 20px;
    padding-inline: 10px;
    position: absolute;
    top: 90%;
    transform: translateX(-50%);
}
.help:hover .help_text, .help_text:hover {
    display: block;
    z-index: 2;
}
.bonus-label {
    color: #282740;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 4px;
}
.mobile-rating {
    display: none;
}
@media (max-width: 1000px) {
    .mobile-rating {
        display: flex;
        gap: 2px;
    }
    .mobile-bonus {
        display: flex;
    }
    .desktop-rating, .operator-details {
        display: none;
    }
    .operators-list {
        align-items: center;
        gap: 10px;
        padding-top: 16px;
    }
    .operator-card {
        justify-content: center;
        width: 343px;
    }
    .operator-rank-section {
        gap: 0;
        justify-content: center;
        position: relative;
        width: 170px;
    }
    .operator-logo-section {
        gap: 12px;
        padding-bottom: 13px;
    }
    .bonus-label {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
    }
    .rank-badge-wrapper {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .operator-actions {
        background-color: #fff;
        border-bottom-color: #282740;
        gap: 12px;
        padding-top: 12px;
        padding-inline: 8px;
        padding-bottom: 8px;
    }
    .bonus-info {
        align-items: center;
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
    .bonus-info h3 {
        color: #282740;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }
    .bonus-info span {
        font-weight: 300;
    }
    .score {
        flex-direction: column-reverse;
        gap: 0;
    }
    .mid.operator-logo-container {
        padding-top: 32px;
    }
    .mid a, .mid img {
        height: 76px;
        width: 109px;
    }
    .mid img {
        object-fit: contain;
    }
    .cta-button {
        gap: 4px;
    }
    .cta-button.primary-cta {
        padding: 8px;
        width: calc(100% - 16px);
    }
    .cta-button span {
        font-weight: 300;
    }
    .cta-button p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0;
        text-align: center;
    }
    .score-value {
        color: #fff;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
    .rank-number {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        width: 24px;
    }
}
.display-flex {
    display: flex;
}
.centered-content {
    align-items: center;
    justify-content: center;
}