      body {
            background: #000;
            color: #fff;
            font-family: 'Segoe UI', sans-serif;
        }

        .title {
            font-size: 60px;
            font-weight: 900;
            text-align: center;
            color: #ffd000;
            margin-top: 30px;
        }

        .subtitle {
            text-align: center;
            margin-bottom: 30px;
            color: #ccc;
        }

        .agenda-box {
            background: #c40000;
            padding: 10px;
            border-radius: 28px 28px 2px 2px;
            text-align: center;
            font-weight: bold;
        }

        .list-group-item {
            background: #222;
            border: 1px solid #333;
            color: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
        }

         .list-group-item strong {
            font-weight: 600;
        }


        .list-group-item.active {
            background: #333;
            border: 1px solid #c40000;
        }

        .match-logo {
            width: 28px;
            height: 28px;
        }

        .channels-box {
            background: #222;
            padding: 15px;
            margin-top: -10px;
            display: none;
        }


        .channels-box a {
            text-decoration: none;
            background-color: #333;
        }
        
   .article-box {
    max-width: 873px;
    background: #222;
    border: 1px solid #333;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin: 20px auto; 
}

    .article-box h1 {
      color: #ffd000;
      margin-bottom: 15px;
      font-size: 36px;
    }

    .article-box h2 {
      color: #fff200;
      margin-bottom: 20px;
      font-size: 28px;
    }

    .article-box p {
      line-height: 1.6;
      color: #ccc;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .article-box a {
      color: #ffd000;
      text-decoration: none;
      font-weight: bold;
    }

    .article-box a:hover {
      text-decoration: underline;
    }

@media (max-width: 480px) {

    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .title {
        font-size: 32px !important;
        margin-top: 20px !important;
        line-height: 38px;
    }

    .subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .agenda-box {
        padding: 8px;
        font-size: 15px;
        border-radius: 20px 20px 0 0;
    }

    .list-group-item {
        padding: 10px !important;
        gap: 8px;
        font-size: 14px;
    }

    .match-logo {
        width: 22px;
        height: 22px;
    }

    .channels-box {
        padding: 12px !important;
        margin-top: -5px;
    }

    .channels-box a {
        display: block;
        padding: 10px;
        margin-bottom: 8px;
        font-size: 14px;
        border-radius: 6px;
    }

    .article-box {
        max-width: 100% !important;
        padding: 18px !important;
        margin: 15px auto !important;
        border-radius: 6px;
    }

    .article-box h1 {
        font-size: 26px !important;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .article-box h2 {
        font-size: 20px !important;
        margin-bottom: 12px;
    }

    .article-box p {
        font-size: 15px !important;
        line-height: 1.5;
        margin-bottom: 12px;
    }

}
