
    .page-betvisa88 {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
    }

    .page-betvisa88__header-brand {
      text-align: center;
      background-color: #0d47a1;
      color: #fff;
      padding: 15px 10px;
      font-size: 2.2em;
      font-weight: bold;
      margin-bottom: 20px;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      text-transform: uppercase;
      letter-spacing: 1px;
      padding-top: calc(15px + var(--header-offset, 0px)); /* Adjust for global header */
    }

    .page-betvisa88__floating-buttons {
      position: fixed;
      right: 15px;
      bottom: 80px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-betvisa88__button {
      background-color: #ffcc00;
      color: #0d47a1;
      border: none;
      padding: 12px 20px;
      border-radius: 25px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      min-width: 120px;
    }

    .page-betvisa88__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-betvisa88__button--login {
      background-color: #0d47a1;
      color: #fff;
    }

    .page-betvisa88__button--login:hover {
      background-color: #0a367a;
    }

    .page-betvisa88__section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-betvisa88__section:first-of-type {
        padding-top: 10px;
    }

    .page-betvisa88__section-title {
      color: #0d47a1;
      font-size: 1.8em;
      margin-bottom: 15px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-betvisa88__text-center {
      text-align: center;
    }

    .page-betvisa88__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-betvisa88__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

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

    .page-betvisa88__card {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-betvisa88__card:hover {
      transform: translateY(-5px);
    }

    .page-betvisa88__card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-betvisa88__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-betvisa88__card-title {
      color: #0d47a1;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-betvisa88__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-betvisa88__list-item {
      background-color: #e8f0fe;
      margin-bottom: 10px;
      padding: 12px 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      font-size: 1.05em;
      color: #222;
      box-sizing: border-box;
    }

    .page-betvisa88__list-item::before {
      content: '✓';
      color: #0d47a1;
      font-weight: bold;
      margin-right: 10px;
    }

    .page-betvisa88__payment-grid,
    .page-betvisa88__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 15px;
      margin-top: 20px;
      justify-items: center;
    }

    .page-betvisa88__logo-item {
      padding: 10px;
      background-color: #f0f2f5;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 80px;
    }

    .page-betvisa88__logo-image {
      max-width: 80%;
      height: auto;
      display: block;
    }

    .page-betvisa88__social-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 20px;
    }

    .page-betvisa88__social-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #0d47a1;
      color: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      font-size: 1.5em;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .page-betvisa88__social-link:hover {
      background-color: #ffcc00;
      color: #0d47a1;
    }

    /* FAQ Styles */
    .page-betvisa88__faq-section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-betvisa88__faq-item {
      margin-bottom: 10px;
      border: 1px solid #eee;
      border-radius: 5px;
      overflow: hidden;
    }

    .page-betvisa88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #e8f0fe;
      color: #0d47a1;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-betvisa88__faq-question:hover {
      background-color: #d0e0fb;
    }

    .page-betvisa88__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
      color: #0d47a1;
    }

    .page-betvisa88__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 20px;
      text-align: center;
      pointer-events: none; /* Prevent span from blocking click event on parent */
    }

    .page-betvisa88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #f9f9f9;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-betvisa88__faq-item.active .page-betvisa88__faq-toggle {
      content: '−'; /* Change to minus when active */
    }

    @media (max-width: 768px) {
      .page-betvisa88__header-brand {
        font-size: 1.8em;
        padding-top: calc(10px + var(--header-offset, 0px));
      }

      .page-betvisa88__section-title {
        font-size: 1.5em;
      }

      .page-betvisa88__floating-buttons {
        right: 10px;
        bottom: 70px;
      }

      .page-betvisa88__button {
        padding: 10px 15px;
        font-size: 1em;
        min-width: 100px;
      }

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

      .page-betvisa88__card {
        padding: 15px;
      }

      .page-betvisa88__card-title {
        font-size: 1.2em;
      }

      .page-betvisa88__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-betvisa88__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-betvisa88__image-container,
      .page-betvisa88__card-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-betvisa88__image,
      .page-betvisa88__card-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-betvisa88__payment-grid, .page-betvisa88__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }

      .page-betvisa88__faq-question h3 {
        font-size: 1em;
      }

      .page-betvisa88__faq-answer {
        padding: 15px 10px !important;
      }
    }
  