:root {
    --font-family: "Roboto", sans-serif;
    --content-width: 1110px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --color-bg: #f9f9f9;
    --color-bg-wrapper: #f3f3f3;
    --color-white: #ffffff;
    --color-dark: #102938;
    --color-primary: #4c71fa;
    --color-primary-hover: #28409a;
    --color-red: #f33330;
    --color-green: #48b55c;
    --color-green-hover: #2c943f;
    --color-gray: #9d9d9d;
    --color-gray-2: #c6c6c6;
    --color-gray-3: #f3f3f3;
    --burger-width: 28px;
    --burger-height: 22px;
    --burger-line-height: 3px;
    --header-height: 90px;
    --swiper-theme-color: #007aff;
}

.lang__item img {
    width: 30px;
    margin-right: 6px;
}

.lang__btn > img {
    width: 30px;
}


footer .menu-item:not(.menu-item:nth-last-child(1)) {
    margin-bottom: 15px;
}

footer .menu-item a {
    color: var(--color-white);
}

.footer__copyright a {
    font-size: .75rem;
}

.bookmakers-table__nav-tcs {
    font-size: .6rem;
    text-decoration: none;
    color: var(--color-dark);
    border-bottom: 1px dashed var(--color-dark);
}

.bookmakers-table__nav-btn {
    font-size: .975rem;
}


p {
    line-height: 1.5;
}


blockquote {
    display: block;
    position: relative;
    min-height: 80px;
    padding: 20px 20px 20px 77px;
    line-height: 1.18;
    font-size: 1rem;
    background-color: rgb(72 181 92 / 17%);
    border-radius: 5px;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background-image: url(../img/icons/quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

blockquote:not(blockquote:nth-last-child(1)) {
    margin-bottom: 20px;
}


.list li, .number li {
    line-height: 1.5;
}

.number li {
    padding-left: 25px;
}

.number li::before {
    padding: 3px 7px 2px;
    margin-top: 3px;
}

.list li::before {
    margin-top: 4px;
}


.main {
    padding: calc(var(--header-height) + 50px) var(--container-offset) 100px;
}

.sidebar-rating__logo {
    max-width: 90px;
}


.bookmaker-preview__bonus-btn {
    padding: 6px 20px;
    font-size: .75rem;
}

.payment-table td {
    overflow: inherit;
}

.author__text {
    line-height: 1.5rem;
}

.sidebar-bookmaker__tcs {
    font-size: .6rem;
    text-decoration: none;
    color: var(--color-dark);
    border-bottom: 1px dashed var(--color-dark);
}

.main__content .wp-block-image {
    margin-bottom: 15px;
}

.game__bg img {
    max-height: 315px;
}

@media (max-width: 768px) {
    ul li, ol li {
        font-size: .875rem;
    }
}


.page-numbers {
    background: #4c76f5;
    padding: 8px 13px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

.nav-links {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bonus__size {
    margin-left: 0px;
}

.bonuses + .bookmakers-table__footer {
    margin-bottom: 30px;
}

.bonuses + .bookmakers-table__footer .btn {
    margin: 0 auto;
}

.bookmaker-preview__bonus {
    min-width: 150px;
}

.check-list li:not(.check-listli:nth-last-child(1)) {
    margin-bottom: 10px;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-notes {
    display: none;
}

#reply-title {
    display: none;
}

.compare__item-logo img {
    width: 80px;
}

.compare__item-logo {
    height: auto;
}


.compare-table__bookmaker-logo {
    height: auto;
    max-height: 40px;
}

.compare-table__bookmaker-logo img {
    height: 40px;
}

.compare-table__item-logo img {
    width: 80px;
    height: auto;
}

.compare-table__item-logo {
    height: 25px;
}


.payment-info__table.payment-table tbody tr:first-child th {
    padding: 14px;
}

.articles-slider__item_title:not(.articles-slider__item_title:nth-last-child(1)) {
    padding: 10px 5px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem; 
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.articles-slider__item_title a {
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: #000000; 
}


.latest-articles__item:nth-child(1) .articles-slider__item_title, .latest-articles__item:nth-child(1) .articles-slider__item_title a {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-white);
    margin-bottom: 10px;
} 

.seo-faq {
    margin: 50px 0 0;
    padding: 30px;
    background: var(--color-white);
    border-radius: 12px;
}

.seo-faq__title {
    margin: 0 0 25px;
}

.seo-faq__item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e9eef3;
}

.seo-faq__question {
    margin: 0 0 12px;
    font-size: 1.375rem;
    line-height: 1.3;
}

.seo-faq__answer {
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 768px) {
    .seo-faq {
        margin-top: 35px;
        padding: 22px 18px;
    }

    .seo-faq__title {
        margin-bottom: 20px;
    }

    .seo-faq__question {
        font-size: 1.125rem;
    }

    .seo-faq__item:not(:last-child) {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
}


footer .menu {
    width: unset;
    height: unset;
    background: #102938;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
}

.main__content strong {
    font-weight: bold;
}

.main__content em {
    font-style: italic;
}



/*new*/
.main__content > ol:not([class]) {
    margin-bottom: 20px;
    counter-reset: number;
}

.main__content > ol:not([class]) li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

.main__content > ol:not([class]) li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number) "";
    background-color: var(--color-primary);
    border-radius: 50%;
    margin-right: 5px;
    font-size: .625rem;
    color: var(--color-white);
    padding: 3px 7px 2px;
    margin-top: 3px;
}

.main__content > ul:not([class]) {
    margin-bottom: 20px;
}

.main__content > ul:not([class]) li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.main__content > ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    border-radius: 50%;
    margin-top: 4px;
}

.forecasts-container {
    align-items: stretch;
}

.forecasts-container .forecasts {
    width: 100%;
}

/* Карточки прогнозов: логотипы команд — квадратная область, изображение целиком внутри без обрезки */
.forecast__rivals .forecast__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    flex-shrink: 0;
}

.forecast__rivals .forecast__img picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.forecast__rivals .forecast__img img.image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Блок автора прогноза в сайдбаре */
.sidebar-author-stats {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--color-gray-3, #f3f3f3);
}

.sidebar-author-stats__name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-dark, #102938);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-gray-3, #eee);
    text-decoration: none;
}

.sidebar-author-stats__name:hover {
    color: var(--color-primary, #4c71fa);
}

.sidebar-author-stats__name-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-primary, #4c71fa);
    color: #fff;
    flex-shrink: 0;
}

.sidebar-author-stats__name-icon svg {
    width: 22px;
    height: 22px;
}

.sidebar-author-stats__name-text {
    letter-spacing: 0.02em;
}

.sidebar-author-stats__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9375rem;
}

.sidebar-author-stats__row--total {
    margin-bottom: 14px;
}

.sidebar-author-stats__label {
    color: #000;
}

.sidebar-author-stats__value {
    font-weight: 600;
    color: var(--color-dark, #102938);
}

.sidebar-author-stats__value--rate {
    color: var(--color-primary, #4c71fa);
}

.sidebar-author-stats__value--roi.sidebar-author-stats__value--positive {
    color: var(--color-green, #48b55c);
}

.sidebar-author-stats__value--roi.sidebar-author-stats__value--negative {
    color: var(--color-red, #f33330);
}

.sidebar-author-stats__breakdown {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 0 8px;
    margin-bottom: 4px;
    width: 100%;
}

.sidebar-author-stats__breakdown .sidebar-author-stats__pill {
    min-width: 0;
}

.sidebar-author-stats__breakdown .sidebar-author-stats__sep {
    align-self: center;
    justify-self: center;
}

.sidebar-author-stats__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding: 15px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-author-stats__pill--passed {
    background: #dcfce7;
    color: #15803d;
}

.sidebar-author-stats__pill--return {
    background: #fef3c7; 
    color: #b45309;
}

.sidebar-author-stats__pill--failed {
    background: #fee2e2;
    color: #b91c1c;
}

.sidebar-author-stats__sep {
    color: var(--color-gray-2, #c6c6c6); 
    font-weight: 500;
}

.sidebar-author-stats__hint {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0 8px;
    align-items: center; 
    font-size: 0.75rem;
    color: var(--color-gray, #9d9d9d);
    margin: 0 0 14px 0;
}

.sidebar-author-stats__hint-item {
    text-align: center;
} 

.sidebar-author-stats__hint-sep {
    text-align: center;
}

/* Страница прогнозиста (архив автора) */
body.author.page__body {
    display: block;
    width: auto;
    padding: 0;
    background: var(--color-bg);
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

body.author.page__body .site-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body.author.page__body .main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: calc(var(--header-height) + 100px) var(--container-offset) 100px;
}

body.author.page__body .main__content {
    flex: 0 1 730px;
    max-width: 730px;
    margin-right: 0;
}

body.author.page__body .main__sidebar {
    flex: 0 0 350px;
    max-width: 350px;
}

.forecast-koef {
    position: absolute;
    top: -18px;
    right: 18px;
    z-index: 2;
    min-width: 108px;
    padding: 8px 16px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #1b5e20;
    box-shadow: 0 8px 20px rgba(16, 41, 56, 0.08);
}

.forecast-koef--passed,
.forecast-koef--pending {
    background: #d9f7df;
    color: #17803d;
}

.forecast-koef--return {
    background: #fff0bf;
    color: #b96a00;
}

.forecast-koef--failed {
    background: #ffd9d9;
    color: #c62828;
}

.author-forecaster-page__title {
    margin-bottom: 1rem;
}

.author-page-stats {
    margin-bottom: 2rem;
}

.author-forecaster-page__forecasts {
    margin-bottom: 2.5rem;
}

.author-forecaster-page__section-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.author-forecaster-page__pagination {
    margin-top: 1.5rem;
}

.author-forecaster-page__empty {
    color: var(--color-gray);
}

/* Блок «Топ прогнозистов» */
.top-forecasters {
    margin-top: 30px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 24px 20px;
    margin-bottom: 20px;
}

.top-forecasters__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.top-forecasters__table {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.top-forecasters__head {
    display: grid;
    grid-template-columns: 1fr 64px 64px 64px 72px 72px;
    gap: 8px;
    padding: 0 14px 8px;
}

.top-forecasters__th {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.top-forecasters__th--user {
    text-align: left;
}

.top-forecasters__row {
    display: grid;
    grid-template-columns: 1fr 64px 64px 64px 72px 72px;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: var(--color-dark);
    transition: background 0.15s, box-shadow 0.15s;
}

.top-forecasters__row:hover {
    background: #eef0f4;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    color: var(--color-dark);
}

.top-forecasters__user {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.top-forecasters__rank {
    flex-shrink: 0;
    width: 22px;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--color-primary);
    text-align: center;
}

.top-forecasters__avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.top-forecasters__name {
    font-weight: 600;
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-forecasters__col {
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-primary);
}

.top-forecasters__col--passed {
    color: #15803d;
}

.top-forecasters__col--failed {
    color: #b91c1c;
}

.top-forecasters__col--return {
    color: #b45309;
}

.top-forecasters__col--positive {
    color: #15803d;
}

.top-forecasters__col--negative {
    color: #b91c1c;
}

@media (max-width: 768px) {
    .top-forecasters {
        padding: 16px 12px;
    }

    .top-forecasters__head {
        grid-template-columns: 1fr 52px 52px 52px 56px 56px;
        gap: 4px;
        padding: 0 10px 6px;
    }

    .top-forecasters__row {
        grid-template-columns: 1fr 52px 52px 52px 56px 56px;
        gap: 4px;
        padding: 10px;
    }

    .top-forecasters__avatar {
        width: 32px;
        height: 32px;
    }

    .top-forecasters__name {
        font-size: 0.8125rem;
    }

    .top-forecasters__col {
        font-size: 0.75rem;
    }

    .top-forecasters__th {
        font-size: 0.5625rem;
    }
}

@media (max-width: 576px) {
    .top-forecasters__head {
        display: none;
    }

    .top-forecasters__row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px;
    }

    .top-forecasters__user {
        width: 100%;
        gap: 8px;
    }

    .top-forecasters__avatar {
        width: 36px;
        height: 36px;
    }

    .top-forecasters__name {
        font-size: 0.875rem;
    }

    .top-forecasters__col {
        display: none;
    }

    .top-forecasters__mobile-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 10px;
        width: 100%;
        padding-left: 66px;
        font-size: 0.8125rem;
        font-weight: 600;
    }

    .top-forecasters__mob-item {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .top-forecasters__mob-label {
        font-weight: 400;
        color: #9d9d9d;
        font-size: 0.75rem;
    }

    .top-forecasters__mob-val--passed { color: #15803d; }
    .top-forecasters__mob-val--failed { color: #b91c1c; }
    .top-forecasters__mob-val--return { color: #b45309; }
    .top-forecasters__mob-val--rate { color: var(--color-primary); }
    .top-forecasters__mob-val--roi-pos { color: #15803d; }
    .top-forecasters__mob-val--roi-neg { color: #b91c1c; }
}

@media (min-width: 577px) {
    .top-forecasters__mobile-stats {
        display: none;
    }
}

/* Блок прогноза и кнопка «Сделать ставку» внизу страницы прогноза */
.forecast-cta {
    margin-top: 1.75rem;
    padding: 18px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
    border: 1px solid #dbe8ff;
    border-radius: 12px;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 8px 20px rgba(76, 113, 250, 0.08);
}

.forecast-cta__content {
    flex: 1;
    min-width: 260px;
}

.forecast-cta__stake {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #0f172a;
}

.forecast-cta__user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e5edff;
    color: #2f4ab8;
    flex-shrink: 0;
}

.forecast-cta__user-icon svg {
    width: 18px;
    height: 18px;
}

.forecast-cta__nickname {
    font-weight: 700;
    color: #1e293b;
}

.forecast-cta__prediction {
    font-weight: 700;
    color: #1e293b;
}

.forecast-cta__coef,
.forecast-cta__win {
    font-size: 0.875rem;
    margin: 0 8px 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe8ff;
}

.forecast-cta__coef strong,
.forecast-cta__win strong {
    color: #0f172a;
}

.forecast-cta__win {
    cursor: help;
}

.forecast-cta__tooltip-icon {
    font-size: 0.75rem;
    opacity: 0.7;
}

.forecast-cta__btn {
    flex-shrink: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    background: #4c71fa !important;
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: 9px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 6px 14px rgba(76, 113, 250, 0.25);
}

.forecast-cta__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto;
}

.forecast-cta__bookmaker-logo {
    max-width: 82px;
    max-height: 18px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.forecast-cta__btn:hover {
    background: #3a5ad8 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .forecast-cta {
        padding: 14px;
        gap: 12px;
    }

    .forecast-cta__content {
        min-width: 0;
        width: 100%;
    }

    .forecast-cta__stake {
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 4px;
        font-size: 0.9375rem;
    }

    .forecast-cta__user-icon {
        width: 30px;
        height: 30px;
    }

    .forecast-cta__user-icon svg {
        width: 16px;
        height: 16px;
    }

    .forecast-cta__btn {
        width: auto;
        max-width: 100%;
    }

    .forecast-cta__action {
        width: 100%;
        justify-content: center;
    }

    .forecast-cta__bookmaker-logo {
        max-width: 74px;
        max-height: 16px;
    }
}

.forecasts__item {
    position: relative;
}

.forecast-koef {
    position: absolute;
    top: -9px;
    right: -10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.forecast-koef--pending {
    background: #dddddd;
    color: #000000;
}

.forecast-koef--passed {
    background: #dcfce7;
    color: #15803d;
}

.forecast-koef--failed {
    background: #fee2e2;
    color: #b91c1c;
}

.forecast-koef--return {
    background: #fef3c7;
    color: #b45309;
}

.sidebar-forecasts__coef--passed:before {
    background-color: #15803d;
}

.sidebar-forecasts__coef--failed:before {
    background-color: #b91c1c;
}

.sidebar-forecasts__coef--return:before {
    background-color: #b45309;
}

.forecast__btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #dbdbdb;
    color: #272727 !important;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
    margin-top: auto;
}

.forecast__btn:hover {
    background: #cdcdcd;
    color: #272727 !important;
    transform: translateY(-1px);
}

/* Profile page */
.profile {
}

.profile__section {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.profile__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px !important;
}

.profile__avatar-wrap {
    margin-bottom: 16px;
}

.profile__avatar-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.profile__avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #efefef;
    color: #9d9d9d;
}

.profile__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile__form--inline {
    margin-top: 8px;
}

.profile__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #555;
}

.profile__input {
    font-family: var(--font-family);
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
}

.profile__input:focus {
    border-color: var(--color-primary);
}

.profile__file-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.profile__file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.profile__file-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #efefef;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    transition: background 0.2s;
    flex-shrink: 0;
}

.profile__file-btn:hover {
    background: #e0e0e0;
}

.profile__file-name {
    font-size: 0.875rem;
    color: #9d9d9d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile__submit {
    font-family: var(--font-family);
    align-self: flex-start;
    padding: 10px 28px;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.profile__submit:hover {
    background: var(--color-primary-hover);
}

.profile__link-btn {
    font-family: var(--font-family);
    background: none;
    border: none;
    padding: 0;
    font-size: 0.875rem;
    color: #b91c1c;
    cursor: pointer;
    text-decoration: underline;
}

.profile__link-btn:hover {
    text-decoration: none;
}

.profile-notice {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9375rem;
}

.profile-notice p {
    margin: 0;
}

.profile-notice--success {
    background: #dcfce7;
    color: #15803d;
}

.profile-notice--error {
    background: #fee2e2;
    color: #b91c1c;
}

/* Author page avatar */
.author-forecaster-page__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.author-forecaster-page__header .author-forecaster-page__title {
    margin-bottom: 0 !important;
}

.author-forecaster-page__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Author avatar in sidebar */
.sidebar-author-stats__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px;
}

/* Widget: Top Forecasters */
.widget-forecasters {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.widget-forecasters__head {
    display: grid;
    grid-template-columns: 1fr 56px 56px;
    gap: 8px;
    padding: 0 12px 6px;
}

.widget-forecasters__th {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #9d9d9d;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.widget-forecasters__th--user {
    text-align: left;
}

.widget-forecasters__row {
    display: grid;
    grid-template-columns: 1fr 56px 56px;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    background: #f7f7f8;
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-dark);
    transition: background 0.15s, box-shadow 0.15s;
}

.widget-forecasters__row:hover {
    background: #eef0f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    color: var(--color-dark);
}

.widget-forecasters__user {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.widget-forecasters__avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.widget-forecasters__name {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-forecasters__col {
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-primary);
}

.widget-forecasters__col--positive {
    color: #15803d;
}

.widget-forecasters__col--negative {
    color: #b91c1c;
}

.btn--profile{
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;

    margin-right: 0 !important;
}
.bonus__copy:hover{
    cursor: pointer;
}
