.p_ga_13_country_v2 {
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 10px calc(135px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    color: var(--color-9);
    background: var(--color-2);
    background-image: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.06));
    border: 1px solid var(--color-4);
    border-radius: 10px;
    overflow: visible;
    font-family: DDIN, Aller, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    text-align: start;
    direction: inherit;
}

.p_ga_13_country_v2,
.p_ga_13_country_v2 * {
    box-sizing: border-box;
}

.p_ga_13_country_shell,
.p_ga_13_country_hero,
.p_ga_13_country_content,
.p_ga_13_country_main,
.p_ga_13_country_sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    min-width: 0;
}

.p_ga_13_country_hero_copy,
.p_ga_13_country_panel,
.p_ga_13_country_list,
.p_ga_13_country_section,
.p_ga_13_country_story,
.p_ga_13_country_box,
.p_ga_13_country_faq {
    min-width: 0;
    padding: 12px;
    color: var(--color-9);
    background: var(--color-2);
    background-image: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.06));
    border: 1px solid var(--color-4);
    border-radius: 10px;
}

.p_ga_13_country_hero_copy {
    border-inline-start: 4px solid var(--mainColor);
}

.p_ga_13_country_kicker_wrap,
.p_ga_13_country_section_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.p_ga_13_country_kicker,
.p_ga_13_country_badge,
.p_ga_13_country_panel_hint {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    color: var(--color-1);
    background: var(--mainColor);
    background-image: linear-gradient(135deg, rgba(255,255,255,.3), rgba(0,0,0,.2));
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.p_ga_13_country_badge {
    color: var(--color-9);
    background: var(--color-3);
}

.p_ga_13_country_badge_dot {
    width: 6px;
    height: 6px;
    margin-inline-end: 6px;
    border-radius: 50%;
    background: var(--mainColor);
}

.p_ga_13_country_v2 h1 {
    margin: 10px 0 0;
    color: var(--mainColor);
    font-size: 21px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    text-align: start;
}

.p_ga_13_country_intro,
.p_ga_13_country_story p,
.p_ga_13_country_panel_box p,
.p_ga_13_country_box p,
.p_ga_13_country_faq p {
    margin: 8px 0 0;
    color: var(--color-7);
    font-size: 13px;
    line-height: 1.5;
}

.p_ga_13_country_stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
}

.p_ga_13_country_stat {
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
    background: var(--color-3);
    background-image: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.06));
    border: 1px solid var(--color-4);
    border-radius: 8px;
    font-family: Aller, DDIN, sans-serif;
}

.p_ga_13_country_stat_value {
    display: block;
    color: var(--color-9);
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
}

.p_ga_13_country_stat_label {
    display: block;
    margin-top: 4px;
    color: var(--color-6);
    font-size: 11px;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.p_ga_13_country_pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.p_ga_13_country_pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    height: auto;
    padding: 6px 10px;
    color: var(--color-1);
    background: var(--mainColor);
    background-image: linear-gradient(135deg, rgba(255,255,255,.3), rgba(0,0,0,.2));
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
}

.p_ga_13_country_pill_soft {
    color: var(--color-8);
    background: var(--color-3);
}

.p_ga_13_country_panel_top {
    display: grid;
    gap: 6px;
}

.p_ga_13_country_panel_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px;
    color: var(--color-1);
    background: var(--mainColor);
    background-image: linear-gradient(135deg, rgba(255,255,255,.3), rgba(0,0,0,.2));
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.p_ga_13_country_panel_box {
    margin-top: 8px;
    padding: 10px;
    background: var(--color-3);
    background-image: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.06));
    border: 1px solid var(--color-4);
    border-radius: 8px;
}

.p_ga_13_country_panel_box h2,
.p_ga_13_country_list h2,
.p_ga_13_country_section h2,
.p_ga_13_country_story h2,
.p_ga_13_country_box h2,
.p_ga_13_country_faq h2 {
    margin: 0;
    color: var(--mainColor);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-align: start;
}

.p_ga_13_country_panel_box ul,
.p_ga_13_country_box ul {
    margin: 8px 0 0;
    padding-inline-start: 16px;
    color: var(--color-7);
    font-size: 13px;
    line-height: 1.45;
}

.p_ga_13_country_panel_box li,
.p_ga_13_country_box li {
    margin-bottom: 5px;
}

.p_ga_13_country_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    color: var(--color-6);
    background: var(--color-2);
    border: 1px solid var(--color-4);
    border-radius: 8px;
    font-size: 11px;
}

.p_ga_13_country_breadcrumb a,
.p_ga_13_country_box a {
    color: var(--color-9);
    text-decoration: none;
}

.p_ga_13_country_section_head {
    flex-direction: column;
    align-items: flex-start;
}

.p_ga_13_country_section_head > div {
    min-width: 0;
    width: 100%;
}

.p_ga_13_country_section_head span,
.p_ga_13_country_section_meta {
    display: block;
    color: var(--color-6);
    font-size: 12px;
    line-height: 1.4;
    text-align: start;
}

.p_ga_13_country_section_head h2,
.p_ga_13_country_panel_box h2,
.p_ga_13_country_box h2,
.p_ga_13_country_faq h2,
.p_ga_13_country_story h2 {
    width: 100%;
    text-align: start;
}

.p_ga_13_country_list_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
    gap: 6px;
    margin-top: 8px;
}

.p_ga_13_country_list_item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 42px;
    height: auto;
    padding: 9px;
    color: var(--color-9);
    background: var(--color-3);
    background-image: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.06));
    border: 1px solid var(--color-4);
    border-radius: 8px;
    text-decoration: none;
}

.p_ga_13_country_list_index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: var(--color-1);
    background: var(--mainColor);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.p_ga_13_country_list_name {
    min-width: 0;
    color: var(--color-9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
}

.p_ga_13_country_v2 h1,
.p_ga_13_country_panel_box li,
.p_ga_13_country_box li,
.p_ga_13_country_section_head span,
.p_ga_13_country_intro,
.p_ga_13_country_story p,
.p_ga_13_country_faq summary,
.p_ga_13_country_faq p {
    overflow-wrap: anywhere;
}

.p_ga_13_country_matches {
    margin-top: 8px;
}

.p_ga_13_country_match_stream {
    display: grid;
    gap: 6px;
}

.p_ga_13_country_match_stream .p_ga_ma {
    width: 100% !important;
    margin: 0 !important;
}

.p_ga_13_country_match_stream .p_ga_ma.p_ga_ma1 {
    background-color: var(--color-2) !important;
    border: 1px solid var(--color-4) !important;
    border-radius: 8px !important;
    box-shadow: 0 0 12px var(--color-2), 0 -20px 18px var(--color-3) inset !important;
}

.p_ga_13_country_faq {
    display: grid;
    gap: 8px;
}

.p_ga_13_country_faq details {
    background: var(--color-3);
    border: 1px solid var(--color-4);
    border-radius: 8px;
    padding: 0 10px;
    overflow: hidden;
}

.p_ga_13_country_faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    color: var(--color-9);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
    text-align: start;
}

.p_ga_13_country_faq summary::-webkit-details-marker {
    display: none;
}

.p_ga_13_country_faq summary:after {
    content: '+';
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 800;
    margin-inline-start: auto;
}

.p_ga_13_country_faq details[open] summary:after {
    content: '-';
}

.p_ga_13_country_faq p {
    padding-bottom: 10px;
}

body.p-ga-13-country-page.ticket-open::after {
    display: none !important;
}

.p_ga_13_m .p_ga_mas_m .fop_bg {
    background: rgba(0,0,0,.72);
    z-index: 80;
}

.p_ga_13_m .p_ga_mas_m .fop,
.p_ga_13_m .p_ga_mas_m .bup {
    z-index: 120;
}

@media (min-width: 430px) {
    .p_ga_13_country_v2 {
        padding: 12px 12px calc(145px + env(safe-area-inset-bottom, 0px));
    }

    .p_ga_13_country_v2 h1 {
        font-size: 22px;
    }
}

@media (min-width: 900px) {
    .p_ga_13_country_hero,
    .p_ga_13_country_content {
        grid-template-columns: minmax(0, 1fr);
    }

    .p_ga_13_country_list_grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}
