
    :root {
      --primary-color: #e44d26; /* Màu đỏ/cam rực rỡ, phổ biến trên các trang cá cược */
      --secondary-color: #333;
      --accent-color: #ffcc00; /* Vàng/gold cho các điểm nhấn */
      --text-color: #eee;
      --dark-bg: #1a1a1a;
      --light-bg: #2a2a2a;
      --border-color: #555;
      --button-hover-color: #ff6a3d;
    }

    .page-32wim-com {
      font-family: 'Arial', sans-serif;
      background-color: var(--dark-bg);
      color: var(--text-color);
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho các nút nổi */
    }

    /* Quy tắc dự phòng cho khoảng cách đầu trang nếu không được xử lý bởi body padding */
    .page-32wim-com.has-no-body-padding-top {
      padding-top: var(--header-offset, 122px);
    }

    .page-32wim-com__hero-section {
      text-align: center;
      padding: 10px 20px 40px; /* Padding-top tối thiểu, giả định body xử lý offset */
      background: var(--light-bg);
      position: relative;
      overflow: hidden;
      min-height: 400px; /* Đảm bảo chiều cao tối thiểu cho hero */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-32wim-com__hero-image {
      width: 100%;
      height: 100%;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      filter: brightness(0.8); /* Làm mờ ảnh một chút để tăng khả năng đọc văn bản */
    }

    .page-32wim-com__hero-content {
      position: relative; /* Đặt nội dung trên ảnh */
      width: 90%;
      max-width: 800px;
      z-index: 10;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0,0,0,0.7);
    }

    .page-32wim-com__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--accent-color);
      text-transform: uppercase;
      line-height: 1.2;
    }

    .page-32wim-com__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      font-weight: normal;
    }

    .page-32wim-com__button {
      display: inline-block;
      background-color: var(--primary-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-32wim-com__button:hover {
      background-color: var(--button-hover-color);
    }

    .page-32wim-com__section {
      padding: 50px 20px;
      margin-bottom: 20px;
      background-color: var(--light-bg);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
    }

    .page-32wim-com__section--dark {
      background-color: var(--dark-bg);
    }

    .page-32wim-com__section-title {
      font-size: 2.2em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 40px;
      text-transform: uppercase;
    }

    .page-32wim-com__section-description {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      font-size: 1.1em;
      color: var(--text-color);
    }

    .page-32wim-com__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-32wim-com__card {
      background-color: var(--dark-bg);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid var(--border-color);
    }

    .page-32wim-com__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.5);
    }

    .page-32wim-com__card-image-wrapper {
      width: 100%;
      height: 200px; /* Chiều cao cố định cho sự nhất quán */
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000;
    }

    .page-32wim-com__card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Đảm bảo đáp ứng */
    }

    .page-32wim-com__card-content {
      padding: 20px;
    }

    .page-32wim-com__card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: var(--accent-color);
      text-transform: uppercase;
    }

    .page-32wim-com__card-text {
      font-size: 0.95em;
      color: var(--text-color);
      margin-bottom: 15px;
    }

    .page-32wim-com__promotion-item {
      background-color: var(--dark-bg);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 25px;
      display: flex;
      align-items: center;
      gap: 20px;
      transition: background-color 0.3s ease;
      box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
    }

    .page-32wim-com__promotion-item:hover {
      background-color: #3a3a3a;
    }

    .page-32wim-com__promotion-image {
      flex-shrink: 0;
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 5px;
      max-width: 100%; /* Đảm bảo đáp ứng */
    }

    .page-32wim-com__promotion-details {
      flex-grow: 1;
    }

    .page-32wim-com__promotion-title {
      font-size: 1.3em;
      color: var(--accent-color);
      margin-bottom: 8px;
    }

    .page-32wim-com__promotion-description {
      font-size: 0.95em;
      color: var(--text-color);
      margin-bottom: 10px;
    }

    .page-32wim-com__promotion-date {
      font-size: 0.85em;
      color: var(--border-color);
    }

    .page-32wim-com__news-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 20px;
    }

    .page-32wim-com__news-item {
      background-color: var(--dark-bg);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 20px;
      transition: background-color 0.3s ease;
      box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
    }

    .page-32wim-com__news-item:hover {
      background-color: #3a3a3a;
    }

    .page-32wim-com__news-title {
      font-size: 1.2em;
      color: var(--accent-color);
      margin-bottom: 10px;
    }

    .page-32wim-com__news-meta {
      font-size: 0.85em;
      color: var(--border-color);
      margin-bottom: 10px;
    }

    .page-32wim-com__news-excerpt {
      font-size: 0.95em;
      color: var(--text-color);
      word-wrap: break-word; /* Xử lý ngắt từ dài */
      overflow-wrap: break-word; /* Xử lý ngắt từ dài */
      word-break: break-word; /* Xử lý ngắt từ dài */
    }

    .page-32wim-com__why-choose-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-32wim-com__why-choose-item {
      background-color: var(--dark-bg);
      border: 1px solid var(--border-color);
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
    }

    .page-32wim-com__why-choose-item:hover {
      transform: translateY(-5px);
    }

    .page-32wim-com__why-choose-icon {
      margin-bottom: 15px;
      color: var(--primary-color);
      font-size: 3em; /* Kích thước lớn cho biểu tượng văn bản */
      display: inline-block;
      width: 64px; /* Kích thước tối thiểu cho hình ảnh nội dung, không phải biểu tượng nhỏ */
      height: 64px;
      line-height: 64px;
      background-color: #222;
      border-radius: 50%;
      border: 2px solid var(--accent-color);
    }

    .page-32wim-com__why-choose-title {
      font-size: 1.3em;
      color: var(--accent-color);
      margin-bottom: 10px;
    }

    .page-32wim-com__why-choose-description {
      font-size: 0.95em;
      color: var(--text-color);
      word-wrap: break-word; /* Xử lý ngắt từ dài */
      overflow-wrap: break-word; /* Xử lý ngắt từ dài */
      word-break: break-word; /* Xử lý ngắt từ dài */
    }

    /* Nút nổi */
    .page-32wim-com__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      padding: 10px 20px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      z-index: 1000;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.5);
      box-sizing: border-box;
    }

    .page-32wim-com__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      margin: 0 5px;
      border-radius: 25px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      color: #fff;
    }

    .page-32wim-com__floating-button--register {
      background-color: #4CAF50; /* Xanh lá */
    }

    .page-32wim-com__floating-button--register:hover {
      background-color: #66BB6A;
    }

    .page-32wim-com__floating-button--login {
      background-color: #2196F3; /* Xanh dương */
    }

    .page-32wim-com__floating-button--login:hover {
      background-color: #64B5F6;
    }

    /* Phần FAQ */
    .page-32wim-com__faq-section {
      padding: 50px 20px;
      background-color: var(--light-bg);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box; /* Đảm bảo padding và border được tính vào chiều rộng */
    }

    .page-32wim-com__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      background-color: var(--dark-bg);
    }

    .page-32wim-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #3a3a3a;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-32wim-com__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-32wim-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--accent-color);
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-32wim-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện click */
    }

    .page-32wim-com__faq-item.active .page-32wim-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-32wim-com__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(--text-color);
      font-size: 0.95em;
    }

    .page-32wim-com__faq-item.active .page-32wim-com__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Thiết kế đáp ứng */
    @media (max-width: 1024px) {
      .page-32wim-com__hero-title {
        font-size: 2.2em;
      }
      .page-32wim-com__hero-subtitle {
        font-size: 1.1em;
      }
      .page-32wim-com__section-title {
        font-size: 1.8em;
      }
      .page-32wim-com__card-title {
        font-size: 1.2em;
      }
      .page-32wim-com__promotion-image {
        width: 120px;
        height: 80px;
      }
      .page-32wim-com__promotion-title {
        font-size: 1.1em;
      }
    }

    @media (max-width: 768px) {
      .page-32wim-com__hero-section {
        padding: 10px 15px 30px;
        min-height: 300px;
      }
      .page-32wim-com__hero-title {
        font-size: 1.8em;
      }
      .page-32wim-com__hero-subtitle {
        font-size: 1em;
      }
      .page-32wim-com__button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-32wim-com__section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-32wim-com__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
      }
      .page-32wim-com__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }
      .page-32wim-com__grid {
        grid-template-columns: 1fr; /* Một cột cho thẻ */
        gap: 20px;
      }
      .page-32wim-com__card-image-wrapper {
        height: 180px;
      }
      .page-32wim-com__card-content {
        padding: 15px;
      }
      .page-32wim-com__promotion-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        gap: 15px;
      }
      .page-32wim-com__promotion-image {
        width: 100%;
        height: 150px;
      }
      .page-32wim-com__news-list,
      .page-32wim-com__why-choose-list {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      /* Đáp ứng danh sách trên di động */
      .page-32wim-com__news-list > li,
      .page-32wim-com__why-choose-list > li {
        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 phù hợp */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-32wim-com__news-list,
      .page-32wim-com__why-choose-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-32wim-com__faq-section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-32wim-com__faq-question {
        padding: 12px 15px;
      }
      .page-32wim-com__faq-question h3 {
        font-size: 1em;
      }
      .page-32wim-com__faq-answer {
        padding: 15px 15px !important; /* Điều chỉnh cho di động */
      }

      .page-32wim-com__floating-buttons {
        padding: 8px 10px;
      }
      .page-32wim-com__floating-button {
        padding: 10px 0;
        font-size: 1em;
        margin: 0 3px;
      }
    }

    @media (max-width: 480px) {
      .page-32wim-com__hero-title {
        font-size: 1.5em;
      }
      .page-32wim-com__hero-subtitle {
        font-size: 0.9em;
      }
      .page-32wim-com__button {
        padding: 8px 15px;
        font-size: 0.9em;
      }
      .page-32wim-com__section-title {
        font-size: 1.4em;
      }
      .page-32wim-com__card-image-wrapper {
        height: 150px;
      }
      .page-32wim-com__card-title {
        font-size: 1.1em;
      }
      .page-32wim-com__card-text {
        font-size: 0.9em;
      }
      .page-32wim-com__promotion-image {
        height: 120px;
      }
      .page-32wim-com__promotion-title {
        font-size: 1em;
      }
      .page-32wim-com__promotion-description {
        font-size: 0.9em;
      }
      .page-32wim-com__faq-question h3 {
        font-size: 0.95em;
      }
      .page-32wim-com__faq-answer {
        font-size: 0.9em;
      }
    }
  