
    .page-88bet-hiphop {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small padding to avoid double header offset */
    }

    .page-88bet-hiphop__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-88bet-hiphop__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #333333, #000000);
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 40px;
    }

    .page-88bet-hiphop__hero-section::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: rgba(255, 255, 255, 0.05);
      transform: rotate(45deg);
      z-index: 0;
    }

    .page-88bet-hiphop__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-88bet-hiphop__hero-title {
      font-size: 3.5em;
      color: #ffcc00;
      margin-bottom: 15px;
      text-shadow: 0 0 15px rgba(255, 204, 0, 0.7);
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .page-88bet-hiphop__hero-subtitle {
      font-size: 1.5em;
      color: #ffffff;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-88bet-hiphop__cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #ffffff;
      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;
      border: none;
      cursor: pointer;
    }

    .page-88bet-hiphop__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-88bet-hiphop__section {
      padding: 40px 0;
      margin-bottom: 30px;
      border-radius: 10px;
      background-color: #2a2a2a;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-88bet-hiphop__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
    }

    .page-88bet-hiphop__text-content {
      font-size: 1.1em;
      color: #cccccc;
      text-align: justify;
      margin-bottom: 20px;
    }

    .page-88bet-hiphop__image-wrapper {
      text-align: center;
      margin: 30px 0;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .page-88bet-hiphop__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

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

    .page-88bet-hiphop__feature-item {
      background-color: #333333;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-88bet-hiphop__feature-item:hover {
      transform: translateY(-5px);
      background-color: #444444;
    }

    .page-88bet-hiphop__feature-icon {
      max-width: 200px;
      height: auto;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-88bet-hiphop__feature-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-88bet-hiphop__feature-description {
      font-size: 1em;
      color: #cccccc;
    }

    .page-88bet-hiphop__game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-88bet-hiphop__game-card {
      background-color: #333333;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

    .page-88bet-hiphop__game-card:hover {
      transform: translateY(-7px);
    }

    .page-88bet-hiphop__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-88bet-hiphop__game-info {
      padding: 20px;
    }

    .page-88bet-hiphop__game-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-88bet-hiphop__game-description {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 15px;
    }

    .page-88bet-hiphop__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-88bet-hiphop__promo-item {
      background-color: #333333;
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-88bet-hiphop__promo-icon {
      max-width: 200px;
      height: auto;
      margin-right: 20px;
      flex-shrink: 0;
      border-radius: 5px;
    }

    .page-88bet-hiphop__promo-content {
      flex-grow: 1;
    }

    .page-88bet-hiphop__promo-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 8px;
    }

    .page-88bet-hiphop__promo-description {
      font-size: 1em;
      color: #cccccc;
    }

    .page-88bet-hiphop__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-88bet-hiphop__payment-logo {
      max-width: 200px;
      height: auto;
      background-color: #444444;
      padding: 10px 20px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-88bet-hiphop__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-88bet-hiphop__faq-item {
      background-color: #333333;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-88bet-hiphop__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #444444;
      cursor: pointer;
      font-size: 1.1em;
      color: #ffcc00;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-88bet-hiphop__faq-question:hover {
      background-color: #555555;
    }

    .page-88bet-hiphop__faq-question h3 {
      margin: 0;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-88bet-hiphop__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

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

    .page-88bet-hiphop__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      font-size: 1em;
      box-sizing: border-box;
    }

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

    .page-88bet-hiphop__social-media-links {
      text-align: center;
      margin-top: 30px;
    }

    .page-88bet-hiphop__social-media-link {
      display: inline-block;
      margin: 0 10px;
      color: #ffcc00;
      font-size: 1.2em;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-88bet-hiphop__social-media-link:hover {
      color: #ffffff;
    }

    @media (max-width: 768px) {
      .page-88bet-hiphop__container {
        padding: 15px;
      }

      .page-88bet-hiphop__hero-title {
        font-size: 2.5em;
      }

      .page-88bet-hiphop__hero-subtitle {
        font-size: 1.2em;
      }

      .page-88bet-hiphop__section-title {
        font-size: 2em;
      }

      .page-88bet-hiphop__text-content {
        font-size: 1em;
      }

      .page-88bet-hiphop__features-grid,
      .page-88bet-hiphop__game-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-88bet-hiphop__feature-item,
      .page-88bet-hiphop__game-card,
      .page-88bet-hiphop__promo-item,
      .page-88bet-hiphop__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-88bet-hiphop__promo-item {
        flex-direction: column;
        text-align: center;
      }

      .page-88bet-hiphop__promo-icon {
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 80%;
      }

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

      .page-88bet-hiphop__faq-answer {
        padding: 15px 15px !important;
      }

      .page-88bet-hiphop__image,
      .page-88bet-hiphop__feature-icon,
      .page-88bet-hiphop__game-image,
      .page-88bet-hiphop__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-88bet-hiphop__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }
    }
  