.page-22bet-brazil {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f0f2f5;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    /* Fallback for header offset if not handled by shared.css */
    .page-22bet-brazil {
      padding-top: var(--header-offset, 122px);
    }

    .page-22bet-brazil__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .page-22bet-brazil__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-22bet-brazil__section-title {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-22bet-brazil__section-title--light {
      color: #ecf0f1;
    }

    .page-22bet-brazil__text-content {
      text-align: justify;
      margin-bottom: 20px;
      font-size: 1.1em;
    }

    .page-22bet-brazil__button-container {
      text-align: center;
      margin-top: 30px;
    }

    .page-22bet-brazil__btn {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      margin: 5px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .page-22bet-brazil__btn:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }

    .page-22bet-brazil__btn--secondary {
      background-color: #3498db;
    }

    .page-22bet-brazil__btn--secondary:hover {
      background-color: #2980b9;
    }

    .page-22bet-brazil__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px 20px;
      background-color: #1a1a1a;
      overflow: hidden;
      border-radius: 0;
      margin-bottom: 0;
      box-shadow: none;
    }

    .page-22bet-brazil__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.5;
    }

    .page-22bet-brazil__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding-top: 50px;
    }

    .page-22bet-brazil__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #f39c12;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-22bet-brazil__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #ecf0f1;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

    .page-22bet-brazil__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: #2c3e50;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
      z-index: 1000;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .page-22bet-brazil__floating-btn {
      flex: 1;
      text-align: center;
      background-color: #f39c12;
      color: #fff;
      padding: 10px 0;
      margin: 0 5px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      font-size: 1.1em;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .page-22bet-brazil__floating-btn:hover {
      background-color: #e67e22;
    }

    .page-22bet-brazil__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-items: center; /* Center items in the grid */
    }

    .page-22bet-brazil__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      text-align: center;
      width: 100%;
      max-width: 350px;
    }

    .page-22bet-brazil__game-card:hover {
      transform: translateY(-5px);
    }

    .page-22bet-brazil__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-22bet-brazil__game-card-content {
      padding: 15px;
    }

    .page-22bet-brazil__game-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #2c3e50;
    }

    .page-22bet-brazil__game-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-22bet-brazil__game-card-button {
      background-color: #e74c3c;
      color: #fff;
      padding: 8px 15px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-22bet-brazil__game-card-button:hover {
      background-color: #c0392b;
    }

    .page-22bet-brazil__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-22bet-brazil__list-item {
      background-color: #ecf0f1;
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.08);
      display: flex;
      align-items: center;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-22bet-brazil__list-item strong {
      color: #e74c3c;
      margin-right: 10px;
    }

    .page-22bet-brazil__faq-container {
      margin-top: 40px;
    }

    .page-22bet-brazil__faq-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .page-22bet-brazil__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e0e0e0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-22bet-brazil__faq-question:hover {
      background-color: #d5d5d5;
    }

    .page-22bet-brazil__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: #2c3e50;
    }

    .page-22bet-brazil__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
      color: #e74c3c;
    }

    .page-22bet-brazil__faq-item.active .page-22bet-brazil__faq-toggle {
      transform: rotate(45deg);
    }

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

    .page-22bet-brazil__faq-item.active .page-22bet-brazil__faq-answer {
      max-height: 2000px !important; /* Large enough to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-22bet-brazil__provider-logo {
      display: inline-block;
      margin: 10px;
      vertical-align: middle;
      max-width: 120px;
      height: auto;
      filter: grayscale(80%); /* Allowed if not changing original color fundamentally but for style */
      transition: filter 0.3s ease;
    }

    .page-22bet-brazil__provider-logo:hover {
      filter: grayscale(0%);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-22bet-brazil__section {
        padding: 20px 15px;
      }

      .page-22bet-brazil__section-title {
        font-size: 2em;
      }

      .page-22bet-brazil__hero-content {
        padding-top: 30px;
      }

      .page-22bet-brazil__hero-title {
        font-size: 2.2em;
      }

      .page-22bet-brazil__hero-subtitle {
        font-size: 1.2em;
      }

      .page-22bet-brazil__floating-buttons {
        padding: 8px 0;
      }

      .page-22bet-brazil__floating-btn {
        font-size: 1em;
        padding: 8px 0;
      }

      .page-22bet-brazil__game-grid {
        grid-template-columns: 1fr;
      }

      .page-22bet-brazil__game-card {
        max-width: 95%;
      }

      .page-22bet-brazil__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        font-size: 0.95em;
      }
      .page-22bet-brazil__list-item strong {
        min-width: 80px;
      }

      .page-22bet-brazil__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-22bet-brazil__faq-answer {
        padding: 15px 15px !important;
      }

      .page-22bet-brazil__provider-logo {
        max-width: 90px;
        margin: 5px;
      }
    }

    @media (max-width: 480px) {
      .page-22bet-brazil__hero-title {
        font-size: 1.8em;
      }

      .page-22bet-brazil__hero-subtitle {
        font-size: 1em;
      }

      .page-22bet-brazil__floating-btn {
        font-size: 0.9em;
        padding: 7px 0;
      }
    }

    /* Ensure color contrast */
    .page-22bet-brazil__section-title {
        color: #2c3e50; /* Dark blue */
    }
    .page-22bet-brazil__text-content {
        color: #333; /* Dark grey */
    }
    .page-22bet-brazil__hero-title {
        color: #f39c12; /* Orange-yellow */
    }
    .page-22bet-brazil__hero-subtitle {
        color: #ecf0f1; /* Light grey */
    }
    .page-22bet-brazil__btn {
        background-color: #e74c3c; /* Red */
        color: #fff; /* White */
    }
    .page-22bet-brazil__btn--secondary {
        background-color: #3498db; /* Blue */
        color: #fff; /* White */
    }
    .page-22bet-brazil__floating-btn {
        background-color: #f39c12; /* Orange-yellow */
        color: #fff; /* White */
    }
    .page-22bet-brazil__game-card-title {
        color: #2c3e50; /* Dark blue */
    }
    .page-22bet-brazil__game-card-description {
        color: #555; /* Medium grey */
    }
    .page-22bet-brazil__game-card-button {
        background-color: #e74c3c; /* Red */
        color: #fff; /* White */
    }
    .page-22bet-brazil__list-item {
        background-color: #ecf0f1; /* Light grey */
        color: #333; /* Dark grey */
    }
    .page-22bet-brazil__list-item strong {
        color: #e74c3c; /* Red */
    }
    .page-22bet-brazil__faq-question {
        background-color: #e0e0e0; /* Light grey */
        color: #333; /* Dark grey */
    }
    .page-22bet-brazil__faq-question h3 {
        color: #2c3e50; /* Dark blue */
    }
    .page-22bet-brazil__faq-toggle {
        color: #e74c3c; /* Red */
    }
    .page-22bet-brazil__faq-answer {
        color: #555; /* Medium grey */
    }