.page-opiniones-sobre-22bet {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Dark background for betting theme */
      line-height: 1.6;
      padding-bottom: 20px; /* General padding for main content */
    }

    .page-opiniones-sobre-22bet__hero-section {
      position: relative;
      width: 100%;
      padding: 10px 20px 40px; /* Small top padding, larger bottom for content */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-opiniones-sobre-22bet__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-opiniones-sobre-22bet__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.4); /* Darken image for text readability */
    }

    .page-opiniones-sobre-22bet__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
      border-radius: 10px;
    }

    .page-opiniones-sobre-22bet__hero-title {
      font-size: 2.2em;
      color: #ffcc00; /* Gold/yellow for highlights */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-opiniones-sobre-22bet__hero-description {
      font-size: 1.1em;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .page-opiniones-sobre-22bet__cta-button {
      display: inline-block;
      background-color: #007bff; /* Blue for primary action */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    }

    .page-opiniones-sobre-22bet__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-opiniones-sobre-22bet__section-title {
      font-size: 1.8em;
      color: #ffcc00;
      text-align: center;
      margin: 40px 20px 30px;
      padding-bottom: 10px;
      border-bottom: 2px solid rgba(255, 204, 0, 0.3);
    }

    .page-opiniones-sobre-22bet__section-text {
      font-size: 1em;
      color: #cccccc;
      max-width: 800px;
      margin: 0 auto 30px;
      padding: 0 20px;
      text-align: center;
    }

    .page-opiniones-sobre-22bet__overview-section {
      padding: 20px 0;
      background-color: #16213e;
    }

    .page-opiniones-sobre-22bet__overview-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-opiniones-sobre-22bet__overview-item {
      background-color: #0f3460;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-opiniones-sobre-22bet__overview-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
      object-fit: cover;
    }

    .page-opiniones-sobre-22bet__overview-item-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-opiniones-sobre-22bet__overview-item-text {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-opiniones-sobre-22bet__testimonials-section {
      padding: 40px 0;
      background-color: #1a1a2e;
    }

    .page-opiniones-sobre-22bet__testimonials-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-opiniones-sobre-22bet__testimonial-card {
      background-color: #0f3460;
      padding: 25px;
      border-left: 5px solid #ffcc00;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-opiniones-sobre-22bet__testimonial-text {
      font-style: italic;
      font-size: 1em;
      color: #ffffff;
      margin-bottom: 15px;
    }

    .page-opiniones-sobre-22bet__testimonial-author {
      display: block;
      text-align: right;
      font-weight: bold;
      color: #ffcc00;
      font-size: 0.9em;
    }

    .page-opiniones-sobre-22bet__faq-section {
      padding: 40px 0;
      background-color: #16213e;
    }

    .page-opiniones-sobre-22bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-opiniones-sobre-22bet__faq-item {
      background-color: #0f3460;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-opiniones-sobre-22bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #0a2342;
      color: #ffffff;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-opiniones-sobre-22bet__faq-question:hover {
      background-color: #0e305d;
    }

    .page-opiniones-sobre-22bet__faq-question-text {
      margin: 0;
      font-size: 1.1em;
      color: #ffcc00;
      flex-grow: 1;
      pointer-events: none; /* Prevent text from blocking click event on parent */
    }

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

    .page-opiniones-sobre-22bet__faq-item.active .page-opiniones-sobre-22bet__faq-toggle {
      transform: rotate(45deg); /* Plus to Minus visual effect */
    }

    .page-opiniones-sobre-22bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #0f3460;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-opiniones-sobre-22bet__faq-item.active .page-opiniones-sobre-22bet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large for content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-opiniones-sobre-22bet__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-opiniones-sobre-22bet__cta-banner {
      background: linear-gradient(90deg, #0f3460, #1a1a2e);
      padding: 40px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      max-width: 1200px;
      margin: 40px auto;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-opiniones-sobre-22bet__cta-content {
      max-width: 700px;
    }

    .page-opiniones-sobre-22bet__cta-title {
      font-size: 2em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-opiniones-sobre-22bet__cta-description {
      font-size: 1.1em;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .page-opiniones-sobre-22bet__cta-buttons {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
    }

    .page-opiniones-sobre-22bet__cta-button--secondary {
      background-color: #333;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-opiniones-sobre-22bet__cta-button--secondary:hover {
      background-color: #555;
    }

    .page-opiniones-sobre-22bet__cta-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
      object-fit: cover;
    }

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-opiniones-sobre-22bet__hero-title {
        font-size: 3em;
      }

      .page-opiniones-sobre-22bet__hero-description {
        font-size: 1.2em;
      }

      .page-opiniones-sobre-22bet__section-title {
        font-size: 2.5em;
      }

      .page-opiniones-sobre-22bet__overview-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .page-opiniones-sobre-22bet__testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .page-opiniones-sobre-22bet__cta-banner {
        flex-direction: row;
        text-align: left;
      }

      .page-opiniones-sobre-22bet__cta-content {
        flex: 1;
        padding-right: 30px;
      }

      .page-opiniones-sobre-22bet__cta-buttons {
        flex-direction: row;
        justify-content: flex-start;
      }

      .page-opiniones-sobre-22bet__cta-image {
        max-width: 40%;
      }
    }

    @media (min-width: 1024px) {
      .page-opiniones-sobre-22bet__testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Mobile-specific list item and image rules */
    @media (max-width: 768px) {
      /* Ensure all images are responsive */
      .page-opiniones-sobre-22bet__hero-image,
      .page-opiniones-sobre-22bet__overview-image,
      .page-opiniones-sobre-22bet__cta-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List items (overview grid items, testimonial cards) */
      .page-opiniones-sobre-22bet__overview-item,
      .page-opiniones-sobre-22bet__testimonial-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
      }

      /* List containers */
      .page-opiniones-sobre-22bet__overview-grid,
      .page-opiniones-sobre-22bet__testimonials-grid,
      .page-opiniones-sobre-22bet__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px !important; /* Adjust padding for mobile */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Text wrapping for list items and general content */
      .page-opiniones-sobre-22bet__overview-item-text,
      .page-opiniones-sobre-22bet__testimonial-text,
      .page-opiniones-sobre-22bet__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-opiniones-sobre-22bet__hero-title {
        font-size: 1.8em;
      }

      .page-opiniones-sobre-22bet__hero-description {
        font-size: 1em;
      }

      .page-opiniones-sobre-22bet__section-title {
        font-size: 1.5em;
      }

      .page-opiniones-sobre-22bet__cta-title {
        font-size: 1.6em;
      }

      .page-opiniones-sobre-22bet__cta-buttons {
        flex-direction: column;
      }
    }