* {
    padding: 0px;
    margin: 0px;
}

body {
    background: #000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.top-header {
    background: #222;
    color: white;
    padding: 15px 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 23px;
}

.top-header-link {
    text-decoration: none;
}

.subtext {
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
    color: white;
    font-size: 15px;
    opacity: .85;
    line-height: 1.4;
}

.subtext p {
    color: white;
    font-weight: 600;
}

.match-box {
    background: #222;
    margin: 40px auto;
    max-width: 1100px;
    border-radius: 10px;
    padding: 0;
    color: white;
}

.match-header {
    background: #222;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.match-item {
    padding: 10px 15px;
    border-top: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    cursor: pointer;
    border-bottom: none;
}

.match-item:last-child {
    border-bottom: 0;
}

.time {
    width: 60px;
    font-weight: 600;
}

.flag {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    object-fit: cover;
}

.match-item:hover {
    background-color: #333;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.match-text {
    flex: 1;
    font-weight: 600;
}

.subtext h1 {
    font-size: 2.5em;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.footer {
    background: #222;
    color: white;
    padding: 2rem 0;
    text-align: center;
}

.footer-buttons {
    margin-bottom: 1rem;
}

.footer-buttons .btn {
    display: inline-block;
    background: #333;
    color: white;
    margin: 0 0.25rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.footer-buttons .btn:hover {
    background: #444;
    color: white;
}

.footer-desc {
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.footer-copy {
    opacity: 0.6;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.article-section {
    max-width: 1500px;
    margin: 3rem auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.article-section h1.article-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #ff0000;
}

.article-section h2,
h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: white;
}

.article-section p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: #e3e3e3;
    background: transparent;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-bottom: 40px;
    user-select: none;
}

.btn-home svg {
    fill: #e3e3e3;
    width: 22px;
    height: 22px;
}

.btn-home:hover {
    background-color: #333;
    color: #fff;
}

.btn-home:hover svg {
    fill: #fff;
}

.contact-container {
    background: #222;
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    padding: 32px 30px 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    background-color: #333;
    padding: 10px 15px;
    border-radius: 8px;
}

.contact-header svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.contact-text {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 28px;
    color: white;
}

.get-in-touch {
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
    margin-bottom: 12px;
    border-bottom: 1.5px solid white;
    padding-bottom: 6px;
}

.get-in-touch-text {
    margin-bottom: 24px;
    font-size: 1.05rem;
    color: white;
}

/* Email Box */
.email-box {
    background-color: #222;
    padding: 16px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: all;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.email-box:hover {
    background-color: #e1e1e1;
    color: #152734;
}

.email-box svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.footer-note {
    margin-top: 26px;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    text-align: center;
}

.container1 {
    max-width: 900px;
    margin: 60px auto;
    padding: 35px;
    background-color: #222;
    border-radius: 12px;
}

.container1 h1,
h2 {
    color: white;
    margin-bottom: 20px;
}

.container1 h1 {
    text-align: center;
    font-size: 2rem;
}

.container1 h2 {
    margin-top: 30px;
    font-size: 1.5rem;
}

.container1 p,
li {
    color: white;
    font-size: 1rem;
    margin-bottom: 15px;
}

.container1 ul {
    padding-left: 20px;
}

.contact-email1 {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

a.contact-email1:hover {
    text-decoration: underline;
}

.match-header1 {
    background: #222;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    color: white;
    margin-top: 80px;
}

.match-header1 img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background-color: #d0d0d0;
    object-fit: cover;
}

.match-header1 h3 {
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

/* TEAMS BOX */
.teams-box {
    margin-top: 20px;
    background: #222;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    color: white;
}

.team-card {
    text-align: center;
}

.team-card img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
}

.teams-box .vs {
    color: white !important;
    font-size: 35px !important;
    font-weight: bold !important;
    border-radius: 12px;
    padding: 10px 30px;
    margin: 10px 0;
}

/* STREAM TABLE */
.stream-table {
    margin-top: 30px;
    background: #222;
    border-radius: 16px;
    padding: 20px;
    overflow-x: auto;
}

.stream-table table {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
}

.stream-table th,
.stream-table td {
    padding: 12px;
    text-align: center;
    white-space: nowrap;
}

.stream-table th {
    background: #333;
    color: white;
    font-weight: 600;
    border-bottom: 2px solid #444;
}

.stream-table tbody tr {
    background: #333;
    transition: 0.3s;
    border-radius: 12px;
    margin-bottom: 5px;
    display: table-row;
    color: white;
    font-weight: 600;
}

.stream-table tbody tr:hover {
    background: #444;
}

.watch-btn {
    background: #444;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.watch-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

@media(max-width:768px) {
    .teams-box {
        flex-direction: column;
    }

    .vs {
        font-size: 48px;
        padding: 8px 20px;
    }

    .team-card img {
        width: 80px;
        height: 80px;
    }

    .stream-table table {
        min-width: 600px;
    }
}

@media(max-width:768px) {

    .stream-table th:nth-child(4),
    .stream-table th:nth-child(5),
    .stream-table th:nth-child(6),
    .stream-table td:nth-child(4),
    .stream-table td:nth-child(5),
    .stream-table td:nth-child(6) {
        display: none;
    }

    .teams-box {
        flex-direction: column;
    }

    .vs {
        font-size: 48px;
        padding: 8px 20px;
    }

    .team-card img {
        width: 80px;
        height: 80px;
    }

    .stream-table table {
        min-width: 400px;
    }
}

.container2 {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.container2 * {
    box-sizing: inherit;
    font-size: 0.95rem;
}

.container2 .match-header {
    padding: 18px;
}

.container2 .teams-box {
    padding: 12px;
}

.container2 .stream-table {
    padding: 12px;
}

@media (max-width: 768px) {
    .footer {
        padding: 1.5rem 0.5rem;
        text-align: center;
    }

    .footer-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 1.2rem;
    }

    .footer-buttons .btn {
        width: 90%;
        padding: 0.8rem 0;
        font-size: 1rem;
        margin: 0;
        white-space: normal;
    }

    .footer-desc {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .footer-copy {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .top-header {
        padding: 12px 15px;
        font-size: 18px;
        text-align: center;
        border-radius: 0 0 8px 8px;
    }

    .subtext {
        font-size: 14px;
        padding: 0 12px;
        line-height: 1.4;
    }

    .subtext h1 {
        font-size: 1.7em;
        margin-bottom: 0.4em;
    }

    .match-box {
        margin: 25px 10px;
        max-width: 100%;
        border-radius: 8px;
    }

    .match-header {
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }

    .match-item {
        padding: 10px;
        gap: 10px;
        font-size: 14px;
    }

    .time {
        width: 50px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    .flag {
        width: 20px;
        height: 20px;
        border-radius: 3px;
    }

    .match-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }
}