
    /* CSS Styles for page-onbet-bookmaker */
    :root {
      --page-onbet-bookmaker-primary-color: #e44d26; /* A vibrant red/orange */
      --page-onbet-bookmaker-secondary-color: #f7931e; /* A complementary orange */
      --page-onbet-bookmaker-text-color: #333;
      --page-onbet-bookmaker-light-text-color: #f0f0f0;
      --page-onbet-bookmaker-bg-dark: #2c3e50; /* Dark blue-grey for sections */
      --page-onbet-bookmaker-bg-light: #f8f9fa; /* Light background for sections */
      --page-onbet-bookmaker-border-radius: 8px;
      --page-onbet-bookmaker-padding-section: 60px 20px;
      --page-onbet-bookmaker-max-width: 1200px;
    }

    .page-onbet-bookmaker {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-onbet-bookmaker-text-color);
      background-color: #fff;
    }

    .page-onbet-bookmaker__container {
      max-width: var(--page-onbet-bookmaker-max-width);
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__hero-section {
      background: linear-gradient(135deg, var(--page-onbet-bookmaker-primary-color), var(--page-onbet-bookmaker-secondary-color));
      color: var(--page-onbet-bookmaker-light-text-color);
      text-align: center;
      padding: var(--header-offset, 120px) 20px 80px; /* Offset for fixed header */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.2;
    }

    .page-onbet-bookmaker__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-onbet-bookmaker__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: bold;
      color: #fff;
    }

    .page-onbet-bookmaker__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-onbet-bookmaker__button {
      display: inline-block;
      background-color: #fff;
      color: var(--page-onbet-bookmaker-primary-color);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-onbet-bookmaker__button:hover {
      background-color: var(--page-onbet-bookmaker-text-color);
      color: #fff;
      transform: translateY(-3px);
    }

    .page-onbet-bookmaker__section {
      padding: var(--page-onbet-bookmaker-padding-section);
      text-align: center;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__section--light-bg {
      background-color: var(--page-onbet-bookmaker-bg-light);
    }

    .page-onbet-bookmaker__section--dark-bg {
      background-color: var(--page-onbet-bookmaker-bg-dark);
      color: var(--page-onbet-bookmaker-light-text-color);
    }

    .page-onbet-bookmaker__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: var(--page-onbet-bookmaker-primary-color);
      font-weight: bold;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__section-title {
      color: var(--page-onbet-bookmaker-secondary-color);
    }

    .page-onbet-bookmaker__section-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #666;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__section-subtitle {
      color: #ccc;
    }

    .page-onbet-bookmaker__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }

    .page-onbet-bookmaker__card {
      background-color: #fff;
      padding: 30px;
      border-radius: var(--page-onbet-bookmaker-border-radius);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__card {
      background-color: #3e5060;
      color: var(--page-onbet-bookmaker-light-text-color);
    }

    .page-onbet-bookmaker__card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    .page-onbet-bookmaker__card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-onbet-bookmaker__card-title {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: var(--page-onbet-bookmaker-primary-color);
      font-weight: bold;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__card-title {
      color: var(--page-onbet-bookmaker-secondary-color);
    }

    .page-onbet-bookmaker__card-description {
      font-size: 1em;
      color: #555;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__card-description {
      color: #ccc;
    }

    .page-onbet-bookmaker__image-gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-onbet-bookmaker__image-item {
      flex: 1 1 calc(33% - 20px); /* Adjust for 3 columns */
      max-width: calc(33% - 20px);
      background-color: #fff;
      border-radius: var(--page-onbet-bookmaker-border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__image-item img {
      width: 100%;
      height: 250px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
      max-width: 100%;
    }

    .page-onbet-bookmaker__image-item:hover img {
      transform: scale(1.05);
    }

    .page-onbet-bookmaker__image-caption {
      padding: 15px;
      font-weight: bold;
      color: var(--page-onbet-bookmaker-primary-color);
      text-align: center;
    }

    .page-onbet-bookmaker__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-onbet-bookmaker__list-item {
      background-color: #fff;
      padding: 20px 25px;
      border-radius: var(--page-onbet-bookmaker-border-radius);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      font-size: 1.1em;
      font-weight: 500;
      color: var(--page-onbet-bookmaker-text-color);
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background-color 0.3s ease, transform 0.3s ease;
      flex: 1 1 calc(33% - 20px); /* 3 items per row */
      max-width: calc(33% - 20px);
      box-sizing: border-box;
      text-align: left;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__list-item {
      background-color: #3e5060;
      color: var(--page-onbet-bookmaker-light-text-color);
    }

    .page-onbet-bookmaker__list-item:hover {
      background-color: var(--page-onbet-bookmaker-secondary-color);
      color: #fff;
      transform: translateY(-5px);
    }

    .page-onbet-bookmaker__list-item::before {
      content: '✓';
      color: var(--page-onbet-bookmaker-primary-color);
      font-weight: bold;
      font-size: 1.2em;
    }

    .page-onbet-bookmaker__section--dark-bg .page-onbet-bookmaker__list-item::before {
      color: var(--page-onbet-bookmaker-light-text-color);
    }

    .page-onbet-bookmaker__cta-section {
      background: linear-gradient(90deg, var(--page-onbet-bookmaker-primary-color), var(--page-onbet-bookmaker-secondary-color));
      color: var(--page-onbet-bookmaker-light-text-color);
      padding: 80px 20px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__cta-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fff;
    }

    .page-onbet-bookmaker__cta-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      color: #eee;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* FAQ Section Styles */
    .page-onbet-bookmaker__faq-section {
      padding: var(--page-onbet-bookmaker-padding-section);
      background-color: var(--page-onbet-bookmaker-bg-light);
      text-align: center;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__faq-container {
      max-width: 900px;
      margin: 0 auto;
      text-align: left;
    }

    .page-onbet-bookmaker__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: var(--page-onbet-bookmaker-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      color: var(--page-onbet-bookmaker-primary-color);
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-onbet-bookmaker__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-onbet-bookmaker-primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-onbet-bookmaker__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-onbet-bookmaker-secondary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-onbet-bookmaker__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.3s ease;
      color: var(--page-onbet-bookmaker-text-color);
      box-sizing: border-box;
    }

    .page-onbet-bookmaker__faq-item.active .page-onbet-bookmaker__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-onbet-bookmaker__hero-title {
        font-size: 2.8em;
      }
      .page-onbet-bookmaker__hero-description {
        font-size: 1.2em;
      }
      .page-onbet-bookmaker__section-title {
        font-size: 2em;
      }
      .page-onbet-bookmaker__section-subtitle {
        font-size: 1.3em;
      }
      .page-onbet-bookmaker__image-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
      .page-onbet-bookmaker__list-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
      .page-onbet-bookmaker__cta-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      .page-onbet-bookmaker__hero-title {
        font-size: 2.2em;
      }
      .page-onbet-bookmaker__hero-description {
        font-size: 1em;
      }
      .page-onbet-bookmaker__section {
        padding: 40px 15px;
      }
      .page-onbet-bookmaker__section-title {
        font-size: 1.8em;
      }
      .page-onbet-bookmaker__section-subtitle {
        font-size: 1.1em;
      }
      .page-onbet-bookmaker__grid {
        grid-template-columns: 1fr;
      }
      .page-onbet-bookmaker__card {
        padding: 25px;
      }
      .page-onbet-bookmaker__image-gallery {
        flex-direction: column;
        gap: 15px;
      }
      .page-onbet-bookmaker__image-item {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-onbet-bookmaker__image-item img {
        height: 200px; /* Adjust height for mobile */
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-onbet-bookmaker__list {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-onbet-bookmaker__list-item {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-onbet-bookmaker__cta-section {
        padding: 60px 15px;
      }
      .page-onbet-bookmaker__cta-title {
        font-size: 1.8em;
      }
      .page-onbet-bookmaker__cta-description {
        font-size: 1.1em;
      }
      .page-onbet-bookmaker__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-onbet-bookmaker__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-onbet-bookmaker__faq-question h3 {
        font-size: 1.1em;
      }
      .page-onbet-bookmaker__faq-answer {
        padding: 0 20px;
      }
      .page-onbet-bookmaker__faq-item.active .page-onbet-bookmaker__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-onbet-bookmaker__hero-title {
        font-size: 1.8em;
      }
      .page-onbet-bookmaker__hero-description {
        font-size: 0.9em;
      }
      .page-onbet-bookmaker__section-title {
        font-size: 1.5em;
      }
      .page-onbet-bookmaker__cta-title {
        font-size: 1.5em;
      }
      .page-onbet-bookmaker__button {
        font-size: 0.9em;
        padding: 10px 20px;
      }
    }
  