.banner-container.page-game {
    background: none;
}
.page-game-background-image {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/test/slova/page-slova-background-image.jpg) 0 0 / cover no-repeat;
    height: 440px;
    width: 100%;
}

.background-game-slova {
    background: #EAF6F6 url('../images/test/slova/body-background.png') 0 0 no-repeat;
    border-radius: 20px;
    position: relative;
}
.background-game-slova > .block-wrapper {
    max-width: 1510px;
    position: unset;
}

.game-feild-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
} 
.game-feild {position: relative;width: 678px;}
.game-feild img {
    max-width: 100%;
}
.game-feild-text {
    padding-bottom: 40px;
}
.game-feild-text-wrapper {
    padding-right: 20px;
}
.game-feild-text-item {
    display: grid;
    grid-template-columns: 80px auto;
    max-width: 580px;
    margin: 0 0 38px;
}
.game-feild-text-item div {}
.game-feild-text-item div img {}
.game-feild-text-item div p {
    font-size: 20.5px;
    line-height: 1.5;
}
.words-game {
    margin-bottom: 20px;
}
.words-start-actions {
    background: #fff;
    border-radius: 40px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 20px 0;
    min-width: 512px;
}
button.block-game-item-button,
.block-game-item-arrow-up {
    background-color: #119DAD;
    outline: none !important;
    border: none !important;
}
.block-game-item-arrow-up:hover,
button.block-game-item-button:hover {
    background-color: #16b8cc;
}

/* General */
.profile-page { display: none; }
.is-hidden { display: none !important; }
.mt-20 { margin-top: 20px; }
.mt-16 { margin-top: 16px; }
.mt-10 { margin-top: 10px; }
.mt-8 { margin-top: 8px; }
.flex-gap-12 { display: flex; gap: 12px; }

/* Start screen actions */
.words-start-actions { display: flex; align-items: center; }
.words-start-actions:before {
    content:'';
    background-image: radial-gradient(circle at 0 0, transparent 40px, #fff 40px);
    width: 40px;
    height: 40px;
    right: 0;
    position: absolute;
    bottom: 100%;
}
.words-start-actions:after {
    content:'';
    background-image: radial-gradient(circle at 0 0, transparent 40px, #fff 40px);
    width: 40px;
    height: 40px;
    right: 100%;
    position: absolute;
    bottom: 0;
}

/* Start screen demo overlay */
.words-start-demo__letters { position: absolute; inset: 7% 6% 9% 6%; }
.words-start-demo__letter { position: absolute; left: calc(var(--c) * 20% + 50%); top: calc(var(--r) * 20% + 50%); transform: translate(-50%, -50%); font-weight: 800; color: #1e1e1e; font-size: clamp(16px, 2.2vw, 24px); }
.words-start-demo__letter.is-ok { color: #109dae; }
.words-start-demo__letter.is-bad { color: #E53935; }
.words-start-demo__hint { position: absolute; left: 50%; top: 50%; transform: translate(5%, -20%) scale(0.98); opacity: 0; transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.words-start-demo__hint.is-visible { opacity: 1; transform: translate(5%, -20%) scale(1); }
.words-start-demo__hint.is-leaving { opacity: 0; transform: translate(5%, -20%) scale(0.96); }
.words-start-demo__hint img { width: clamp(160px, 40%, 260px); height: auto;  }

/* HUD */
.words-hud {display: grid;max-width: 1180px;margin: -36px auto 60px;grid-template-columns: 1fr 1fr;border-top: 1px solid #119DAD;padding: 20px 0 0;gap: 20px;}
.words-hud .timer-wrapper {position: relative;left: 0;margin-bottom: 0;}
.round-title.breadcrumbs.page-test {
    color: #119DAD;
    margin-bottom: 0;
}
.round-title.breadcrumbs.page-test:after {
    background: #119DAD;
    bottom: auto;
    top: 6px;
}
.stats-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    align-items: top;
}
.stats-wrapper .breadcrumbs {
    background: #fff;
    border-radius: 60px;
    padding: 7px 25px;
    color: #119DAD;
    margin: 0;
    font-size: 30px;
    line-height: 120%;
    font-weight: 300;
}
.stats-wrapper .page-test-number__timer {
    margin-bottom:0;
    min-width: auto;
}
.stats-wrapper .breadcrumbs:after {display: none;}
.stats-wrapper .timer-circle-wrapper {
    background: #119DAD;
    border-color: #119DAD;
}
.stats-wrapper .page-test-number__timer .time {
    color: #119DAD;
    padding: 7px 30px;
}

/* Play area */
.words-input-row {margin: 45px 0 6px;display: flex;align-items: center;gap: 12px;max-width: 580px;}
.words-input-wrapper { flex: 1; position: relative; }
.words-input-wrapper input.test {
    background: #fff;
    color: transparent;
    margin: 0;
    pointer-events: none;
}
.words-input-wrapper input.test:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #444;
}

.words-preview {position: absolute;left: 30px;right: 40px;top: 50%;transform: translateY(-50%);pointer-events: none;color: #1e1e1e;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: roboto-light;font-size: 30px;line-height: 120%;font-weight: 300;}
.words-preview-icons { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; align-items: center; pointer-events: none; }

.page-test-number__buttons button.words-invalid-btn {display: none;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);width: 100px;height: 40px;border: none;background: #fff;cursor: pointer;padding: 0;line-height: 0;text-align: right;padding-right: 14px;outline: none !important;box-shadow: none !important;}
.page-test-number__buttons button.words-invalid-btn.words-invalid-btn.is-visible { display: block; }

.words-duplicate-msg {
    display: none;
    position: absolute;
    left: 30px;
    top: -15px;
    font-size: 15px;
    color: #119DAD;
    font-family: roboto-light;
    font-weight: 400;
    background: #fff;
    box-shadow: 0 2px 17px #0F224026;
    border-radius: 20px;
    padding: 4px 15px;
}

.words-duplicate-msg:before {
    content: '';
    position: absolute;
    left: 12%;
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}
.words-duplicate-msg.is-visible {
    display: block;
}

/* Invalid input state */
/*#words_input.is-invalid { box-shadow: 0 0 0 2px #E88181 inset; }*/
.words-preview.is-invalid { color: #E88181; }
.words-preview.is-invalid .ch { color: #E88181; }
.words-preview.is-invalid .ch-bonus { color: #E88181; }

/* Grid */
.words-grid {user-select: none;touch-action: none;display: grid;grid-template-columns: repeat(5, 80px);grid-gap: 10px;max-width: 456px;position: absolute;top: 145px;right: 28px;}
.words-cell {width: 78px;height: 80px;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 30px;font-weight: 700;overflow: hidden;position: relative;cursor: pointer;background: #fff;box-shadow: 0 0 16px rgba(0,0,0,.4);color: #1e1e1e;transition: background-color .26s ease, color .26s ease, box-shadow .08s ease, transform .06s ease;}
.words-cell.is-special {background: #fff;color: #119DAD;}
.words-cell.is-special:before {
    content:'';
    border-bottom: 30px solid transparent;
    border-left: 30px solid #EAF6F6;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.words-cell.is-selected {box-shadow: none;background: #119DAD;color: #fff;}



/* Accepted words */
.words-accepted {}
.words-list-title { margin-bottom: 8px; }
.words-list {padding: 0;margin-top: 58px;max-width: 580px;}
.words-list-item {padding: 16px;background: #fff;border-radius: 20px;margin: 0 0 20px;position: relative;}
.words-list-item.is-secret {}
.words-list-head {display: flex;align-items: center;gap: 8px;margin: 0 0 20px;}
.words-list-num {
    border: 20px solid #EAF6F6;
    position: absolute;
    right: -18px;
    top: -19px;
    background: #EAF6F6;
    border-radius: 0 0 0 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.words-list-num div {color: #6E7B91;border: 2px solid #6E7B91;width: 18px;height: 18px;border-radius: 50%;font-weight: bold;font-size: 13px;line-height: 17px;background: #fff;box-shadow: 0 0 0px 14px #fff;}
.words-list-num:before {
    content: '';
    background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
    width: 40px;
    height: 40px;
    right: -20px;
    position: absolute;
    bottom: -40px;
    transform: rotate(-90deg);
}
.words-list-num:after {
    content: '';
    background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
    width: 40px;
    height: 40px;
    left: -40px;
    position: absolute;
    top: -20px;
    transform: rotate(-90deg);
}
.words-list-head .word {font-weight: 400;letter-spacing: 0.3px;font-size: 28px;line-height: 38px;}
.words-list-meta {font-size: 13px;line-height: 1.4;margin-top: 0;display: grid;grid-template-columns: 1fr 1fr 1fr;align-items: center;justify-content: space-between;max-width: 85%;}
.word-info {
    display: flex;
    gap: 5px;
    font-size: 11px;
    font-weight: 400;
}
.word-info div {
    line-height: 1.5;
}
.word-info div strong {
    display: block;
    font-weight: normal;
    color: #119DAD;
    font-size: 15px;
}
.noopept-mark { color: #109dae; font-weight: 700; letter-spacing: 0.2px; }
.secret-mark { color: #e09e00; }

/* Colored letters in preview/list */
.ch-bonus {color: #119DAD;}
.ch { color: #1e1e1e; }

/* DEV panel */
.words-dev { margin-top: 16px; max-width: 580px;     opacity: .3;}
.words-dev-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.words-dev-bar .breadcrumbs.no-margin { margin: 0; }
.block-test-item-button.btn-sm { padding: 4px 10px; font-size: 12px; line-height: 1; }
.block-test-item-button.btn-danger { background: #ffe7e7; color: #b71c1c; border-color: #ffc1c1; }
.words-dev-stats { font-size: 12px; margin-left: auto; }
.words-dev-list { max-height: 220px; overflow: auto; border: 1px dashed #cbddea; border-radius: 8px; padding: 10px; background: #f8fdfe; }
.dev-row { padding: 6px 8px; border-bottom: 1px dashed #e6f2f6; }
.dev-row.is-secret { background: rgba(224,158,0,0.08); }
.dev-word { font-weight: 700; }
.dev-meta { font-size: 12px; }

/* Preloader */
.words-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.words-loader.is-hidden { display: none; }
.words-loader-dots {
    display: flex;
    gap: 8px;
}
.words-loader-dots span {
    width: 12px;
    height: 12px;
    background: #119DAD;
    border-radius: 50%;
    display: block;
    animation: words-loader-blink 1.4s infinite ease-in-out both;
}
.words-loader-dots span:nth-child(1) { animation-delay: -0.32s; }
.words-loader-dots span:nth-child(2) { animation-delay: -0.16s; }
@keyframes words-loader-blink {
    0%, 80%, 100% { opacity: 0; transform: scale(0); }
    40% { opacity: 1; transform: scale(1); }
}
.words-loader-text {
    font-size: 16px;
    color: #6E7B91;
    font-weight: 500;
}

/* Final screens */
.words-top10 {}
.words-game .like-login { cursor: pointer; text-decoration: underline; color: #119DAD; }
.words-game .like-login:hover { text-decoration: none; }

.words-game__play {
    padding: 0 20px;
}

.game-result {
    margin-top: -57px;
}
.game-result .breadcrumbs.cognitive {}
.game-result .block-description-game-wrapper {
    padding: 0 !important;
    display: grid;
    grid-template-columns: auto 480px;
    gap: 20px;
}
.game-result .block-description-game {
    margin: 0;
    background: #fff;
    border-radius: 20px;
    padding: 27px 32px;
}
.game-result .block-description-game .result-text {
    font-size: 38px;
    color: #119DAD;
    line-height: 1;
    margin-top: 28px;
}
.game-result .block-description-test {}
.game-result .block-description-test-note {
    padding-right: 97px;
}
.game-auth-user-info {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
.game-auth-user-info h2 {
    color: #119DAD;
    font-size: 30px;
    margin-bottom: 20px;
}
.game-auth-user-info p {
    font-size: 15px;
    line-height: 150%;
}
.game-auth-user-info p a {
    color: #119DAD;
    text-decoration:underline;
}
.game-auth-user-info p a:hover {
    text-decoration:none;
}
.game-result-tops {
    margin: 20px 0;
}
.game-result-next-round {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.game-result-next-round-wrapper {
    background: linear-gradient(90deg, rgba(17, 157, 173, 1) 0%, rgba(24, 65, 129, 1) 100%);
    border-radius: 20px;
    margin: 20px 0 0;
    height: 130px;
    position: relative;
}
.game-result-next-round-img {
    position: absolute;
    left: 47px;
    bottom: 0;
    height: 150px;
    overflow: hidden;
}
.game-result-next-round-img img {}
.game-result-next-round-button {}
.game-result-next-round-button {
    min-width: auto;
    border-radius: 20px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #EAF6F6;
    padding: 20px 0 0 20px;
    display: flex;
}
.game-result-next-round-button:before {
    content: '';
    background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: -10px;
}
.game-result-next-round-button:after {
    content: '';
    background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: -20px;
    z-index: 2;
}
.game-result-next-round .block-test-item-button {}
.game-result-next-round .block-test-item-arrow-up {}
.game-result-tops-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.game-result-tops-wrapper .words-leaderboard-container {}
.game-result-tops-wrapper .words-leaderboard-container h2 {
    font-size: 28px;
    line-height: 1.3;
}
.game-result-tops-wrapper .words-top10 {
    margin: 12px 0 21px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.game-tops10-item {
    display: grid;
    grid-template-columns: 24px auto 140px;
    gap: 13px;
    margin-bottom: 7px;
    padding: 3px 0;
    align-items: center;
}
.game-tops10-item-you {
    background: #EAF6F6;
    margin: 0 -20px 7px;
    padding: 3px 20px;
    border-radius: 20px;
    color: #119DAD;
}
.game-tops10-item-num {
    border-radius: 50%;
    border: 2px solid #119DAD;
    color: #119DAD;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.game-tops10-item-name {
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'roboto-light';
}
.game-tops10-item-count {
    color: #119DAD;
    font-weight: bold;
    text-align: right;
    font-size: 22px;
    font-family: 'roboto-bold';
}
.game-result-tops-you-number {}

.text-sample {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.result-text-secret {}
.result-text-secret div {}
.result-text-secret div span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 30px 30px 0 0;
}
.result-text-secret div span svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.only-mobile {
    display: none;
}
.only-desktop {
    display: block;
}

@media (max-width: 1279px) {
    .game-feild-wrapper {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .words-start-actions {
        min-width: auto;
        border-radius: 30px 0 0 0;
    }
    .words-start-actions:before {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 30px, #fff 30px);
        width: 30px;
        height: 30px;
    }
    .words-start-actions:after {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 30px, #fff 30px);
        width: 30px;
        height: 30px;
    }
    .background-game-slova > .block-wrapper {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .words-game__play,
    .game-feild-wrapper {
        padding: 0;
    }
    .stats-wrapper {
        position: absolute;
        top: 100px;
    }
    .words-game__play .game-feild {
        margin: 80px auto 0;
        /*width: 354px;*/
    }
    .words-input-row,
    .words-input-wrapper input.test,
    .words-list,
    .words-dev {
        max-width: 100%;
        padding-right: 0;
    }
    .game-result .block-description-game-wrapper {
        grid-template-columns: 1fr;
    }
    .game-result .block-description-test {
        max-width: 100%;
    }
    .game-result-next-round {
        order: 10;
    }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
}
@media (max-width:767px) {
    .game-feild-wrapper {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .words-start-actions {
        min-width: auto;
        border-radius: 30px 0 0 0;
    }
    .words-start-actions:before {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 30px, #fff 30px);
        width: 30px;
        height: 30px;
    }
    .words-start-actions:after {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 30px, #fff 30px);
        width: 30px;
        height: 30px;
    }
    .game-feild-text-item {
        grid-template-columns: 1fr;
        margin: 0 0 24px;
    }
    .game-feild-text-item div p {
        font-size: 16px;
    }
    .words-grid {
        grid-template-columns: repeat(5, 56px);
        grid-gap: 8px;
        max-width: 312px;
        top: 66px;
        left: 7px;
        background: linear-gradient(135deg, rgba(24, 65, 129, 1) 0%, rgba(17, 157, 173, 1) 100%);
        padding: 8px;
        border-radius: 10px;
        width: 100%;
        box-shadow: -10px 10px 10px rgba(0, 0, 0, .2);
    }
    .words-cell {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
    .words-game__play .game-feild {
        margin: 80px auto 155px;
        width: 331px;
    }
    .words-list-meta {
        max-width:100%;
    }
    .words-list-item {
        padding: 16px;
    }
    .words-preview {
        left: 16px;
    }
    .words-input-wrapper input.test {
        padding-left:16px;
    }
    .words-input-row {
        margin: 0;
    }
    .background-game-slova {
        margin-top: 10px;
        background-image: none;
    }
    .background-game-slova > .block-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .words-hud {
        margin: -26px auto 40px;
        border-top: 2px solid #119DAD;
        padding: 15px 0 0;
    }
    .words-game__play .game-feild {
        width: 335px;
    }
    .stats-wrapper {
        top: 90px;
        gap: 10px;
    }
    .words-list {
        margin-top: 40px;
    }
    .words-list-head .word {
        font-size: 20px;
        line-height: 22px;
    }
    .word-info {
        gap: 2px;
        font-size: 11px;
        flex-direction: column;
    }
    .words-list-num {
        border: 20px solid #EAF6F6;
        position: absolute;
        right: -16px;
        top: -16px;
        background: #EAF6F6;
        border-radius: 0 0 0 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 1;
        font-size: 13px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .words-list-num div {
        color: #6E7B91;
        border: 2px solid #6E7B91;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-weight: bold;
        font-size: 13px;
        line-height: 17px;
        background: #fff;
        box-shadow: 0 0 0px 10px #fff;
        position: relative;
        z-index: 2;
    }
    .words-list-num:before {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
        width: 40px;
        height: 40px;
        right: -24px;
        position: absolute;
        bottom: -40px;
        transform: rotate(-90deg);
    }
    .words-list-num:after {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
        width: 40px;
        height: 40px;
        left: -40px;
        position: absolute;
        top: -25px;
        transform: rotate(-90deg);
    }
    .game-result .block-description-icon-attention.test {
          box-shadow: 0 0 0px 19px #EAF6F6;
          padding: 4px;
      }
    .game-result .block-description-icon-attention.test:before {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
        width: 35px;
        height: 35px;
        right: -15px;
        position: absolute;
        bottom: -40px;
        transform: rotate(-90deg);
    }
    .game-result .block-description-icon-attention.test:after {
        content: '';
        background-image: radial-gradient(circle at 0 0, transparent 20px, #EAF6F6 20px);
        width: 40px;
        height: 40px;
        left: -38px;
        position: absolute;
        top: -20px;
        transform: rotate(-90deg);
    }

    .game-result {
        margin-top: -47px;
    }
    .game-result .breadcrumbs.cognitive {
        margin-bottom: 80px;
    }
    .game-result .block-description-game,
    .game-auth-user-info,
    .game-result-tops-wrapper {
        padding: 16px;
    }
    .game-result .block-description-game h2,
    .game-result-tops-wrapper .words-leaderboard-container h2 {
        font-size: 20px !important;
    }
    .game-auth-user-info h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .game-result .block-description-game .result-text {
        font-size: 28px;
        color: #119DAD;
        line-height: 1;
        margin-top: 12px;
    }
    .game-tops10-item-you {
        margin: 0 -10px 7px;
        padding: 3px 15px;
    }
    .game-result-tops {
        margin: 20px 0;
    }
    .game-tops10-item {
        display: grid;
        grid-template-columns: 24px 1fr; /* Первые две колонки */
        gap: 2px 18px;
        margin-bottom: 7px;
        padding: 3px 15px;
        align-items: center;
        margin: 0 -10px 7px;
    }

    /* Третья колонка переносится на вторую строку */
    .game-tops10-item > :nth-child(3) {
        grid-column: 1 / -1; /* Растягиваем на всю ширину */
        /* Или если нужна конкретная ширина: */
        /* grid-column: span 2; */
        font-size: 18px;
        text-align: left;
        padding-left: 40px;
    }
    .game-result-next-round-img img {
        max-width: 80%;
    }

    .words-game__start .game-feild {
        min-height: 400px;
        width: 340px;
    }

    .words-start-demo__hint.is-visible { opacity: 1; transform: translate(-45%, -30%) scale(1); }
    .words-start-demo__hint.is-leaving { opacity: 0; transform: translate(-45%, -30%) scale(0.96); }
}
@media (max-width:480px) {
    .banner-container.page-game {
        height: 290px;
    }
    .stats-wrapper .breadcrumbs {
        padding: 8px 19px;
        margin: 0;
        font-size: 22px;
    }
}