/* 世界杯活动 start */
.world-cup-container {
    position: relative;
    height: 15.5rem;
    background-color: #000;
    background-image: url("/usr/themes/Mirages/images/world/world-cup-left-bg.png"),
                      url("/usr/themes/Mirages/images/world/world-cup-right-bg.png");
    background-size: contain;
    background-position: left, right;
    background-repeat: no-repeat;
    border-radius: 0.3rem;
    font-size: 0.875rem;
}

.world-cup-container-header {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 1rem;
    padding-inline: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.world-cup-container-header-more {
    background-color: #EC9032;
    padding: 0.25rem 0.5rem;
    font-size: 0.65rem;
    border-radius: 999rem;
    color: #fff !important;
}

.world-cup-swiper {
    height: 100%;
}

.world-cup-live-container .world-cup-swiper-slide {
    background: #151515;
    border-radius: 0.3rem;
}

.world-cup-swiper-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 1;
}

.world-cup-swiper-slide-content-country {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.world-cup-swiper-slide-content-country > img {
    display: block;
    width: 3.5rem;
}

.world-cup-live-container .world-cup-swiper-slide-content-country > img {
    width: 2rem;
}

.world-cup-live-container .world-cup-swiper-slide-content-country {
    flex: 1;
    min-width: 0;
}

.world-cup-live-player-block {
    margin-top: 0.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.world-cup-live-player-title {
    color: #fff;
    font-size: 0.85rem;
    padding: 0.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.world-cup-swiper-slide-content-country > span {
    color: #fff;
}

.world-cup-live-container .world-cup-swiper-slide-content-country > span {
    display: block;
    width: 100%;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.world-cup-swiper-slide-content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.world-cup-live-container .world-cup-swiper-slide-content-info {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
}

.world-cup-swiper-slide-content-info-time {
    color: rgba(255, 255, 255, 0.5);
}

.world-cup-swiper-slide-content-info-score {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
}

.world-cup-swiper-slide-content-info-score > span {
    padding-inline: 0.3rem;
}

.world-cup-swiper-slide-content-info-score-separator {
    height: 2px;
    background-color: #fff;
}

.world-cup-swiper-slide-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 2rem;
    z-index: 2;
}

.world-cup-swiper-slide-progress > img {
    display: block;
    height: 100%;
}

.world-cup-entry-container {
    position: relative;
    display: block;
    height: 15.5rem;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("/usr/themes/Mirages/images/world/world-cup-live-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.3rem;
    font-size: 0.875rem;
}

.world-cup-entry-container-header {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 1rem;
    padding-inline: 1.5rem;
    color: #fff;
}

.world-cup-entry {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 1;
}

.world-cup-entry > img {
    width: 10rem;
}

.world-cup-more-container-title {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #fff;
}

.world-cup-more-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.2rem;
    font-size: 0.75rem;
    margin-bottom: 2rem;
}

.world-cup-group-item {
    position: relative;
    height: 12.5rem;
    background-color: #151515;
    border-radius: 0.3rem;
    overflow: hidden;
}

.world-cup-group-item-header {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    padding: 0.5rem;
    color: #fff;
    background-color: #1E1E1E;
}

.world-cup-live-container {
    height: 10rem;
    background: none !important;
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    font-size: 0.75rem;
}

.world-cup-live-container .world-cup-swiper {
    flex: 1 1 auto;
    min-width: 0;
}

.world-cup-swiper-nav {
    position: relative;
    flex: 0 0 2.5rem;
    height: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.world-cup-swiper-nav-prev {
    background-image: url("/usr/themes/Mirages/images/world/world-cup-swiper-left.png");
}

.world-cup-swiper-nav-next {
    background-image: url("/usr/themes/Mirages/images/world/world-cup-swiper-right.png");
}

.world-cup-live-container .world-cup-swiper-slide {
    outline-offset: -2px;
    outline: none;
}

.world-cup-live-container .world-cup-swiper-slide.swiper-slide-active {
    outline: none;
}

.world-cup-live-container .world-cup-swiper-slide.world-cup-swiper-slide-selected {
    outline: 1px solid #fadfa3;
}

.world-cup-swiper-slide-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
    background-color: #1E1E1E;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    .world-cup-container {
        height: 12.5rem;
    }

    .world-cup-live-container {
        height: 6rem;
        gap: 0.3rem;
    }

    .world-cup-live-container .world-cup-swiper-slide-content-country > img {
        width: 1.5rem;
    }

    .world-cup-live-container .world-cup-swiper-slide-progress {
        height: 1.5rem;
    }

    .world-cup-live-container .world-cup-swiper-slide-content-info {
        font-size: 1rem;
    }

    .world-cup-swiper-slide-header {
        font-size: 0.65rem;
    }

    .world-cup-swiper-nav {
        flex: 0 0 2rem;
    }

    .world-cup-container-header {
        top: 0.5rem;
        padding-inline: 1rem;
    }

    .world-cup-swiper-slide-content {
        gap: 0.8rem;
    }

    .world-cup-entry-container {
        height: 12.5rem;
    }

    .world-cup-entry-container-header {
        top: 0.5rem;
        padding-inline: 1rem;
    }

    .world-cup-more-container-title {
        margin-bottom: 0.625rem;
    }

    .world-cup-more-container {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 1rem;
    }
}
/* 世界杯活动 end */
