
    :root {
      --page-188betlink-primary-color: #e44d26; /* Cam đỏ */
      --page-188betlink-secondary-color: #2c3e50; /* Xanh đậm */
      --page-188betlink-background-dark: #1a1a1a;
      --page-188betlink-text-light: #f0f0f0;
      --page-188betlink-accent-green: #4CAF50;
      --page-188betlink-card-bg: #222222;
      --page-188betlink-border-color: #333333;
    }

    .page-188betlink {
      font-family: 'Arial', sans-serif;
      background-color: var(--page-188betlink-background-dark);
      color: var(--page-188betlink-text-light);
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating button */
    }

    .page-188betlink a {
      color: var(--page-188betlink-accent-green);
      text-decoration: none;
    }

    .page-188betlink a:hover {
      text-decoration: underline;
    }

    .page-188betlink-section {
      padding: 20px;
      margin-bottom: 20px;
      background-color: var(--page-188betlink-background-dark);
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-188betlink-banner {
      position: relative;
      text-align: center;
      margin-bottom: 20px;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-188betlink-banner img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-height: 400px; /* Giới hạn chiều cao banner */
    }

    .page-188betlink-banner-content {
      position: relative; /* Đảm bảo nội dung nằm dưới ảnh */
      background-color: rgba(0, 0, 0, 0.6); /* Nền tối nhẹ cho văn bản */
      padding: 15px 10px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .page-188betlink-banner h1 {
      color: var(--page-188betlink-primary-color);
      font-size: 2.2em;
      margin: 0;
      padding-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
    @media (max-width: 768px) {
      .page-188betlink-banner h1 {
        font-size: 1.8em;
      }
    }

    .page-188betlink-button {
      display: inline-block;
      background-color: var(--page-188betlink-primary-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-188betlink-button:hover {
      background-color: #ff6f40;
      transform: translateY(-2px);
    }

    .page-188betlink-floating-button {
      position: fixed;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 40px);
      max-width: 350px;
      z-index: 1000;
      text-align: center;
    }

    .page-188betlink-floating-button .page-188betlink-button {
      width: 100%;
      font-size: 1.1em;
      padding: 15px 20px;
      background-color: var(--page-188betlink-accent-green);
    }

    .page-188betlink-floating-button .page-188betlink-button:hover {
      background-color: #6bcc6f;
    }

    .page-188betlink-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
    }

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

    .page-188betlink-card:hover {
      transform: translateY(-5px);
    }

    .page-188betlink-card img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      display: block;
    }

    .page-188betlink-card-content {
      padding: 15px 10px;
    }

    .page-188betlink-card h3 {
      font-size: 1.1em;
      margin-top: 0;
      margin-bottom: 10px;
      color: var(--page-188betlink-text-light);
    }

    .page-188betlink-card p {
      font-size: 0.9em;
      color: #bbbbbb;
    }

    .page-188betlink-card .page-188betlink-button-small {
      display: inline-block;
      background-color: var(--page-188betlink-accent-green);
      color: #ffffff;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 0.85em;
      margin-top: 10px;
      transition: background-color 0.3s ease;
    }

    .page-188betlink-card .page-188betlink-button-small:hover {
      background-color: #6bcc6f;
    }

    .page-188betlink-title {
      color: var(--page-188betlink-primary-color);
      text-align: center;
      margin-top: 30px;
      margin-bottom: 25px;
      font-size: 2em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-188betlink-subtitle {
      color: var(--page-188betlink-accent-green);
      text-align: center;
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 1.5em;
    }

    .page-188betlink-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-188betlink-list li {
      background-color: var(--page-188betlink-card-bg);
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      border: 1px solid var(--page-188betlink-border-color);
    }

    .page-188betlink-list li strong {
      color: var(--page-188betlink-primary-color);
      margin-right: 10px;
      flex-shrink: 0;
    }

    .page-188betlink-faq .page-188betlink-list li {
      flex-direction: column;
      align-items: flex-start;
    }

    .page-188betlink-faq .page-188betlink-list li strong {
      margin-bottom: 5px;
      font-size: 1.1em;
    }

    .page-188betlink-highlight {
      color: var(--page-188betlink-primary-color);
      font-weight: bold;
    }

    .page-188betlink-promo-box {
      background-color: #2a0a0a; /* Màu nền đỏ đậm hơn */
      border: 2px solid var(--page-188betlink-primary-color);
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      margin: 30px auto;
      max-width: 600px;
    }

    .page-188betlink-promo-box h2 {
      color: var(--page-188betlink-primary-color);
      margin-top: 0;
      font-size: 1.8em;
    }

    .page-188betlink-promo-box p {
      font-size: 1.1em;
      margin-bottom: 20px;
    }
  