
    .page-ca-cuoc-the-thao-truc-tuyen {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a;
      color: #e0e0e0;
      line-height: 1.6;
      padding-bottom: 20px; /* Đảm bảo khoảng trống phía trên footer */
      padding-top: var(--header-offset, 122px); /* Giá trị dự phòng cho offset của header */
    }

    .page-ca-cuoc-the-thao-truc-tuyen__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:sports,stadium,betting]') no-repeat center center/cover;
      color: #ffffff;
      text-align: center;
      padding: 80px 15px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 40px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #f7d300; /* Màu vàng làm điểm nhấn */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-ca-cuoc-the-thao-truc-tuyen__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__button-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__button {
      background-color: #007bff; /* Màu xanh dương cho hành động */
      color: #ffffff;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__button--primary {
      background-color: #f7d300;
      color: #1a1a1a;
      font-weight: bold;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__button--primary:hover {
      background-color: #e6c200;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__button:hover {
      background-color: #0056b3;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__section {
      padding: 40px 0;
      margin-bottom: 30px;
      background-color: #2a2a2a;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-ca-cuoc-the-thao-truc-tuyen__section-title {
      font-size: 2em;
      color: #f7d300;
      text-align: center;
      margin-bottom: 30px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__card {
      background-color: #333333;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .page-ca-cuoc-the-thao-truc-tuyen__card-icon {
      width: 250px;
      height: 150px;
      object-fit: cover;
      margin-bottom: 15px;
      border-radius: 5px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__card-title {
      font-size: 1.4em;
      color: #f7d300;
      margin-bottom: 10px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__card-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__image-full-width {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__list-item {
      background-color: #333333;
      padding: 15px 20px;
      border-left: 5px solid #f7d300;
      border-radius: 5px;
      font-size: 1em;
      color: #e0e0e0;
      box-sizing: border-box;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__list-item strong {
      color: #f7d300;
    }

    /* FAQ Section */
    .page-ca-cuoc-the-thao-truc-tuyen__faq-section {
      padding: 40px 0;
      margin-bottom: 30px;
      background-color: #2a2a2a;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-title {
      font-size: 2em;
      color: #f7d300;
      text-align: center;
      margin-bottom: 30px;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-list {
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-item {
      background-color: #333333;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #444444;
      color: #f7d300;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-question:hover {
      background-color: #555555;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-question h3 {
      margin: 0;
      color: #f7d300;
      font-size: 1.1em;
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Ngăn nút toggle chặn sự kiện click */
      transition: transform 0.3s ease;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-item.active .page-ca-cuoc-the-thao-truc-tuyen__faq-toggle {
      transform: rotate(45deg);
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #3a3a3a;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-ca-cuoc-the-thao-truc-tuyen__faq-item.active .page-ca-cuoc-the-thao-truc-tuyen__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa nội dung */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-ca-cuoc-the-thao-truc-tuyen__hero-section {
        padding: 60px 15px;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__hero-title {
        font-size: 2em;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__hero-subtitle {
        font-size: 1em;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__section-title {
        font-size: 1.8em;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__content-grid {
        grid-template-columns: 1fr;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__card-icon {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__list {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Điều chỉnh padding cho màn hình nhỏ hơn */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__image-full-width {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__faq-question,
      .page-ca-cuoc-the-thao-truc-tuyen__faq-question h3 {
        font-size: 1em;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__faq-answer {
        padding: 0 15px;
      }

      .page-ca-cuoc-the-thao-truc-tuyen__faq-item.active .page-ca-cuoc-the-thao-truc-tuyen__faq-answer {
        padding: 15px !important;
      }
    }
  