
    .page-ti-n-th-ng-c-c-c-th-thao {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0; /* Light text on dark background */
      background-color: #1a1a1a; /* Dark background */
      line-height: 1.6;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-ti-n-th-ng-c-c-c-th-thao__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:sports,betting,bonus,stadium]') center center / cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* 10px top padding for header offset assumption */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 450px; /* Adjusted for mobile view */
    }

    @media (min-width: 768px) {
      .page-ti-n-th-ng-c-c-c-th-thao__hero-section {
        min-height: 600px;
        padding: 10px 20px 120px;
      }
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-content {
      max-width: 800px;
      margin-top: 20px; /* Add some space below top padding */
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffc107; /* Accent color */
    }

    @media (min-width: 768px) {
      .page-ti-n-th-ng-c-c-c-th-thao__hero-title {
        font-size: 3.8em;
      }
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-description {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      min-width: 150px;
      text-align: center;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-button--primary {
      background-color: #ffc107;
      color: #1a1a1a;
      border: 2px solid #ffc107;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-button--primary:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-button--secondary {
      background-color: transparent;
      color: #ffc107;
      border: 2px solid #ffc107;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__hero-button--secondary:hover {
      background-color: #ffc107;
      color: #1a1a1a;
      transform: translateY(-2px);
    }

    /* General Section Styles */
    .page-ti-n-th-ng-c-c-c-th-thao__intro-section,
    .page-ti-n-th-ng-c-c-c-th-thao__bonus-types-section,
    .page-ti-n-th-ng-c-c-c-th-thao__how-to-claim-section,
    .page-ti-n-th-ng-c-c-c-th-thao__cta-section,
    .page-ti-n-th-ng-c-c-c-th-thao__faq-section {
      padding: 60px 0;
      text-align: center;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__section-title {
      font-size: 2em;
      color: #ffc107;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #ffc107;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__text-block {
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 1.05em;
      color: #ccc;
    }

    /* Image Wrapper */
    .page-ti-n-th-ng-c-c-c-th-thao__image-wrapper {
      margin-bottom: 40px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      display: block; /* Remove extra space below image */
    }

    /* Bonus Grid */
    .page-ti-n-th-ng-c-c-c-th-thao__bonus-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__bonus-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__bonus-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-ti-n-th-ng-c-c-c-th-thao__bonus-card-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      object-fit: cover;
      min-height: 200px; /* Ensure images are not too small */
    }

    .page-ti-n-th-ng-c-c-c-th-thao__bonus-card-title {
      font-size: 1.4em;
      color: #ffc107;
      margin-bottom: 15px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__bonus-card-description {
      color: #ccc;
      font-size: 0.95em;
      flex-grow: 1;
    }

    /* How-To-Claim Section */
    .page-ti-n-th-ng-c-c-c-th-thao__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__step-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-ti-n-th-ng-c-c-c-th-thao__step-number {
      background-color: #ffc107;
      color: #1a1a1a;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__step-title {
      font-size: 1.3em;
      color: #ffc107;
      margin-bottom: 15px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__step-description {
      color: #ccc;
      font-size: 0.95em;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__step-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      min-height: 200px; /* Ensure images are not too small */
    }

    /* Call to Action Section */
    .page-ti-n-th-ng-c-c-c-th-thao__cta-section {
      background-color: #222;
      padding: 80px 0;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-button {
      display: inline-block;
      padding: 15px 35px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
      min-width: 180px;
      text-align: center;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-button--primary {
      background-color: #ffc107;
      color: #1a1a1a;
      border: 2px solid #ffc107;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-button--primary:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-button--secondary {
      background-color: transparent;
      color: #ffc107;
      border: 2px solid #ffc107;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__cta-button--secondary:hover {
      background-color: #ffc107;
      color: #1a1a1a;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    /* FAQ Section */
    .page-ti-n-th-ng-c-c-c-th-thao__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333;
      color: #ffc107;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #444;
      transition: background-color 0.3s ease;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-question:hover {
      background-color: #444;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-title {
      font-size: 1.1em;
      margin: 0;
      color: #ffc107;
      pointer-events: none; /* Prevent text selection interfering with click */
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffc107;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon interfering with click */
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #ccc;
      font-size: 0.95em;
      text-align: left;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-answer p {
      margin: 0;
      padding-bottom: 15px; /* Adjust as needed for content spacing */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-item.active .page-ti-n-th-ng-c-c-c-th-thao__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important; /* Adjust padding for expanded state */
      opacity: 1;
    }

    .page-ti-n-th-ng-c-c-c-th-thao__faq-item.active .page-ti-n-th-ng-c-c-c-th-thao__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    /* Mobile responsiveness for list items and images */
    @media (max-width: 768px) {
      .page-ti-n-th-ng-c-c-c-th-thao__container {
        padding: 15px;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__hero-section {
        padding: 10px 15px 60px;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__hero-title {
        font-size: 2em;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__hero-description {
        font-size: 1em;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__hero-buttons {
        flex-direction: column;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
        min-width: unset;
        width: 100%; /* Make buttons full width on small screens */
      }

      .page-ti-n-th-ng-c-c-c-th-thao__section-title {
        font-size: 1.6em;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__text-block {
        font-size: 0.95em;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__bonus-grid {
        grid-template-columns: 1fr; /* Stack cards on mobile */
      }

      .page-ti-n-th-ng-c-c-c-th-thao__bonus-card {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__step-item {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__steps-list {
        grid-template-columns: 1fr; /* Stack steps on mobile */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__cta-buttons {
        flex-direction: column;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__cta-button {
        width: 100%;
        max-width: 100%;
        font-size: 1em;
        padding: 12px 25px;
      }
      
      .page-ti-n-th-ng-c-c-c-th-thao__image,
      .page-ti-n-th-ng-c-c-c-th-thao__bonus-card-image,
      .page-ti-n-th-ng-c-c-c-th-thao__step-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        min-height: 200px !important; /* Ensure minimum size is maintained */
      }

      .page-ti-n-th-ng-c-c-c-th-thao__faq-question {
        padding: 12px 15px;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__faq-title {
        font-size: 1em;
      }

      .page-ti-n-th-ng-c-c-c-th-thao__faq-answer {
        padding: 0 15px;
        font-size: 0.9em;
      }
      
      .page-ti-n-th-ng-c-c-c-th-thao__faq-item.active .page-ti-n-th-ng-c-c-c-th-thao__faq-answer {
        padding: 15px !important;
      }
    }

    /* Accessibility: Ensure contrast */
    strong {
      color: #ffeb3b; /* Slightly brighter yellow for emphasis */
    }
  