.gfc-versus-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 18px 0 34px;
}

.gfc-versus-card {
    position: relative;
    /* max-width: 920px;
    margin: 0 auto; */
    padding: 14px 18px 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(150, 0, 255, .16), transparent 28%),
        linear-gradient(315deg, rgba(150, 0, 255, .18), transparent 26%),
        #08080c;
    border: 1px solid rgba(174, 48, 255, .35);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .04), 0 18px 42px rgba(0, 0, 0, .45);
}

.gfc-versus-card:before,
.gfc-versus-card:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 8px;
    background: #a600ff;
    box-shadow: 0 0 18px rgba(166, 0, 255, .8);
    transform: skewX(-34deg);
    pointer-events: none;
}

.gfc-versus-card:before {
    left: -56px;
    bottom: 18px;
}

.gfc-versus-card:after {
    right: -56px;
    top: 18px;
}

.gfc-match-meta,
.gfc-match-status {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    color: #bdb6c7;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gfc-match-meta a {
    color: #fff;
}

.gfc-match-status {
    margin-top: 10px;
    color: #a600ff;
    font-weight: 700;
}

.gfc-versus-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    margin-top: 10px;
}

.gfc-team-panel {
    position: relative;
    display: flex;
    align-items: center;
    width: 42%;
    min-height: 54px;
    padding: 9px 34px;
    color: #0a0a0d;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.1;
    text-transform: uppercase;
    background: #f4f4f6;
    border: 4px solid #bfc0c4;
    transition: transform .2s ease, filter .2s ease;
}

.gfc-team-panel:hover,
.gfc-team-panel:focus {
    color: #0a0a0d;
    text-decoration: none;
    transform: translateY(-2px);
    filter: drop-shadow(0 0 14px rgba(166, 0, 255, .65));
}

.gfc-team-home {
    justify-content: flex-start;
    padding-left: 42px;
    padding-right: 58px;
    background: #7040a7;
    border-color: #d8d4e0;
    color: #fff;
    clip-path: polygon(5% 0, 100% 0, 94% 100%, 0 100%);
}

.gfc-team-home:hover,
.gfc-team-home:focus {
    color: #fff;
}

.gfc-team-away {
    justify-content: flex-end;
    padding-left: 58px;
    padding-right: 42px;
    clip-path: polygon(6% 0, 100% 0, 95% 100%, 0 100%);
}

.gfc-team-panel img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    object-fit: contain;
    margin-right: 12px;
    background: rgba(0, 0, 0, .18);
    border-radius: 4px;
}

.gfc-team-away img {
    margin-right: 0;
    margin-left: 12px;
}

.gfc-team-panel span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfc-vs-core {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    min-height: 68px;
    margin: 0 -20px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    background: #050508;
    border-top: 6px solid #fff;
    border-bottom: 8px solid #a600ff;
    clip-path: polygon(18% 0, 82% 0, 100% 50%, 82% 100%, 18% 100%, 0 50%);
    box-shadow: 0 0 18px rgba(166, 0, 255, .7);
}

.gfc-vs-core:hover,
.gfc-vs-core:focus {
    color: #fff;
    text-decoration: none;
}

.gfc-finished-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 16px;
    padding-bottom: 34px;
}

.gfc-match-card {
    position: relative;
    overflow: hidden;
    min-height: 318px;
    color: #f8fafc;
    background:
        linear-gradient(180deg, rgba(22, 27, 38, .96), rgba(9, 11, 18, .98));
    border: 1px solid rgba(228, 120, 247, 0.18);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .42);
}

.gfc-match-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(120, 247, 193, .13), transparent 34%),
        linear-gradient(315deg, rgba(166, 0, 255, .16), transparent 30%);
    pointer-events: none;
}

.gfc-match-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 138px;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .72)),
        url("../images/common/esport-main-slider-2.jpg") center/cover;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.gfc-broadcasts-page {
    background:
        linear-gradient(180deg, rgba(7, 8, 13, .96), rgba(12, 7, 18, .98)),
        url("../images/soccer/broadcast-bg.jpg") center/cover fixed;
}

.gfc-broadcasts-intro {
    max-width: 760px;
    margin-bottom: 24px;
    color: #bdb6c7;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.gfc-broadcast-accordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 46px;
}

.gfc-broadcast-item {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(150, 0, 255, .16), transparent 28%),
        linear-gradient(315deg, rgba(120, 247, 193, .08), transparent 32%),
        #08080c;
    border: 1px solid rgba(174, 48, 255, .35);
    box-shadow: 0 20px 54px rgba(0, 0, 0, .44);
}

.gfc-broadcast-header {
    padding: 16px 18px;
    cursor: pointer;
}

.gfc-broadcast-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: #a600ff;
    box-shadow: 0 0 18px rgba(166, 0, 255, .68);
    touch-action: manipulation;
}

.gfc-broadcast-toggle:hover,
.gfc-broadcast-toggle:focus {
    color: #fff;
    text-decoration: none;
}

.gfc-broadcast-versus,
.gfc-broadcast-channel {
    display: flex;
    align-items: center;
    min-height: 46px;
    gap: 12px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}

.gfc-broadcast-versus img,
.gfc-broadcast-channel img {
    object-fit: contain;
    background: rgba(255, 255, 255, .06);
    border-radius: 6px;
}

.gfc-broadcast-versus .vs {
    color: #c605f7;
    font-weight: 900;
}

.gfc-broadcast-versus .info,
.gfc-broadcast-channel .info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.25;
}

.gfc-broadcast-versus .what,
.gfc-broadcast-channel .what {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.gfc-broadcast-versus .then,
.gfc-broadcast-channel .then {
    color: #bdb6c7;
    font-size: 11px;
    text-transform: uppercase;
}

.gfc-broadcast-versus .marker {
    margin-left: auto;
    padding: 7px 10px;
    color: #050508;
    background: #c605f7;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.gfc-broadcast-banner {
    position: relative;
    min-height: 280px;
    background: #050508;
}

.gfc-broadcast-banner img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gfc-broadcast-body {
    padding: 28px;
    color: #d8d4e0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.gfc-broadcast-body .title {
    margin: 0 0 10px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.gfc-broadcast-body p {
    margin-bottom: 18px;
    color: #bdb6c7;
    line-height: 1.7;
}

.gfc-broadcast-body .btn {
    color: #050508;
    background: #c605f7;
    border: 0;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gfc-broadcast-lineup .item {
    border-color: rgba(255, 255, 255, .08);
}

.gfc-broadcast-lineup .name {
    color: #f4f4f6;
}

.gfc-broadcast-empty {
    padding: 22px;
    color: #bdb6c7;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 767px) {
    .gfc-broadcast-header {
        padding: 14px;
    }

    .gfc-broadcast-versus,
    .gfc-broadcast-channel {
        margin-top: 12px;
    }

    .gfc-broadcast-versus .marker {
        display: none;
    }

    .gfc-broadcast-banner,
    .gfc-broadcast-banner img {
        min-height: 190px;
        height: 190px;
    }

    .gfc-broadcast-body {
        padding: 20px 16px;
    }
}

.gfc-match-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 6, 12, .38);
}

.gfc-match-card__team,
.gfc-match-card__score {
    position: relative;
    z-index: 2;
}

.gfc-match-card__team a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: rgba(3, 6, 12, .86);
    border: 2px solid rgba(220, 120, 247, 0.7);
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(120, 247, 193, .16);
}

.gfc-match-card__team img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.gfc-match-card__score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 64px;
    padding: 0 14px;
    color: #fff;
    background: rgba(5, 5, 8, .94);
    border-radius: 8px;
    box-shadow: 0 0 26px rgba(120, 247, 193, .28);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.gfc-match-card__score:hover,
.gfc-match-card__score:focus {
    color: #fff;
    text-decoration: none;
}

.gfc-match-card__body {
    position: relative;
    z-index: 2;
    padding: 18px;
}

.gfc-match-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.gfc-match-card__meta span,
.gfc-match-card__footer span {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 5px 9px;
    color: #dfffee;
    background: rgba(120, 247, 193, .1);
    border: 1px solid rgba(228, 120, 247, 0.18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.gfc-match-card__versus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin-bottom: 12px;
    color: #a9b3ca;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.gfc-match-card__versus a {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfc-match-card__versus a:hover,
.gfc-match-card__versus a:focus {
    color: #c605f7;
    text-decoration: none;
}

.gfc-match-card__status {
    min-height: 40px;
    margin: 0;
    color: #c5cee0;
    font-size: 13px;
    line-height: 1.55;
}

.gfc-match-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.gfc-match-card__footer a {
    color: #c605f7;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfc-match-card__footer a:hover,
.gfc-match-card__footer a:focus {
    color: #fff;
    text-decoration: none;
}

.gfc-game-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 22px;
    padding: 18px 0 22px;
}

.gfc-game-card {
    position: relative;
    display: block;
    min-height: 320px;
    overflow: hidden;
    color: #fff;
    background: #090912;
    border: 1px solid rgba(166, 0, 255, .42);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.gfc-game-card:hover,
.gfc-game-card:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    filter: drop-shadow(0 0 20px rgba(166, 0, 255, .55));
}

.gfc-game-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.gfc-game-card:hover img,
.gfc-game-card:focus img {
    transform: scale(1.04);
}

.gfc-game-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 4, 10, .08), rgba(4, 4, 10, .82)),
        linear-gradient(135deg, rgba(166, 0, 255, .38), transparent 38%);
    pointer-events: none;
}

.gfc-game-card__frame {
    position: absolute;
    z-index: 2;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, .74);
    clip-path: polygon(11% 0, 89% 0, 100% 10%, 100% 90%, 89% 100%, 11% 100%, 0 90%, 0 10%);
    pointer-events: none;
}

.gfc-game-card__content {
    position: absolute;
    z-index: 3;
    left: 22px;
    right: 22px;
    bottom: 24px;
    display: block;
    text-align: center;
}

.gfc-game-card__category,
.gfc-game-card__meta {
    display: block;
    color: #d7c5ff;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.gfc-game-card__title {
    display: block;
    margin: 8px 0;
    overflow-wrap: anywhere;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .85);
}

.gfc-games-action {
    margin-bottom: 24px;
}

.gfc-ranking-table {
    margin-bottom: 0;
    color: #e9e6ef;
    font-family: Montserrat, sans-serif;
    background: rgba(8, 8, 12, .86);
    border: 1px solid rgba(166, 0, 255, .28);
}

.gfc-ranking-table > thead > tr > th {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(166, 0, 255, .55);
}

.gfc-ranking-table > tbody > tr > td {
    vertical-align: middle;
    color: #d6d0dd;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.gfc-ranking-table > tbody > tr:hover > td {
    background: rgba(166, 0, 255, .12);
}

.gfc-ranking-table a {
    color: #fff;
}

.gfc-ranking-table small {
    display: block;
    margin-top: 2px;
    color: #a99fb6;
    font-size: 10px;
}

.gfc-ranking-team {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gfc-ranking-team:hover,
.gfc-ranking-team:focus {
    color: #fff;
    text-decoration: none;
}

.gfc-ranking-team img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    background: rgba(255, 255, 255, .08);
    border-radius: 4px;
}

.gfc-match-detail-page {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(4, 4, 9, .62), rgba(4, 4, 9, .92) 42%, rgba(4, 4, 9, .98)),
        linear-gradient(135deg, rgba(166, 0, 255, .18), transparent 34%),
        linear-gradient(315deg, rgba(120, 247, 193, .10), transparent 30%),
        url("../images/common/esport-main-slider-2.jpg") center top / cover fixed,
        #050508;
}

.gfc-match-detail-page:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(166, 0, 255, .20), transparent 28%),
        radial-gradient(circle at 82% 34%, rgba(120, 247, 193, .10), transparent 25%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .028) 0 1px, transparent 1px 92px);
    pointer-events: none;
}

.gfc-match-detail-page > * {
    position: relative;
    z-index: 1;
}

.gfc-match-detail-page .live-match-stat {
    background: transparent;
}

.gfc-match-detail-page .share-box {
    margin-bottom: 44px;
}

.gfc-match-detail-hero {
    background:
        linear-gradient(135deg, rgba(166, 0, 255, .18), transparent 32%),
        linear-gradient(315deg, rgba(120, 247, 193, .10), transparent 28%),
        rgba(7, 7, 12, .86);
    backdrop-filter: blur(2px);
}

.gfc-match-detail-hero .upcoming-match-info {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 32px 36px;
    background:
        linear-gradient(135deg, rgba(12, 12, 18, .94), rgba(6, 6, 12, .88)),
        rgba(5, 5, 8, .9);
    border: 1px solid rgba(174, 48, 255, .32);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.gfc-match-detail-hero .team {
    position: static !important;
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 0;
    gap: 18px;
    float: none !important;
    width: auto;
}

.gfc-match-detail-hero .team.right {
    justify-content: flex-end;
}

.gfc-match-detail-hero .team .avatar {
    position: static !important;
    flex: 0 0 auto;
    float: none !important;
}

.gfc-match-detail-hero .team .avatar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    padding: 12px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(120, 247, 193, .22);
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(166, 0, 255, .22);
}

.gfc-match-detail-hero .team .avatar img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gfc-match-detail-hero .team .text {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    min-width: 0;
    max-width: 100%;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    text-shadow: 0 0 18px rgba(166, 0, 255, .35);
    text-transform: uppercase;
}

.gfc-match-detail-hero .team .text > span {
    display: inline-flex;
    width: auto;
    margin-top: 10px;
    padding: 6px 10px;
    color: #78f7c1;
    background: rgba(120, 247, 193, .09);
    border: 1px solid rgba(120, 247, 193, .2);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.gfc-match-detail-hero .latest {
    margin-top: 14px;
}

.gfc-match-detail-hero .latest-title {
    margin-bottom: 8px;
    color: #bdb6c7;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gfc-match-detail-hero .counter {
    position: static !important;
    flex: 0 0 auto;
    padding: 0 8px;
    float: none !important;
    transform: none !important;
}

.gfc-match-detail-hero .counter ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.gfc-match-detail-hero .counter .digit {
    min-width: 58px;
    min-height: 58px;
    padding: 13px 14px;
    color: #fff;
    background: #050508;
    border: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 4px solid #a600ff;
    border-radius: 8px;
    box-shadow: 0 0 22px rgba(166, 0, 255, .45);
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.gfc-latest-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #bdb6c7;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    font-weight: 900;
}

.gfc-match-detail-panel {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 24px;
    color: #f8fafc;
    background:
        linear-gradient(135deg, rgba(166, 0, 255, .16), transparent 32%),
        linear-gradient(315deg, rgba(120, 247, 193, .08), transparent 30%),
        #08080c;
    border: 1px solid rgba(174, 48, 255, .32);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .42);
}

.gfc-match-detail-panel:before {
    content: "";
    position: absolute;
    top: 18px;
    right: -56px;
    width: 180px;
    height: 8px;
    background: #a600ff;
    box-shadow: 0 0 18px rgba(166, 0, 255, .72);
    transform: skewX(-34deg);
}

.gfc-match-detail-panel__header {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.gfc-match-detail-panel__header span {
    display: inline-flex;
    margin-bottom: 9px;
    color: #78f7c1;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gfc-match-detail-panel__header h2 {
    margin: 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.gfc-match-detail-panel__header p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #bdb6c7;
    font-size: 14px;
    line-height: 1.7;
}

.gfc-match-detail-score {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.gfc-match-detail-score div:first-child {
    text-align: left;
}

.gfc-match-detail-score div:last-child {
    text-align: right;
}

.gfc-match-detail-score strong,
.gfc-match-detail-score span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfc-match-detail-score strong {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.gfc-match-detail-score span {
    margin-top: 4px;
    color: #bdb6c7;
    font-size: 12px;
}

.gfc-match-detail-score__value {
    min-width: 104px;
    padding: 13px 16px;
    color: #fff;
    background: #050508;
    border-top: 4px solid #fff;
    border-bottom: 5px solid #a600ff;
    box-shadow: 0 0 20px rgba(166, 0, 255, .55);
    clip-path: polygon(16% 0, 84% 0, 100% 50%, 84% 100%, 16% 100%, 0 50%);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.gfc-match-detail-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gfc-match-detail-info {
    min-height: 78px;
    padding: 14px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.gfc-match-detail-info span,
.gfc-match-detail-info strong {
    display: block;
}

.gfc-match-detail-info span {
    margin-bottom: 8px;
    color: #a9b3ca;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfc-match-detail-info strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.gfc-match-statistics {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
}

.gfc-match-statistics__team {
    padding: 16px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.gfc-match-statistics__team h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.gfc-match-statistics__team ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gfc-match-statistics__team li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 9px 11px;
    color: #bdb6c7;
    background: rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.gfc-match-statistics__team li strong {
    color: #78f7c1;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.gfc-match-lineup {
    position: relative;
    z-index: 2;
}

.gfc-match-lineup .member {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.gfc-match-lineup .member .avatar img {
    object-fit: cover;
}

.gfc-match-lineup .country {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gfc-match-empty {
    margin: 0;
    padding: 14px;
    color: #bdb6c7;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

@media (max-width: 767px) {
    .gfc-versus-card {
        padding: 14px 10px 18px;
    }

    .gfc-versus-row {
        flex-direction: column;
        gap: 8px;
    }

    .gfc-team-panel {
        width: 100%;
        justify-content: center;
        min-height: 50px;
        padding: 9px 20px;
        font-size: 13px;
        clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
    }

    .gfc-team-away {
        flex-direction: row-reverse;
    }

    .gfc-team-away img {
        margin-left: 0;
        margin-right: 12px;
    }

    .gfc-vs-core {
        width: 86px;
        min-height: 50px;
        margin: -4px 0;
        font-size: 18px;
    }

    .gfc-finished-list {
        grid-template-columns: 1fr;
    }

    .gfc-match-card__media {
        padding: 18px 12px;
    }

    .gfc-match-card__team a {
        width: 64px;
        height: 64px;
    }

    .gfc-match-card__team img {
        width: 46px;
        height: 46px;
    }

    .gfc-match-card__score {
        min-width: 86px;
        min-height: 54px;
        font-size: 20px;
    }

    .gfc-match-card__versus,
    .gfc-match-card__footer {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .gfc-match-detail-panel {
        padding: 18px 14px;
    }

    .gfc-match-detail-page {
        background-attachment: scroll;
        background-position: center top;
    }

    .gfc-match-detail-hero .upcoming-match-info {
        flex-direction: column;
        gap: 22px;
        padding: 24px 16px;
    }

    .gfc-match-detail-hero .team,
    .gfc-match-detail-hero .team.right {
        display: grid;
        grid-template-columns: 78px minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        width: 100%;
        justify-content: initial;
        text-align: left;
    }

    .gfc-match-detail-hero .team.right {
        grid-template-columns: 78px minmax(0, 1fr);
        direction: ltr;
    }

    .gfc-match-detail-hero .team.right .avatar {
        grid-column: 1;
        grid-row: 1;
    }

    .gfc-match-detail-hero .team.right .text {
        grid-column: 2;
        grid-row: 1;
    }

    .gfc-match-detail-hero .team .avatar a {
        width: 78px;
        height: 78px;
        padding: 10px;
    }

    .gfc-match-detail-hero .team .text {
        width: 100%;
        font-size: 18px;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .gfc-match-detail-hero .team .text > span {
        max-width: 100%;
        white-space: normal;
    }

    .gfc-match-detail-hero .latest {
        width: 100%;
    }

    .gfc-match-detail-hero .counter {
        order: 2;
        width: 100%;
        padding: 0;
    }

    .gfc-match-detail-hero .team:first-child {
        order: 1;
    }

    .gfc-match-detail-hero .team.right {
        order: 3;
    }

    .gfc-match-detail-hero .counter ul {
        justify-content: center;
    }

    .gfc-match-detail-hero .counter .digit {
        min-width: 54px;
        min-height: 54px;
        padding: 12px;
        font-size: 23px;
    }

    .gfc-match-detail-score,
    .gfc-match-detail-grid {
        grid-template-columns: 1fr;
    }

    .gfc-match-detail-score div,
    .gfc-match-detail-score div:first-child,
    .gfc-match-detail-score div:last-child {
        text-align: center;
    }

    .gfc-match-detail-score__value {
        justify-self: center;
    }
}
