.page {
    opacity: 1;
}

.breadcrumbs-custom-path {
    position: relative;
    display: block;
    width: 450px;
    max-width: 100%;
    margin: 6px auto 0;
    padding: 0;
    text-align: center;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus,
.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
    color: #f1e557;
}

.agteam-pilot-card .player-img img {
    width: 368px;
    height: 286px;
    max-width: none;
    object-fit: cover;
}

.agteam-pilot-card .team-logo-img,
.agteam-pilot-card .team-logo-img img {
    width: 313px;
    height: 313px;
}

.agteam-pilot-card .team-logo-img img {
    object-fit: contain;
}

@media (min-width: 768px) {
    .agteam-pilot-card .player-info-figure,
    .agteam-pilot-card .player-info-main {
        min-height: 298px;
    }
}

.agteam-event-filter .ajax-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agteam-events-main {
    transition: opacity .2s ease;
}

.agteam-events-main.is-loading {
    opacity: .45;
    pointer-events: none;
}

@media (max-width: 767px) {
    .agteam-events-heading .heading-component-inner {
        display: block;
    }

    .agteam-events-heading .heading-component-aside {
        margin-top: 12px;
    }

    .agteam-event-filter .ajax-form {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .agteam-event-filter .select,
    .agteam-event-filter .select2-container {
        width: 100% !important;
    }

    .game-info-main {
        flex-wrap: wrap;
    }

    .game-info-main > div,
    .game-info-main .w-50 {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.cookies__wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 15px 20px;
    color: #fff;
    background: rgba(0, 0, 0, .88);
    transform: translateY(100%);
    transition: transform .3s ease;
}

.cookies__wrap.show { transform: translateY(0); }
.cookies__container { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1280px; margin: 0 auto; }
.cookies__text-box { flex: 1; }
.cookies__text a { color: #67a3e8; text-decoration: underline; }
.agteam-news-image { width: 100%; height: auto; object-fit: cover; }
.agteam-news-empty-image { min-height: 280px; background: #e7e7e7; }

@media (max-width: 768px) {
    .cookies__container { flex-direction: column; text-align: center; }
}
