
    :root {
      --primary-color: #e44d26; /* Cam đỏ */
      --secondary-color: #f7931e; /* Cam */
      --dark-background: #1a1a1a;
      --light-text: #ffffff;
      --gray-text: #cccccc;
      --border-color: #333333;
      --hover-color: #ff6f40;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com {
      font-family: 'Arial', sans-serif;
      color: var(--light-text);
      background-color: var(--dark-background);
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: 10px; /* Nhỏ để tránh đè lên body padding-top */
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__section {
      padding: 40px 0;
      text-align: center;
      border-bottom: 1px solid var(--border-color);
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__section:last-of-type {
      border-bottom: none;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h1,
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h2 {
      color: var(--primary-color);
      margin-bottom: 20px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h1 {
      font-size: 2.8em;
      text-transform: uppercase;
      line-height: 1.2;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h2 {
      font-size: 2.2em;
      color: var(--secondary-color);
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h3 {
      font-size: 1.5em;
      color: var(--light-text);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: var(--gray-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__button {
      display: inline-block;
      background-color: var(--primary-color);
      color: var(--light-text);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1.1em;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__button:hover {
      background-color: var(--hover-color);
    }

    /* Hero Section */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,online,background]') no-repeat center center/cover;
      padding: 80px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__hero-content {
      max-width: 800px;
      z-index: 1;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__hero-slogan {
      font-size: 1.8em;
      color: var(--light-text);
      margin-bottom: 30px;
    }

    /* Floating Buttons */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 100%;
      max-width: 350px;
      padding: 0 15px;
      box-sizing: border-box;
      justify-content: center;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__floating-button {
      flex: 1;
      text-align: center;
      padding: 15px 10px;
      font-size: 1.2em;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    /* Game List */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
      text-align: center;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      text-align: center;
      width: 100%; /* Ensure it takes full width within grid cell */
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-content {
      padding: 20px;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-title {
      font-size: 1.3em;
      color: var(--secondary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-description {
      font-size: 0.95em;
      color: var(--gray-text);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Features List */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__features-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-item {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      width: 100%;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-title {
      font-size: 1.2em;
      color: var(--primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-description {
      font-size: 0.95em;
      color: var(--gray-text);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Providers/Payments List */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
      align-items: center;
      justify-items: center;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-item {
      background-color: #2a2a2a;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      width: 100%;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-image {
      max-width: 100px;
      max-height: 60px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    /* FAQ Section */
    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-list {
      margin-top: 30px;
      text-align: left;
      padding: 0;
      list-style: none;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      width: 100%;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333333;
      border-bottom: 1px solid var(--border-color);
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-question:hover {
      background-color: #444444;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-question h3 {
      margin: 0;
      color: var(--light-text);
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: var(--gray-text);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-item.active .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to accommodate content */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-item.active .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form a minus */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h1 {
        font-size: 2em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h2 {
        font-size: 1.8em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h3 {
        font-size: 1.3em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__hero-slogan {
        font-size: 1.4em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__section {
        padding: 30px 0;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-list,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__features-list,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-item,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-item,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-item,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__game-image,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__feature-icon,
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__logo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-question {
        padding: 12px 15px;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-question h3 {
        font-size: 1em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-answer {
        padding: 0 15px;
      }
      
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-item.active .page-s-ng-b-c-tr-c-tuy-n-188loto-com__faq-answer {
        padding: 15px 15px !important;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__floating-buttons {
        gap: 10px;
        max-width: calc(100% - 30px);
      }
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__floating-button {
        font-size: 1.1em;
        padding: 12px 8px;
      }
    }

    @media (max-width: 480px) {
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__h1 {
        font-size: 1.8em;
      }

      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__hero-slogan {
        font-size: 1.2em;
      }
      .page-s-ng-b-c-tr-c-tuy-n-188loto-com__floating-buttons {
        max-width: calc(100% - 20px);
        padding: 0 10px;
      }
    }
  