
    /* Base styles for the specific page */
    .page-yy777-cim {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
    }

    .page-yy777-cim__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-yy777-cim__hero-section {
      text-align: center;
      padding: 60px 20px 40px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding */
      box-sizing: border-box;
    }

    .page-yy777-cim__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-yy777-cim__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: bold;
      color: #fff;
    }

    .page-yy777-cim__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-yy777-cim__hero-button {
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

    .page-yy777-cim__hero-button:hover {
      background-color: #e6a724;
      transform: translateY(-3px);
    }

    .page-yy777-cim__hero-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      margin-top: 40px;
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    /* Section Styling */
    .page-yy777-cim__section {
      padding: 60px 0;
      text-align: center;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-yy777-cim__section:nth-of-type(even) {
      background-color: #fcfcfc;
    }

    .page-yy777-cim__section-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #1a2a6c;
      font-weight: bold;
    }

    .page-yy777-cim__section-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px;
      color: #555;
    }

    /* Features Section */
    .page-yy777-cim__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-cim__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      border-left: 5px solid #b21f1f;
      box-sizing: border-box;
    }

    .page-yy777-cim__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-yy777-cim__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: 0;
    }

    .page-yy777-cim__feature-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-yy777-cim__feature-description {
      font-size: 1em;
      color: #666;
    }

    /* Game Providers Section */
    .page-yy777-cim__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-content: center;
    }

    .page-yy777-cim__provider-logo {
      width: 100%;
      max-width: 180px;
      height: auto;
      object-fit: contain;
      filter: grayscale(0%); /* Ensure no color changes */
      transition: transform 0.3s ease;
      display: block;
      margin: 0 auto;
    }

    .page-yy777-cim__provider-logo:hover {
      transform: scale(1.05);
    }

    /* Payment Methods Section */
    .page-yy777-cim__payment-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-yy777-cim__payment-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      min-width: 200px;
      flex-basis: calc(33% - 20px);
      box-sizing: border-box;
    }

    .page-yy777-cim__payment-icon {
      width: 60px;
      height: 40px;
      object-fit: contain;
      filter: grayscale(0%); /* Ensure no color changes */
    }

    .page-yy777-cim__payment-name {
      font-weight: bold;
      color: #333;
      font-size: 1.1em;
    }

    /* Promotions Section */
    .page-yy777-cim__promo-card {
      background: linear-gradient(45deg, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 30px;
      border-radius: 15px;
      margin-top: 40px;
      text-align: left;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-yy777-cim__promo-title {
      font-size: 2em;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-yy777-cim__promo-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      line-height: 1.8;
    }

    .page-yy777-cim__promo-button {
      background-color: #1a2a6c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      border: none;
      cursor: pointer;
    }

    .page-yy777-cim__promo-button:hover {
      background-color: #0d1a4a;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-yy777-cim__faq-section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-yy777-cim__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-yy777-cim__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-yy777-cim__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #1a2a6c;
      color: #fff;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-yy777-cim__faq-question:hover {
      background-color: #2b3e8c;
    }

    .page-yy777-cim__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
      color: #fff; /* Ensure h3 text is white */
    }

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

    .page-yy777-cim__faq-item.active .page-yy777-cim__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or similar effect */
    }

    .page-yy777-cim__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #eef2f5;
      color: #333;
      font-size: 1em;
      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-yy777-cim__faq-item.active .page-yy777-cim__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* General Content */
    .page-yy777-cim__content-text {
      font-size: 1.1em;
      color: #444;
      max-width: 800px;
      margin: 0 auto 20px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-yy777-cim__hero-title {
        font-size: 3em;
      }
      .page-yy777-cim__hero-subtitle {
        font-size: 1.3em;
      }
      .page-yy777-cim__section-title {
        font-size: 2.2em;
      }
      .page-yy777-cim__features-grid,
      .page-yy777-cim__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      .page-yy777-cim__payment-item {
        flex-basis: calc(50% - 20px);
      }
    }

    @media (max-width: 768px) {
      .page-yy777-cim__hero-section {
        padding: 40px 15px 30px;
      }
      .page-yy777-cim__hero-title {
        font-size: 2.5em;
      }
      .page-yy777-cim__hero-subtitle {
        font-size: 1.1em;
      }
      .page-yy777-cim__hero-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-yy777-cim__section {
        padding: 40px 0;
      }
      .page-yy777-cim__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }
      .page-yy777-cim__features-grid,
      .page-yy777-cim__providers-grid {
        grid-template-columns: 1fr;
      }
      .page-yy777-cim__feature-item {
        padding: 25px;
      }
      .page-yy777-cim__payment-item {
        flex-basis: 100% !important;
        padding: 15px;
      }
      .page-yy777-cim__promo-card {
        padding: 25px;
      }
      .page-yy777-cim__promo-title {
        font-size: 1.8em;
      }
      .page-yy777-cim__promo-description {
        font-size: 1em;
      }
      .page-yy777-cim__faq-question {
        padding: 18px 20px;
        font-size: 1.1em;
      }
      .page-yy777-cim__faq-answer {
        padding: 0 20px;
      }
      .page-yy777-cim__faq-item.active .page-yy777-cim__faq-answer {
        padding: 15px 20px !important;
      }
      .page-yy777-cim__container {
        padding: 15px;
      }
      /* List item responsive styles */
      .page-yy777-cim__features-grid,
      .page-yy777-cim__providers-grid,
      .page-yy777-cim__payment-grid,
      .page-yy777-cim__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-yy777-cim__feature-item,
      .page-yy777-cim__provider-logo,
      .page-yy777-cim__payment-item,
      .page-yy777-cim__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-cim__hero-title {
        font-size: 2em;
      }
      .page-yy777-cim__section-title {
        font-size: 1.8em;
      }
      .page-yy777-cim__hero-image {
        margin-top: 30px;
      }
    }
  