
    .page-https-79win-monster {
      font-family: 'Arial', sans-serif;
      color: #fff;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-https-79win-monster__section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #16213e;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
    }

    .page-https-79win-monster__section--dark {
        background-color: #0f3460;
    }

    .page-https-79win-monster__hero-section {
      padding: 10px 15px 40px;
      text-align: center;
      background: linear-gradient(135deg, #1a1a2e, #0f3460);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .page-https-79win-monster__hero-title {
      font-size: 2.2em;
      margin-bottom: 10px;
      color: #e94560;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-https-79win-monster__hero-subtitle {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ccc;
    }

    .page-https-79win-monster__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-top: 20px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    }

    .page-https-79win-monster__button-group {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 25px;
    }

    .page-https-79win-monster__button {
      background-color: #e94560;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-https-79win-monster__button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }

    .page-https-79win-monster__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(22, 33, 62, 0.95);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }

    .page-https-79win-monster__floating-button {
      flex: 1;
      text-align: center;
      background-color: #e94560;
      color: #fff;
      padding: 10px 0;
      margin: 0 5px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-https-79win-monster__floating-button:hover {
      background-color: #c0392b;
    }

    .page-https-79win-monster__heading {
      font-size: 1.8em;
      color: #e94560;
      text-align: center;
      margin-bottom: 25px;
      padding-top: 15px;
    }

    .page-https-79win-monster__sub-heading {
      font-size: 1.4em;
      color: #fff;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-https-79win-monster__text {
      font-size: 1em;
      color: #ccc;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-https-79win-monster__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-content: center;
      margin-top: 20px;
    }

    .page-https-79win-monster__game-item {
      background-color: #0f3460;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .page-https-79win-monster__game-item:hover {
      transform: translateY(-5px);
    }

    .page-https-79win-monster__game-image {
      width: 100%;
      height: 120px;
      object-fit: cover;
      border-bottom: 1px solid #e94560;
    }

    .page-https-79win-monster__game-name {
      font-size: 1em;
      font-weight: bold;
      color: #fff;
      margin-top: 10px;
    }

    .page-https-79win-monster__features-list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .page-https-79win-monster__feature-item {
      background-color: #0f3460;
      padding: 15px;
      border-radius: 8px;
      text-align: left;
      color: #ccc;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-https-79win-monster__feature-item strong {
      color: #e94560;
      font-size: 1.1em;
      display: block;
      margin-bottom: 5px;
    }

    .page-https-79win-monster__partner-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
      gap: 15px;
      margin-top: 20px;
      justify-content: center;
    }

    .page-https-79win-monster__partner-item {
      text-align: center;
      background-color: #0f3460;
      padding: 10px;
      border-radius: 8px;
      transition: transform 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-https-79win-monster__partner-item:hover {
      transform: translateY(-3px);
    }

    .page-https-79win-monster__partner-image {
      max-width: 100%;
      height: 60px;
      object-fit: contain;
      filter: brightness(0.8) grayscale(0.2);
      transition: filter 0.3s ease;
    }

    .page-https-79win-monster__partner-item:hover .page-https-79win-monster__partner-image {
        filter: brightness(1) grayscale(0);
    }

    .page-https-79win-monster__faq-section {
      padding: 20px 15px;
      background-color: #16213e;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      margin-bottom: 20px;
    }

    .page-https-79win-monster__faq-item {
      margin-bottom: 10px;
      border: 1px solid #0f3460;
      border-radius: 5px;
      overflow: hidden;
      background-color: #1a1a2e;
    }

    .page-https-79win-monster__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #0f3460;
      color: #fff;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-https-79win-monster__faq-question:hover {
      background-color: #e94560;
    }

    .page-https-79win-monster__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-https-79win-monster__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-https-79win-monster__faq-item.active .page-https-79win-monster__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus visual */
    }

    .page-https-79win-monster__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      color: #ccc;
      background-color: #1a1a2e;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      text-align: left;
    }

    .page-https-79win-monster__faq-item.active .page-https-79win-monster__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    @media (min-width: 768px) {
      .page-https-79win-monster {
        padding-top: var(--header-offset, 122px);
      }
      .page-https-79win-monster__hero-section {
        padding: 60px 50px 80px;
      }
      .page-https-79win-monster__hero-title {
        font-size: 3.5em;
      }
      .page-https-79win-monster__hero-subtitle {
        font-size: 1.3em;
      }
      .page-https-79win-monster__section {
        padding: 40px;
        max-width: 1200px;
        margin: 0 auto 30px;
      }
      .page-https-79win-monster__heading {
        font-size: 2.5em;
      }
      .page-https-79win-monster__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-https-79win-monster__game-image {
        height: 150px;
      }
      .page-https-79win-monster__game-name {
        font-size: 1.1em;
      }
      .page-https-79win-monster__features-list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-https-79win-monster__feature-item {
        padding: 20px;
      }
      .page-https-79win-monster__partner-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
      }
      .page-https-79win-monster__partner-image {
        height: 80px;
      }
      .page-https-79win-monster__floating-buttons {
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        border-radius: 30px;
        padding: 10px 20px;
        max-width: 350px;
      }
      .page-https-79win-monster__floating-button {
        margin: 0 10px;
      }
      .page-https-79win-monster__faq-section {
        max-width: 1000px;
        margin: 0 auto 30px;
        padding: 40px;
      }
      .page-https-79win-monster__faq-question h3 {
        font-size: 1.2em;
      }
    }

    /* Mobile specific adjustments for lists and images */
    @media (max-width: 768px) {
      .page-https-79win-monster__features-list,
      .page-https-79win-monster__game-grid,
      .page-https-79win-monster__partner-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-https-79win-monster__feature-item,
      .page-https-79win-monster__game-item,
      .page-https-79win-monster__partner-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-https-79win-monster__game-image,
      .page-https-79win-monster__partner-image,
      .page-https-79win-monster__hero-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  