
    /* CSS nội tuyến cho trang 12bet-mobi */
    .page-12bet-mobi {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Nhẹ nhàng bù đắp cho header nếu cần */
    }

    .page-12bet-mobi__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-12bet-mobi__header-title {
      text-align: center;
      margin-bottom: 40px;
      color: #0056b3;
      font-size: 2.5em;
      font-weight: bold;
      padding: 20px 0;
    }

    .page-12bet-mobi__hero-section {
      background-color: #0056b3;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    .page-12bet-mobi__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-12bet-mobi__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-12bet-mobi__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-12bet-mobi__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-12bet-mobi__button {
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
    }

    .page-12bet-mobi__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-12bet-mobi__button--primary {
      background-color: #28a745;
      color: #fff;
    }

    .page-12bet-mobi__button--primary:hover {
      background-color: #218838;
    }

    .page-12bet-mobi__feature-section {
      padding: 40px 0;
      text-align: center;
    }

    .page-12bet-mobi__section-title {
      font-size: 2.2em;
      color: #0056b3;
      margin-bottom: 30px;
      text-align: center;
    }

    .page-12bet-mobi__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-12bet-mobi__grid-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-12bet-mobi__grid-item:hover {
      transform: translateY(-5px);
    }

    .page-12bet-mobi__grid-item-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-12bet-mobi__grid-item-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-12bet-mobi__grid-item-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-12bet-mobi__grid-item-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-12bet-mobi__provider-list, .page-12bet-mobi__payment-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 15px;
      margin-top: 20px;
      text-align: center;
    }

    .page-12bet-mobi__provider-item, .page-12bet-mobi__payment-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-12bet-mobi__provider-item:hover, .page-12bet-mobi__payment-item:hover {
      background-color: #e9ecef;
    }

    .page-12bet-mobi__cta-section {
      text-align: center;
      background-color: #007bff;
      color: #fff;
      padding: 60px 20px;
      margin-top: 40px;
      border-radius: 10px;
    }

    .page-12bet-mobi__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
    }

    .page-12bet-mobi__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-12bet-mobi__faq-section {
      padding: 40px 0;
    }

    .page-12bet-mobi__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-12bet-mobi__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #f1f1f1;
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-12bet-mobi__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-12bet-mobi__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0056b3;
      pointer-events: none; /* Ngăn chặn sự kiện click trên h3 */
    }

    .page-12bet-mobi__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #0056b3;
      pointer-events: none; /* Ngăn chặn sự kiện click trên toggle */
      transition: transform 0.3s ease;
    }

    .page-12bet-mobi__faq-item.active .page-12bet-mobi__faq-toggle {
      transform: rotate(45deg);
    }

    .page-12bet-mobi__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fdfdfd;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-12bet-mobi__faq-item.active .page-12bet-mobi__faq-answer {
      max-height: 2000px !important;
      padding: 20px 20px !important;
      opacity: 1;
    }

    /* Nút đăng ký/đăng nhập nổi */
    .page-12bet-mobi__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-12bet-mobi__floating-button {
      background-color: #dc3545;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      white-space: nowrap;
    }

    .page-12bet-mobi__floating-button:hover {
      background-color: #c82333;
      transform: translateY(-2px);
    }

    .page-12bet-mobi__floating-button--login {
      background-color: #17a2b8;
    }

    .page-12bet-mobi__floating-button--login:hover {
      background-color: #138496;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-12bet-mobi__container {
        padding: 10px;
      }

      .page-12bet-mobi__header-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-12bet-mobi__hero-section {
        padding: 40px 15px;
      }

      .page-12bet-mobi__hero-title {
        font-size: 2em;
      }

      .page-12bet-mobi__hero-description {
        font-size: 1em;
      }

      .page-12bet-mobi__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-12bet-mobi__button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-12bet-mobi__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-12bet-mobi__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-12bet-mobi__grid-item-image {
        height: 200px;
      }

      .page-12bet-mobi__grid-item-title {
        font-size: 1.3em;
      }

      .page-12bet-mobi__provider-list, .page-12bet-mobi__payment-list {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 10px;
      }

      .page-12bet-mobi__provider-item, .page-12bet-mobi__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 0.9em;
      }

      .page-12bet-mobi__cta-section {
        padding: 40px 15px;
      }

      .page-12bet-mobi__cta-title {
        font-size: 2em;
      }

      .page-12bet-mobi__cta-description {
        font-size: 0.95em;
      }

      .page-12bet-mobi__faq-question {
        padding: 15px 15px;
        font-size: 1em;
      }

      .page-12bet-mobi__faq-question h3 {
        font-size: 1em;
      }

      .page-12bet-mobi__faq-answer {
        padding: 0 15px;
      }

      .page-12bet-mobi__faq-item.active .page-12bet-mobi__faq-answer {
        padding: 15px 15px !important;
      }

      .page-12bet-mobi__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-12bet-mobi__floating-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-12bet-mobi__header-title {
        font-size: 1.5em;
      }
      .page-12bet-mobi__hero-title {
        font-size: 1.8em;
      }
      .page-12bet-mobi__section-title {
        font-size: 1.5em;
      }
      .page-12bet-mobi__provider-list, .page-12bet-mobi__payment-list {
        grid-template-columns: 1fr;
      }
    }
  