
    /* Tổng thể */
    .page-58winslot {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px; /* Đảm bảo footer không bị che bởi floating CTA */
    }

    .page-58winslot__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Hero Section */
    .page-58winslot__hero-section {
      position: relative;
      text-align: center;
      padding: 10px 0 50px; /* Padding-top để tránh bị header cố định che */
      background-color: #2a2a2a;
      overflow: hidden;
      border-bottom: 5px solid #ffcc00;
    }

    .page-58winslot__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }
    .page-58winslot__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-58winslot__hero-content {
      position: relative;
      z-index: 1;
      padding: 20px;
    }

    .page-58winslot__hero-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-58winslot__hero-description {
      font-size: 1.2em;
      color: #e0e0e0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-58winslot__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .page-58winslot__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    /* General Section Styling */
    .page-58winslot__section {
      padding: 60px 0;
      background-color: #1a1a1a;
      border-bottom: 1px solid #333;
    }

    .page-58winslot__section:nth-of-type(even) {
      background-color: #222222;
    }

    .page-58winslot__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-58winslot__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    /* Content Area */
    .page-58winslot__content-area p {
      margin-bottom: 20px;
      font-size: 1.05em;
      color: #e0e0e0;
    }

    .page-58winslot__content-area ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .page-58winslot__content-area ul li {
      background-color: #2a2a2a;
      margin-bottom: 10px;
      padding: 15px 20px;
      border-left: 5px solid #ffcc00;
      border-radius: 5px;
      display: flex;
      align-items: center;
      font-size: 1.05em;
    }

    .page-58winslot__content-area ul li::before {
      content: '✓';
      color: #ffcc00;
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
    }

    .page-58winslot__image-full-width {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 30px 0;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    /* Game Categories */
    .page-58winslot__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-58winslot__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-58winslot__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    }

    .page-58winslot__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Fixed height for consistency */
    }
    .page-58winslot__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-58winslot__game-card-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-58winslot__game-card-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 15px;
    }

    .page-58winslot__game-card-link {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      margin-top: 15px;
      transition: background-color 0.3s ease;
    }

    .page-58winslot__game-card-link:hover {
      background-color: #e6b800;
    }

    /* Promotions Section */
    .page-58winslot__promotion-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .page-58winslot__promotion-image-wrapper {
      width: 180px;
      height: 180px;
      flex-shrink: 0;
      overflow: hidden;
      border-radius: 8px;
      box-sizing: border-box;
    }
    .page-58winslot__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-58winslot__promotion-content h3 {
      color: #ffcc00;
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-58winslot__promotion-content p {
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    /* FAQ Section */
    .page-58winslot__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-58winslot__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      color: #ffcc00;
      font-size: 1.15em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-58winslot__faq-question:hover {
      background-color: #444444;
    }

    .page-58winslot__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #ffcc00; /* Ensure good contrast */
    }

    .page-58winslot__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-58winslot__faq-item.active .page-58winslot__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar for visual cue */
    }

    .page-58winslot__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      color: #e0e0e0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-58winslot__faq-item.active .page-58winslot__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Call to Action Bar */
    .page-58winslot__floating-cta {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #ffcc00;
      padding: 10px 15px;
      text-align: center;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .page-58winslot__floating-cta p {
      margin: 0;
      color: #1a1a1a;
      font-weight: bold;
      font-size: 1.1em;
    }

    .page-58winslot__floating-cta-button {
      background-color: #1a1a1a;
      color: #ffcc00;
      padding: 8px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-58winslot__floating-cta-button:hover {
      background-color: #000000;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-58winslot__hero-section {
        padding-top: 10px; /* Adjust for smaller screens */
        padding-bottom: 30px;
      }

      .page-58winslot__hero-title {
        font-size: 2em;
      }

      .page-58winslot__hero-description {
        font-size: 1em;
      }

      .page-58winslot__section {
        padding: 40px 0;
      }

      .page-58winslot__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-58winslot__content-area p {
        font-size: 0.95em;
      }

      .page-58winslot__content-area ul li {
        padding: 10px 15px;
        font-size: 0.95em;
      }

      .page-58winslot__game-grid {
        grid-template-columns: 1fr;
      }

      .page-58winslot__promotion-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 20px;
      }

      .page-58winslot__promotion-image-wrapper {
        width: 150px;
        height: 150px;
      }

      .page-58winslot__promotion-content h3 {
        font-size: 1.5em;
      }

      .page-58winslot__faq-question {
        font-size: 1em;
        padding: 15px 20px;
      }

      .page-58winslot__faq-answer {
        padding: 0 20px;
      }

      .page-58winslot__faq-item.active .page-58winslot__faq-answer {
        padding: 15px 20px !important;
      }

      .page-58winslot__floating-cta {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
      }

      .page-58winslot__floating-cta p {
        font-size: 0.9em;
      }

      .page-58winslot__floating-cta-button {
        padding: 6px 15px;
        font-size: 0.9em;
      }

      /* Ensure images are responsive on mobile */
      .page-58winslot__hero-image,
      .page-58winslot__game-card-image,
      .page-58winslot__promotion-image,
      .page-58winslot__image-full-width {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-58winslot__hero-image-wrapper,
      .page-58winslot__game-card-image-wrapper,
      .page-58winslot__promotion-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  