
    :root {
      --primary-color: #e44d26; /* A vibrant orange-red for action */
      --secondary-color: #333; /* Dark for text */
      --accent-color: #f7b731; /* A bright yellow for highlights */
      --background-light: #f4f4f4;
      --background-dark: #222;
      --text-light: #fff;
      --text-dark: #333;
      --border-color: #ddd;
      --spacing-unit: 1rem;
    }

    /* Base styles for the page content */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background-color: var(--background-light);
      padding-bottom: 4rem; /* Ensure space above footer */
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--spacing-unit);
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:betting,stadium,12bet]') no-repeat center center/cover;
      color: var(--text-light);
      text-align: center;
      padding: 10px 0 4rem 0; /* 10px top padding for hero as body handles main offset */
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-content {
      max-width: 800px;
      padding: 0 var(--spacing-unit);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-title {
      font-size: 2.8rem;
      margin-bottom: 1rem;
      color: var(--accent-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-subtitle {
      font-size: 1.3rem;
      margin-bottom: 2rem;
      color: var(--text-light);
    }

    /* General Section Styling */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section {
      padding: 4rem 0;
      background-color: var(--background-light);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section--dark {
      background-color: var(--background-dark);
      color: var(--text-light);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section-title {
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 2.5rem;
      color: var(--primary-color);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section--dark .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section-title {
      color: var(--accent-color);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__text-block {
      margin-bottom: 2rem;
      font-size: 1.1rem;
      line-height: 1.8;
      text-align: justify;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__text-block p {
      margin-bottom: 1rem;
    }

    /* Feature/Benefit Grid */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-item {
      background-color: var(--text-light);
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Required for list items */
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section--dark .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-item {
      background-color: #3a3a3a;
      color: var(--text-light);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-icon {
      width: 100px; /* Min size 200x200, but container can be smaller */
      height: 100px;
      margin-bottom: 1rem;
      object-fit: contain;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-title {
      font-size: 1.3rem;
      color: var(--primary-color);
      margin-bottom: 0.8rem;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section--dark .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-title {
      color: var(--accent-color);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-description {
      font-size: 0.95rem;
      color: var(--secondary-color);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section--dark .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-description {
      color: #ccc;
    }

    /* Call to Action Button */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__cta-button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--text-light);
      padding: 0.9rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      margin-top: 1.5rem;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__cta-button:hover {
      background-color: #c7401f;
      transform: translateY(-2px);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__center-content {
      text-align: center;
    }

    /* FAQ Section */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-section {
      padding: 4rem 0;
      background-color: var(--background-light);
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-list {
      max-width: 800px;
      margin: 2rem auto 0;
      box-sizing: border-box; /* Required for list container */
      padding: 0; /* Required for list container */
      width: 100%; /* Required for list container */
      max-width: 100%; /* Required for list container */
      overflow: hidden; /* Required for list container */
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-item {
      background-color: var(--text-light);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 1rem;
      overflow: hidden;
      box-sizing: border-box; /* Required for list items */
      width: 100%; /* Required for list items */
      max-width: 100%; /* Required for list items */
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      font-size: 1.1rem;
      font-weight: bold;
      color: var(--secondary-color);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-question:hover {
      background-color: #eee;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      font-size: 1.1rem;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-toggle {
      font-size: 1.5rem;
      font-weight: bold;
      color: var(--primary-color);
      margin-left: 1rem;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--secondary-color);
      font-size: 0.95rem;
      box-sizing: border-box;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-answer p {
      margin: 0;
      padding-bottom: 1rem;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-item.active .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-item.active .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-toggle {
      transform: rotate(45deg); /* For '-' effect if desired, or simply change content */
    }

    /* Image responsiveness */
    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below images */
      box-sizing: border-box;
    }

    .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 2rem;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-title {
        font-size: 2.2rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-subtitle {
        font-size: 1rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__section-title {
        font-size: 1.8rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__text-block {
        font-size: 1rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 1rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__feature-grid {
        gap: 1.5rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-question {
        font-size: 1rem;
        padding: 12px 15px;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-question h3 {
        font-size: 1rem;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-answer {
        font-size: 0.9rem;
        padding: 0 15px; /* Keep initial padding consistent */
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-item.active .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-answer {
        padding: 15px 15px !important; /* Adjust active padding for mobile */
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-list {
        padding: 0;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n img {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__hero-title {
        font-size: 1.8rem;
      }
      .page-link-v-o-12bet-m-i-nh-t-khi-12bet-com-b-ch-n__cta-button {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
      }
    }
  