.fifa2026-schedule-score-page-wrapper {
    margin: 60px 10%;
}

.fifa2026-schedule-standings-page-wrapper {
    margin: 60px 10px 0px 10px;
}

.fifa2026-page-main-title {
    margin: 20px 10%;
    font-size: 1.8rem;
    font-weight: bold;
}

.fifa2026-page-sub-title {
    margin: 20px 10%;
    font-size: 1.5rem;
    font-weight: bold;
}

@media (max-width:768px) {
    .fifa2026-schedule-score-page-wrapper {
        margin: 60px 10px;
    }

    .fifa2026-page-main-title {
        margin: 20px 10px;
        font-size: 1.5rem;
    }

    .fifa2026-page-sub-title {
        margin: 20px 10px;
        font-size: 1.2rem;
    }


    .fifa2026-schedule-standings-page-wrapper {
        margin: 60px 0px 0px 0px;
    }

}

.fifa2026-schedule-score-page-wrapper {
    padding: 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 20px;
}

.fifa2026-page-tab-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.fifa2026-page-tab-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.fifa2026-page-tab {
    padding: 10px;
    border: solid 1px #b8b8b8;
    border-radius: 9px;
    margin: 0 5px;
}

.fifa2026-page-tab a {
    text-decoration: none;
    color: grey;
    font-weight: bold;
    display: block;
    text-align: center;
}

.fifa2026-page-tab.active {
    background: #ffde43;
}

.fifa2026-page-tab.active a {
    color: #000000;
}

.fifa2026-gameday-wrapper {
    width: 90%;
    padding: 20px 20px;
}

.fifa2026-gameday-header {
    display: flex;
    border-radius: 10px;
    background: purple;
    color: #ffffff;
    padding: 10px;
    justify-content: center;
    font-weight: bold;
}

.fifa2026-gameday-game {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    overflow: hidden;
    cursor: pointer;
}

.fifa2026-gameday-game-content {
    padding: 10px 20px;
}

.fifa2026-gameday-game-detail {
    display: flex;
    color: #5d5d5d;
    justify-content: center;
    flex-wrap: wrap;
}

.fifa2026-gameday-game-detail span {
    padding: 3px 10px;
    border-right: solid 1px #5d5d5d;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.fifa2026-gameday-game-detail span:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .fifa2026-gameday-game-detail span {
        border-right: none;
    }
}

.fifa2026-gameday-game-teams {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.fifa2026-gameday-game-team {
    flex: 0 0 40%;
    width: 40%;
    max-width: calc(50% - 50px);
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fifa2026-gameday-game-team-score {
    flex: 0 0 20%;
    width: 20%;
    min-width: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}


.fifa2026-gameday-game-team img {
    width: 50px;
    height: auto;
    margin: 0 10px;
}

.fifa2026-gameday-game-team.home-team {
    flex-direction: row-reverse;
}


.fifa2026-gameday-game-team-score.have-score .fifa2026-gameday-game-team-score-vs {
    display: none;
}

.fifa2026-gameday-game-team-score:not(.have-score) .fifa2026-gameday-game-team-score-num {
    display: none;
}

.fifa2026-gameday-game-team-score-num {
    margin: 0 3px;
}

#gamedaySample {
    display: none;
}

@media (max-width:768px) {

    .fifa2026-gameday-game-team.home-team,
    .fifa2026-gameday-game-team.away-team {
        flex-direction: column;
    }

    .fifa2026-gameday-wrapper {
        padding: 20px 10px;
        width: 99%;
    }
}

div#weekdaypicker {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.fifa2026-gameday-swiper-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fifa2026-gameday-swiper-pagination>span {
    margin-bottom: 5px !important;
}



.wc2026-result-bracket {
    display: flex;
}

.wc2026-result-bracket-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wc2026-result-bracket-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wc2026-result-bracket-item-group {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wc2026-result-bracket-item {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px;
    position: relative;
}

.wc2026-result-bracket-match {
    width: 150px;
}

.wc2026-result-bracket-match-teams {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px;
}

.wc2026-result-bracket-match-datetime {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wc2026-result-bracket-match-datetime div {
    font-size: 0.9rem;
    margin-right: 5px;
}


.wc2026-result-bracket-match-team {
    display: flex;
    align-items: center;
    padding: 10px;
}


.wc2026-result-bracket-match-team-flag {
    width: 30px;
    height: 30px;
    border: solid 1px grey;
    border-radius: 50px;
    margin-right: 5px;
}

.wc2026-result-bracket-match-team-name {
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    width: calc(100% - 50px);
    position: relative;
    cursor: pointer;
}

.wc2026-result-bracket-match-team-score {
    line-height: 1;
    font-weight: bold;
    margin-left: auto;
    text-align: right;
    width: 40px;
}


.wc2026-result-bracket-stage-header {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #bababa;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background: #ffde43;
}


.wc2026-result-bracket.desktop .wc2026-result-bracket-column.left .wc2026-result-bracket-item:first-child:after {
    content: '';
    width: 10px;
    height: 50%;
    border-top: solid 1px grey;
    border-right: solid 1px grey;
    position: absolute;
    top: 50%;
    right: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.left .wc2026-result-bracket-item-group:first-child .wc2026-result-bracket-item:first-child:after {
    top: calc(50% + 50px);
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.left .wc2026-result-bracket-item:last-child:after {
    content: '';
    width: 10px;
    height: 50%;
    border-bottom: solid 1px grey;
    border-right: solid 1px grey;
    position: absolute;
    top: 0;
    right: 0;
}


.wc2026-result-bracket.desktop .wc2026-result-bracket-column.left:not(:first-child) .wc2026-result-bracket-item:before {
    content: '';
    width: 10px;
    height: 1px;
    border-bottom: solid 1px grey;
    position: absolute;
    top: 50%;
    left: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.left:not(:first-child) .wc2026-result-bracket-item-group:first-child .wc2026-result-bracket-item:before {
    top: calc(50% + 30px);
}




.wc2026-result-bracket.desktop .wc2026-result-bracket-column.right .wc2026-result-bracket-item:first-child:before {
    content: '';
    width: 10px;
    height: 50%;
    border-top: solid 1px grey;
    border-left: solid 1px grey;
    position: absolute;
    top: 50%;
    left: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.right .wc2026-result-bracket-item-group:first-child .wc2026-result-bracket-item:first-child:before {
    top: calc(50% + 50px);
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.right .wc2026-result-bracket-item:last-child:before {
    content: '';
    width: 10px;
    height: 50%;
    border-bottom: solid 1px grey;
    border-left: solid 1px grey;
    position: absolute;
    top: 0;
    left: 0;
}



.wc2026-result-bracket.desktop .wc2026-result-bracket-column.right:not(:last-child) .wc2026-result-bracket-item:after {
    content: '';
    width: 10px;
    height: 1px;
    border-top: solid 1px grey;
    position: absolute;
    top: 50%;
    right: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-column.right:not(:last-child) .wc2026-result-bracket-item-group:first-child .wc2026-result-bracket-item:first-child:after {
    top: calc(50% + 30px);
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item-group {
    display: flex;
    flex-direction: row;
}

.wc2026-result-bracket-match-extra-label {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #bababa;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background: #ffde43;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-final {
    width: 100%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-final .wc2026-result-bracket-match {
    width: 90%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item:first-child:before {
    content: '';
    width: 50%;
    height: 30px;
    border-top: solid 1px grey;
    border-left: solid 1px grey;
    position: absolute;
    top: 0;
    left: 50%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item:last-child:before {
    content: '';
    width: 50%;
    height: 30px;
    border-top: solid 1px grey;
    border-right: solid 1px grey;
    position: absolute;
    top: 0;
    left: 0;
}


.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item:first-child:after {
    content: '';
    width: 50%;
    height: 30px;
    border-bottom: solid 1px grey;
    border-left: solid 1px grey;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item:last-child:after {
    content: '';
    width: 50%;
    height: 30px;
    border-bottom: solid 1px grey;
    border-right: solid 1px grey;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-final .wc2026-result-bracket-item:after {
    content: '';
    width: 1px;
    height: 30px;
    border-right: solid 1px grey;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-third .wc2026-result-bracket-item:before {
    content: '';
    width: 1px;
    height: 30px;
    border-right: solid 1px grey;
    position: absolute;
    top: 0;
    left: 50%;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item-group {
    position: relative;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item-group:before {
    content: '';
    width: 10px;
    height: 1px;
    border-top: solid 1px grey;
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
}

.wc2026-result-bracket.desktop .wc2026-result-bracket-semi-final .wc2026-result-bracket-item-group:after {
    content: '';
    width: 10px;
    height: 1px;
    border-top: solid 1px grey;
    position: absolute;
    top: calc(50% + 30px);
    right: 0;
}

.tippy-box {
    background-color: rgb(0, 0, 0);
}

.tippy-box[data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: rgb(0, 0, 0);
}

.tippy-box[data-placement^='top']>.tippy-arrow::before {
    border-top-color: rgb(0, 0, 0);
}

.tippy-box[data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: rgb(0, 0, 0);
}

.tippy-box[data-placement^='left']>.tippy-arrow::before {
    border-left-color: rgb(0, 0, 0);
}

.tippy-box[data-placement^='right']>.tippy-arrow::before {
    border-right-color: rgb(0, 0, 0);
}

.wc2026-result-bracket.desktop{
    overflow-x: auto;
    cursor: grab;
}

#mobileResult{
    width:100%;
}

.wc2026-result-bracket.mobile .swiper-slide .wc2026-result-bracket-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: height 0.5s ease-out;
    overflow: hidden;
    width: 100%;
}



.wc2026-result-bracket.mobile .swiper-slide{
    display: flex;
    width: 100%;
}

.wc2026-result-bracket.mobile .swiper-slide  .wc2026-result-bracket-item-group{
    width: 100%;
}

.wc2026-result-bracket.mobile .swiper-slide  .wc2026-result-bracket-item{
    width: 100%;
}

.wc2026-result-bracket-column-label {
    background: #fdd147;
    width: calc(100% - 20px);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.wc2026-result-bracket.mobile .swiper-slide .wc2026-result-bracket-item  .wc2026-result-bracket-match{
    width:100%;
}

.wc2026-result-bracket.mobile .swiper-slide  .wc2026-result-bracket-final,
.wc2026-result-bracket.mobile .swiper-slide  .wc2026-result-bracket-third{
    width:100%;
}

@media (min-width: 1280px){
    #mobileResult{
        display: none;
    }
}

@media (max-width: 1279px){
    .wc2026-result-bracket.desktop{
        display: none;
    }
}

.wc2026-result-bracket.mobile .wc2026-result-bracket-item-group {
    position: relative;
}

.wc2026-result-bracket.mobile .wc2026-result-bracket-item-group:after {
    content: '';
    width: 10px;
    height: 50%;
    border-right: solid 1px grey;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.wc2026-result-bracket.mobile .swiper-slide:not(:first-child) .wc2026-result-bracket-item:before {
    content: '';
    width: 10px;
    height: 1px;
    border-top: solid 1px grey;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


@media (max-width: 1279px) {

    .wc2026-result-bracket.mobile .wc2026-result-bracket-final .wc2026-result-bracket-item:before{
        top: 70% !important;
    }
}



@media (min-width: 768px) {
    .wc2026-result-group-tab.swiper-slide{
        padding: 0 5px;
        width: auto;
    }      
}

.wc2026-result-group-tab.swiper-slide div{
    padding: 10px 20px;
    font-size: 1.2rem;
    border: solid 1px grey;
    border-bottom: none;
    border-top-left-radius: 25px;
    text-align: center;
}

.wc2026-result-group-tab.swiper-slide-thumb-active div,
.wc2026-result-group-tab.current div{
    background: #277db0;
    color: #ffffff;
}

.swiper-wrapper.wc2026-result-group-tab-wrapper.three-items-per-row,
.swiper-wrapper.wc2026-result-group-tab-wrapper.two-items-per-row {
    justify-content: flex-end;
    border-bottom: solid 1px grey;
    width: max-content;
    align-self: flex-end;
    margin: 0 0 0 auto !important;
}


.wc2026-result-group-tab:hover {
    cursor: pointer;
}

.wc2026-result-group-tab-content {
    border: solid 1px grey;
    border-radius: 10px;
}

.wc2026-result-group-content-pagination{
    position: relative;
    width: 100%;
    height: 38px;
}

.wc2026-result-group-tab-content-wrapper .swiper-slide {
    padding: 10px;
}

@media (max-width: 767px) {
    .wc2026-result-group-tab-content-wrapper .swiper-slide {
        padding: 0px;
    }
}

.wc2026-result-group-tab-content-placeholder {
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

th.wc2026-result-group-table-header-item {
    white-space: nowrap;
}

table.wc2026-result-group-table {
    margin: 0;
}

table.wc2026-result-group-table,
table.wc2026-result-group-table th,
table.wc2026-result-group-table td {
    border: none !important;
    border-collapse: collapse;

}

table.wc2026-result-group-table th,
table.wc2026-result-group-table td {
    padding: 6px 5px;
    vertical-align: middle;
}


table.wc2026-result-group-table th {
    background-color: rgb(243 243 243);
    padding: 10px 5px;
    text-align: left;
}

.wc2026-result-group-table-row:not(:last-child){
    border-bottom: solid 1px #d3d3d3;
}

.wc2026-result-group-table-team img {
    width: 36px;
    margin-right: 5px;
    height: auto;
    vertical-align: top;
}

.wc2026-result-group-table-team div span {
    line-height: 36px;
}

@media (max-width: 767px) {
    .wc2026-result-group-table-team img {
        width: 28px;
    }

    .wc2026-result-group-table-team div span {
        line-height: 28px;
    }
}

.wc2026-result-group-table-team {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* Crucial: tricks the table layout into treating the cell as compressible */
    max-width: 0;
    width: 100%;
}

.wc2026-result-group-table-team div {
    text-overflow: ellipsis;
    overflow: hidden;
}

.wc2026-result-group-table-row-item {
    white-space: nowrap;
    text-align: center;
}

.wc2026-result-group-wrapper {
    margin:  0 auto;
    max-width: 80%;
}

@media (max-width:1440px) {
    .wc2026-result-group-wrapper {
        max-width: 95%;
    }
}


@media (max-width:1279px) {
    .wc2026-result-group-wrapper {
        max-width: 100%;
    }
}


@media (min-width: 768px){
    .wc2026-result-group-tab-content-wrappers:not(.swiper-initialized)  .wc2026-result-group-tab-content-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    
    .wc2026-result-group-tab-content-wrappers:not(.swiper-initialized) .wc2026-result-group-tab-content-wrapper .swiper-slide {
        flex:  0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 1280px){
   
    
    .wc2026-result-group-tab-content-wrappers:not(.swiper-initialized) .wc2026-result-group-tab-content-wrapper .swiper-slide {
        flex:  0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:767px){
    .wc2026-result-group-wrapper{
        padding: 0 10px;
    }
}

.wc2026-related-posts-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

#article_related {
    display: none;
}

.related-posts-wrapper-style {
    position: relative;
    margin-top: 5px;
}

.related-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.related-posts-wrapper .vertical-post {
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    max-width: calc(25% - 10px);
    padding: 8px 5px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

.related-posts-wrapper .vertical-post .title h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 5px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media (max-width: 1279px){
    .related-posts-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .related-posts-wrapper .vertical-post {
        flex: 0 0 calc(33.333% - 10px);
        width: calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        padding: 8px 5px;
    }
}

@media (max-width: 767px){
    .related-posts-wrapper .vertical-post {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding: 8px 5px;
    }
}

@media (max-width: 500px){
    .related-posts-wrapper .vertical-post {
        flex: 0 0 calc(100% - 10px);
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        padding: 8px 5px;
    }
}

.fifa2026-match-detail-page-card {
    background: #ffffff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
}

.fifa2026-match-detail-page-wrapper {
    width: 90%;
    margin: 0 auto;
}

.fifa2026-match-detail-page-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px -10px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.fifa2026-match-detail-page-nav > div a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
    padding: 10px 0;
}

.fifa2026-match-detail-page-nav > div a img {
    width: 20px;
    margin: 0 10px;
}

.fifa2026-match-detail-page-nav > div:last-child a img:first-child {
    width: 27px;
}

@media (max-width: 325px){
    .fifa2026-match-detail-page-nav > div:last-child{
        width:100%;
        display: flex;
        justify-content: flex-end;
    }
}

.fifa2026-match-detail-page-header {
    padding: 0 0 10px 0;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    overflow: hidden;
}

.fifa2026-match-detail-live-wrapper:not(.live){
    display: none;
}


.fifa2026-match-detail-live-wrapper {
    background: linear-gradient(237deg, #f70000, #900000, #cc8900);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes AnimationName {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}

.fifa2026-match-detail-live {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
}

.fifa2026-match-detail-live img {
    width: 33px;
    margin-right: 10px;
}

.fifa2026-match-detail-page-header-info > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #5d5d5d;
    padding: 3px 10px;
    border-right: solid 1px #5d5d5d;
}

.fifa2026-match-detail-page-header-info div:last-child {
    border-right: none;
}

.fifa2026-match-detail-page-header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.fifa2026-match-detail-page-header-info .stage {
    padding: 0 5px;
}

.fifa2026-match-detail-teams {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

.fifa2026-match-detail-team {
    flex: 1;
}

.fifa2026-match-detail-team-flag-name {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.fifa2026-match-detail-team-flag-name img {
    width: 80px;
    margin:  0 10px;
}

.fifa2026-match-detail-middle-wrapper {
    font-size: 1.5rem;
    font-weight: bold;
}

.fifa2026-match-detail-scores {
    display: flex;
}

.fifa2026-match-detail-score {
    margin:  0 6px;
}

.fifa2026-match-detail-middle-wrapper.have-score   .fifa2026-match-detail-scores-vs {
    display: none;
}

.fifa2026-match-detail-middle-wrapper:not(.have-score)   .fifa2026-match-detail-scores {
    display: none;
}

.fifa2026-match-detail-team.home-team .fifa2026-match-detail-team-flag-name {
    flex-direction: row-reverse;
}

.fifa2026-match-detail-table {
    padding: 30px 0;
}


.fifa2026-match-detail-table table {
    width: 100%;
     table-layout: fixed;
     border-collapse: collapse;
}

.fifa2026-match-detail-table table tr td{
    padding: 20px 5px;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
}

.fifa2026-match-detail-table table tr td *{
    vertical-align: middle;
}

.fifa2026-match-detail-table table tr:not(.header-row) td:first-child,
.fifa2026-match-detail-table table tr:not(.header-row) td:last-child{
    white-space: wrap;
}


.fifa2026-match-detail-table table tr:not(.header-row) td:nth-child(2){
    width: 88px;
    white-space: nowrap;
}

.fifa2026-match-detail-table tr.formation-row td {
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
}


.fifa2026-match-detail-table table tr.header-row {
    color:#ffffff;
    background-color: #3D195B;
}

.fifa2026-match-detail-table table .scorerlist-row td div{
    padding-bottom: 10px;
}


.fifa2026-match-detail-table .score {
    font-weight: bold;
}

.fifa2026-match-detail-table .fas.fa-futbol {
    color: #00d900;
     margin-right: 3px;
}

.fifa2026-match-detail-table .own-goal {
    font-size: 0.7rem;
    padding: 3px 8px;
    background: #730000;
    color: #ffffff;
    line-height: 1;
    margin-right: 5px;
    border-radius: 20px;
}

.fifa2026-match-detail-table .penalty-goal {
    font-size: 0.7rem;
    padding: 3px 8px;
    background: #00158b;
    color: #ffffff;
    line-height: 1;
    margin-right: 5px;
    border-radius: 20px;
}

.fifa2026-match-detail-table .booking-card{
     font-size: 0.7rem;
     padding: 2px 3px;
     color: #ffffff;
    line-height: 1;
     margin-right: 5px;
    border:solid 1px #c5c5c5
}

.fifa2026-match-detail-table .booking-card.yellow{
    background: #ffff00;
     color: #000000;
}

.fifa2026-match-detail-table .booking-card.red{
    background: #ff0000;
}

.fifa2026-match-detail-table  i.fas.fa-arrow-up {
     margin-right: 5px;
    color: #00c200;
}

.fifa2026-match-detail-table  i.fas.fa-arrow-down {
     margin-right: 5px;
    color: #ff0000;
}

.fifa2026-match-detail-table  i.fas.fa-sync-alt {
    color: #00d519;
    margin-right: 5px;
}

@media (max-width:500px){
    .fifa2026-match-detail-table  i.fas.fa-sync-alt {
        display: none;
    }
}



.fifa2026-match-detail-table .subs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifa2026-match-detail-table .subs-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fifa2026-match-detail-table .subs-right {
    padding-left: 10px;
    display: flex;
    align-items: center;
}




.fifa2026-match-detail-table .goal-in {
    font-size: 0.7rem;
    padding: 3px 8px;
    background: #159500;
    color: #ffffff;
    line-height: 1;
    margin-right: 5px;
    border-radius: 20px;
}

.fifa2026-match-detail-table .goal-out {
    font-size: 0.7rem;
    padding: 3px 8px;
    background: #b50101;
    color: #ffffff;
    line-height: 1;
    margin-right: 5px;
    border-radius: 20px;
}



.fifa2026-match-detail-table span.minute.time-lapse {
    border: solid 1px grey;
    font-size: 0.8rem;
    padding: 3px;
    margin-left: 6px;
}



.fifa2026-match-detail-page-bg {
    background: #fffbeb;
}

.fifa2026-match-detail-page-bg .vertical-post{
    background-color: #ffffff;
}


@media (max-width:700px){
    .fifa2026-match-detail-team.home-team .fifa2026-match-detail-team-flag-name,
    .fifa2026-match-detail-team.away-team .fifa2026-match-detail-team-flag-name{
        flex-direction: column;
        align-items: center;
        font-size: 1.1rem;
    }

    .fifa2026-match-detail-team.home-team .fifa2026-match-detail-team-flag-name span,
    .fifa2026-match-detail-team.away-team .fifa2026-match-detail-team-flag-name span{
        text-align: center;
    }
}

.fifa2026-page-head-wrapper {
    display: flex;
    align-items: center;
}

.wc2026-nav-sharing-bar {
    display: flex;
    align-items: center;
    margin: 20px 10%;
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .wc2026-nav-sharing-bar {
        margin: 20px 10px;
        margin-left: auto;
    }
}

.wc2026-share-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.share-view-count-total {
    font-size: 0.9rem;
    line-height: 1;
}

.share-view-count-label {
    font-size: 0.6rem;
}

.wc2026-share-fabs {
    display: flex;
    align-items: center;
    z-index: 4;
}

.wc2026-share-fabs .sharethis-inline-share-buttons {
    align-items: center;
    display: flex !important;
}

.wc2026-fab-share-btn:hover {
    cursor: pointer;
}

.wc2026-fab-share-btn {
    width: 36px;
    height: 32px;
    position: relative;
    border-radius: 5px;
    margin-left: 5px;
}

.wc2026-fab-share-btn img {
    max-width: 16px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fifa2026-gameday-game-live-wrapper:not(.live){
    display: none;
}


.fifa2026-gameday-game-live-wrapper {
    background: linear-gradient(237deg, #f70000, #900000, #cc8900);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    -o-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 10px;
}

.fifa2026-gameday-game-live {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
}

.fifa2026-gameday-game-live img {
    width: 33px;
    margin-right: 10px;
}

.wc2026-result-bracket-match-team-flag img{
    width: 100%;
}