
    /* Reset & Base Styles */
    .page-188betlink {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin: 0;
    }

    .page-188betlink__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      width: 100%;
      box-sizing: border-box;
    }

    .page-188betlink__section {
      padding: 60px 0;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
    }

    .page-188betlink__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-188betlink__section--gradient {
      background: linear-gradient(135deg, #2980b9, #2c3e50);
      color: #ecf0f1;
    }

    .page-188betlink__heading {
      font-size: 3em;
      color: #2c3e50;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .page-188betlink__heading--light {
      color: #ecf0f1;
    }

    .page-188betlink__subheading {
      font-size: 1.8em;
      color: #34495e;
      margin-bottom: 30px;
    }

    .page-188betlink__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }
    
    .page-188betlink__text--highlight {
        color: #e74c3c;
        font-weight: bold;
    }

    .page-188betlink__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-188betlink__button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-188betlink__hero-section {
      position: relative;
      width: 100%;
      background-color: #1a2a3a; /* Dark background for banner */
      text-align: center;
      padding-top: 120px; /* Adjust for fixed header */
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-188betlink__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-188betlink__hero-image {
      max-width: 100% !important;
      height: auto !important;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
    }

    .page-188betlink__hero-content {
      padding: 20px;
      color: #ecf0f1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-188betlink__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #f1c40f;
      font-weight: 800;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-188betlink__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      line-height: 1.4;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Floating Login/Register Buttons */
    .page-188betlink__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-188betlink__floating-button {
      background-color: #27ae60;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      white-space: nowrap;
    }

    .page-188betlink__floating-button:hover {
      background-color: #2ecc71;
      transform: translateY(-3px);
    }

    .page-188betlink__floating-button--login {
      background-color: #3498db;
    }

    .page-188betlink__floating-button--login:hover {
      background-color: #2980b9;
    }

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

    .page-188betlink__game-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .page-188betlink__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .page-188betlink__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-188betlink__game-card-image {
      width: 100% !important;
      height: 200px !important; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      border-bottom: 1px solid #eee;
    }

    .page-188betlink__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-188betlink__game-card-title {
      font-size: 1.5em;
      color: #2c3e50;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-188betlink__game-card-text {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-188betlink__game-card-link {
      display: inline-block;
      background-color: #3498db;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }

    .page-188betlink__game-card-link:hover {
      background-color: #2980b9;
    }

    /* Access Guide */
    .page-188betlink__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 25px;
    }

    .page-188betlink__step-item {
      background-color: #fff;
      border-left: 5px solid #e74c3c;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: left;
    }

    .page-188betlink__step-title {
      font-size: 1.6em;
      color: #e74c3c;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-188betlink__step-description {
      font-size: 1.1em;
      color: #333;
    }

    /* Promotions */
    .page-188betlink__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-188betlink__promo-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .page-188betlink__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    }

    .page-188betlink__promo-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-188betlink__promo-image {
      width: 100% !important;
      height: 220px !important;
      object-fit: cover;
      display: block;
    }

    .page-188betlink__promo-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-188betlink__promo-title {
      font-size: 1.6em;
      color: #e74c3c;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-188betlink__promo-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-188betlink__promo-button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }

    .page-188betlink__promo-button:hover {
      background-color: #c0392b;
    }

    /* Game Providers */
    .page-188betlink__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted for gamelogo type */
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-188betlink__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
    }
    .page-188betlink__provider-logo-wrapper:hover {
        transform: scale(1.05);
    }

    .page-188betlink__provider-logo {
      width: 100% !important;
      height: auto !important;
      max-height: 80px !important; /* Constrain height for logos */
      object-fit: contain;
      display: block;
    }

    /* FAQ Section */
    .page-188betlink__faq-list {
      margin-top: 40px;
      width: 100%;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-188betlink__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-188betlink__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f8f8f8;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-188betlink__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-188betlink__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #2c3e50;
      font-weight: 600;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }
    
    .page-188betlink__faq-question h3 a {
        color: inherit; /* Ensure link color matches h3 */
        text-decoration: none;
    }

    .page-188betlink__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e74c3c;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      margin-left: 15px;
    }

    .page-188betlink__faq-item.active .page-188betlink__faq-toggle {
      transform: rotate(45deg); /* Change + to X or a dash */
    }

    .page-188betlink__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fff;
      color: #555;
      text-align: left;
    }

    .page-188betlink__faq-item.active .page-188betlink__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }
    
    .page-188betlink__faq-answer p {
        margin-bottom: 10px;
        font-size: 1em;
    }
    .page-188betlink__faq-answer p:last-child {
        margin-bottom: 0;
    }


    /* Why Choose Us */
    .page-188betlink__advantages-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-188betlink__advantage-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      padding: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-188betlink__advantage-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    }

    .page-188betlink__advantage-icon-wrapper {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-188betlink__advantage-icon {
      width: 100px !important;
      height: 100px !important;
      object-fit: contain;
      margin: 0 auto 15px auto;
      display: block;
    }

    .page-188betlink__advantage-title {
      font-size: 1.4em;
      color: #e74c3c;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .page-188betlink__advantage-description {
      font-size: 1em;
      color: #555;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-188betlink__hero-section {
        padding-top: 100px; /* Adjust for mobile fixed header */
      }
      .page-188betlink__heading {
        font-size: 2.2em;
      }
      .page-188betlink__subheading {
        font-size: 1.4em;
      }
      .page-188betlink__hero-title {
        font-size: 2.5em;
      }
      .page-188betlink__hero-description {
        font-size: 1.1em;
      }
      .page-188betlink__section {
        padding: 40px 0;
      }
      .page-188betlink__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        bottom: 15px;
        justify-content: space-around;
      }
      .page-188betlink__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 1em;
      }
      .page-188betlink__game-grid,
      .page-188betlink__promo-grid,
      .page-188betlink__provider-grid,
      .page-188betlink__advantages-grid {
        grid-template-columns: 1fr;
      }
      .page-188betlink__game-card-image,
      .page-188betlink__promo-image {
        height: 180px !important;
      }
      .page-188betlink__faq-question {
        padding: 15px 20px;
      }
      .page-188betlink__faq-question h3 {
        font-size: 1.1em;
      }
      .page-188betlink__faq-answer {
        padding: 0 20px;
      }
      .page-188betlink__faq-item.active .page-188betlink__faq-answer {
        padding: 15px 20px !important;
      }
    }

    /* Ensure all images are responsive and do not exceed container */
    .page-188betlink img {
      max-width: 100% !important;
      height: auto !important;
      display: block; /* Remove extra space below images */
    }

    .page-188betlink__hero-image-wrapper,
    .page-188betlink__game-card-image-wrapper,
    .page-188betlink__promo-image-wrapper,
    .page-188betlink__provider-logo-wrapper,
    .page-188betlink__advantage-icon-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
  