
#player-container {
    width: 110%;
    max-width: 1200px;
    margin: 0 auto 30px;
    position: relative;
}

.jwplayer {
    width: 110%;
    height: 540px;
}

.stream-info {
    background: #111;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.team-info {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}

.team {
    text-align: center;
}

.team-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
}

#countdown-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 16px;
}

.related-content {
padding: 30px 0;
background: #111;
color: white;
}
.related-section {
margin-bottom: 30px;
}
.related-section h2 {
font-size: 22px;
margin-bottom: 15px;
}
.related-items {
display: flex;
gap: 15px;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.related-item {
background: #1e1e1e;
padding: 10px;
border-radius: 8px;
width: 150px;
text-align: center;
}
.related-item img {
width: 100%;
height: 90px;
object-fit: contain;
border-radius: 5px;
}
.related-item p {
margin-top: 10px;
font-size: 14px;
}
#countdown-overlay {
position: absolute;
top: 10px;
right: 10px;
background-color: rgba(255, 0, 0, 0.8); /*red background edited */
color: #fff;
padding: 8px 12px;
font-size: 20px;
font-weight: bold;
border-radius: 8px;
z-index: 9999;
}
#player-wrapper {
position: relative;
}