/*
Theme Name: klanfc
Theme URI: https://seopro.com.ua/
Version: 1.0
Description:
Author: seopro.com.ua (fudzimaru)
Author URI: https://seopro.com.ua/
*/

.info-text .wp-block-table {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    overflow-x: auto;
    width: calc(100% + 30px);
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-left: -.9375rem
}

.info-text td, .info-text th {
    border: .0625rem solid rgba(255, 255, 255, .5)!important;
}

.breadcrumbs__body, .breadcrumbs__body li a{
    flex-wrap: wrap;
    max-width: 100%;
}

.tournaments-tabs__items-empty{
    padding: 30px 0;
    text-align: center;
}

.tournament-card.past .tournament-anouns{
    background: #686868;
}

.tournament-anouns-end{
    color: #686868;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}

.pagination-numbers .current {
    background-color: rgb(255, 0, 46);
}

.fighter-stats-title{
    text-align: left;
    margin-bottom: 5px;
}


.tournament-card__fighter .fighter-name span:first-child {
    font-size: 1.1vw;
}

.fighter-name span:first-child {
    font-size: 1.5vw;
}


.events-tabs__navigation{
    overflow-x:auto;
    padding-bottom: 5px;
}
.events-tabs__navigation::-webkit-scrollbar {
    width: 100%;
    height: 4px;
}

.events-tabs__navigation::-webkit-scrollbar-track {
    width: 100%;
    height: .25rem;
    border-radius: .625rem;
    background-color: #474747;
}

.events-tabs__navigation::-webkit-scrollbar-thumb {
    height: 100%;
    border-radius: .625rem;
    background-color: #ff002e;
}

@media (max-width: 768px) {
    .tournament-card__fighter .fighter-name span:first-child {
        font-size: 2.1vw;
    }

    .tournament-anouns-end{
        display: none;
    }

    .menu-body {
        padding: 7.5rem 1.9375rem 3.75rem;
    }
}

.article__top .breadcrumbs__body {
    flex-wrap: nowrap;
}
.article__top .breadcrumbs__body li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 1 auto;
}

@media (max-width: 991.98px){
    .article__top .breadcrumbs__body{
        overflow-x: auto;
        width: calc(100% + 30px);
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        max-width: unset;
    }
    .article__top .breadcrumbs__body::-webkit-scrollbar {
        display: none;
    }
    .article__top .breadcrumbs {
        align-self: flex-start;
    }
    .breadcrumbs__body li{
        flex: 0 0 auto;
    }
    .article__top .breadcrumbs__body li:last-child {
        white-space: wrap;
        overflow: visible;
        text-overflow: unset;
        flex: 0 0 auto;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(18, 18, 18, 0.95);
    color: #fff;
    padding: 20px 0;
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.cookie-banner__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.cookie-banner__text {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}
.cookie-banner__text a {
    color: #FF002E;
    text-decoration: underline;
}
.cookie-banner__button {
    background: #FF002E;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}
.cookie-banner__button:hover {
    background: #d60027;
}

@media (min-width: 768px) {
    .tournament-fighter.temp{
        margin-bottom: 75px;
    }
}
@media (max-width: 768px) {
    .cookie-banner__body {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .cookie-banner__button {
        width: 100%;
    }

    .fighter-name span:first-child {
        font-size: 4.5vw;
    }

    .tournament-hero__divider {
        position: relative;
        margin-bottom: -90px;
        margin-top: -15px;
    }
}

.age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    backdrop-filter: blur(15px);
}
.age-gate-modal {
    background: #1e1e1e;
    padding: 40px;
    border: 2px solid #FF002E;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 0 30px rgba(255, 0, 46, 0.2);
}
.age-gate-logo {
    margin-bottom: 25px;
}
.age-gate-logo img {
    max-width: 150px;
    height: auto;
}
.age-gate-title {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.age-gate-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    font-size: 14px;
}
.age-gate-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.age-gate-button {
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.age-gate-button--confirm {
    background: #FF002E;
    color: #fff;
}
.age-gate-button--confirm:hover {
    background: #d60027;
}
.age-gate-button--exit {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    font-size: 12px;
}
.age-gate-button--exit:hover {
    color: #fff;
}
body.age-gate-active {
    overflow: hidden;
}

.fighter-info{
    min-width: 120px;
}
