body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #042f2e;
    color: #fff
}

.navbar {
    border-bottom: 1px solid #134e4a;
}

.nav-inner {
    max-width: 1200px;
    margin: auto;
    width: 100%
}

.navbar-brand {
    color: #fff !important;
    font-weight: 600
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px
}

.nav-link:hover {
    text-decoration: underline
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.left-panel {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

#info {
    background: #134e4a;
    border: 1px solid #115e59;
    padding: 16px;
    border-radius: 10px;
    text-align: start;
    text-transform: uppercase
}

#info h2 {
    font-size: 1.5rem;
    margin: 8px 0;
    text-align: start
}

#info p {
    color: #aaa;
    margin: 4px 0
}

.flex-teams {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 100px;
    margin-top: 12px;
    font-weight: 600
}

.flex-teams div {
    text-align: center
}

.flex-teams img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.vs-text {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 10px;
    color: #4ade80;
    margin-top: 30px
}

.player {
   background: #134e4a;
    border: 1px solid #115e59;
    padding: 10px 10px;
    border-radius: 10px;
    overflow: hidden
}

#player {
    width: 100%;
    height: 450px;
    border: none
}

.right-panel {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ad-box {
    background: #222;
    border: 1px solid #333;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    color: #ccc
}

.ad-container {
    width: 100%;
    overflow: hidden;
    text-align: start
}

.ad-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    border: 0;
    margin-bottom: 10px
}

@media(min-width:769px) {
    .ad-container {
        display: flex;
        justify-content: start
    }

    .ad-container iframe {
        width: 728px !important;
        height: 90px !important
    }
}