.page-how-can-i-play-roobet-in-the-us {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small padding at the top, assuming body has header offset */
    }

    .page-how-can-i-play-roobet-in-the-us__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* General Section Styling */
    .page-how-can-i-play-roobet-in-the-us section {
      padding: 40px 0;
      text-align: center;
    }

    .page-how-can-i-play-roobet-in-the-us h1,
    .page-how-can-i-play-roobet-in-the-us h2,
    .page-how-can-i-play-roobet-in-the-us h3 {
      color: #ffcc00; /* Gold color for titles */
      margin-bottom: 20px;
    }

    .page-how-can-i-play-roobet-in-the-us h1 {
      font-size: 2.8em;
    }

    .page-how-can-i-play-roobet-in-the-us h2 {
      font-size: 2.2em;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us h3 {
      font-size: 1.6em;
    }

    .page-how-can-i-play-roobet-in-the-us p {
      margin-bottom: 15px;
      color: #d0d0d0;
    }

    .page-how-can-i-play-roobet-in-the-us__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      background-color: #333;
    }

    .page-how-can-i-play-roobet-in-the-us__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-how-can-i-play-roobet-in-the-us__hero-content {
      position: relative;
      z-index: 1;
      text-align: center;
      color: #fff;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      max-width: 800px;
    }

    .page-how-can-i-play-roobet-in-the-us__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #ffeb3b; /* Brighter gold for hero title */
    }

    .page-how-can-i-play-roobet-in-the-us__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-how-can-i-play-roobet-in-the-us__hero-cta,
    .page-how-can-i-play-roobet-in-the-us__access-btn,
    .page-how-can-i-play-roobet-in-the-us__game-cta,
    .page-how-can-i-play-roobet-in-the-us__promo-cta,
    .page-how-can-i-play-roobet-in-the-us__contact-cta,
    .page-how-can-i-play-roobet-in-the-us__blog-read-more {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      white-space: nowrap;
      font-size: 1.1em;
    }

    .page-how-can-i-play-roobet-in-the-us__hero-cta:hover,
    .page-how-can-i-play-roobet-in-the-us__access-btn:hover,
    .page-how-can-i-play-roobet-in-the-us__game-cta:hover,
    .page-how-can-i-play-roobet-in-the-us__promo-cta:hover,
    .page-how-can-i-play-roobet-in-the-us__contact-cta:hover,
    .page-how-can-i-play-roobet-in-the-us__blog-read-more:hover {
      background-color: #e6b800;
      color: #000;
    }

    /* Payment Providers Section */
    .page-how-can-i-play-roobet-in-the-us__payment-providers {
      background-color: #222;
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-how-can-i-play-roobet-in-the-us__payment-title {
      margin-bottom: 30px;
      color: #ffcc00;
      font-size: 1.8em;
    }

    .page-how-can-i-play-roobet-in-the-us__payment-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-how-can-i-play-roobet-in-the-us__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
    }

    /* Introduction Section */
    .page-how-can-i-play-roobet-in-the-us__intro-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__intro-text {
      max-width: 800px;
      margin: 0 auto 40px auto;
      font-size: 1.1em;
    }

    .page-how-can-i-play-roobet-in-the-us__features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__feature-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box;
    }

    .page-how-can-i-play-roobet-in-the-us__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-how-can-i-play-roobet-in-the-us__feature-heading {
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-how-can-i-play-roobet-in-the-us__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* Quick Access Section */
    .page-how-can-i-play-roobet-in-the-us__quick-access-section {
      background-color: #222;
      padding: 50px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__quick-access-description {
      max-width: 700px;
      margin: 0 auto 30px auto;
    }

    .page-how-can-i-play-roobet-in-the-us__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-how-can-i-play-roobet-in-the-us__access-btn {
      font-size: 1em;
      padding: 10px 20px;
    }

    /* Games Section */
    .page-how-can-i-play-roobet-in-the-us__games-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__games-description {
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-how-can-i-play-roobet-in-the-us__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-how-can-i-play-roobet-in-the-us__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      max-width: 100%;
    }

    .page-how-can-i-play-roobet-in-the-us__game-name {
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-how-can-i-play-roobet-in-the-us__game-text {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-how-can-i-play-roobet-in-the-us__game-cta {
      margin: 0 15px 20px;
      font-size: 0.95em;
      padding: 10px 15px;
    }

    /* Promotions Section */
    .page-how-can-i-play-roobet-in-the-us__promotions-section {
      background-color: #222;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__promotions-description {
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-heading {
      color: #ffcc00;
      margin: 20px 15px 10px;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-text {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-how-can-i-play-roobet-in-the-us__promo-cta {
      margin: 0 15px 20px;
      font-size: 0.95em;
      padding: 10px 15px;
    }

    /* Security Section */
    .page-how-can-i-play-roobet-in-the-us__security-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__security-description {
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-how-can-i-play-roobet-in-the-us__security-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__security-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box;
    }

    .page-how-can-i-play-roobet-in-the-us__security-heading {
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-how-can-i-play-roobet-in-the-us__security-text {
      font-size: 0.95em;
      color: #ccc;
    }

    .page-how-can-i-play-roobet-in-the-us__contact-cta {
      margin-top: 40px;
    }

    /* FAQ Section */
    .page-how-can-i-play-roobet-in-the-us__faq-section {
      background-color: #222;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-main-title {
      margin-bottom: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-how-can-i-play-roobet-in-the-us__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #333;
      color: #ffcc00;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-question:hover {
      background-color: #444;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-question-title {
      margin: 0;
      font-size: 1.1em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click */
      text-align: left;
      flex-grow: 1;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent span from blocking click */
      transition: transform 0.3s ease;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-item.active .page-how-can-i-play-roobet-in-the-us__faq-toggle {
      transform: rotate(45deg);
    }

    .page-how-can-i-play-roobet-in-the-us__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #2a2a2a;
      color: #ccc;
      text-align: left;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-item.active .page-how-can-i-play-roobet-in-the-us__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-how-can-i-play-roobet-in-the-us__faq-answer p {
      margin-bottom: 0;
      color: #ccc;
    }

    /* Blog Section */
    .page-how-can-i-play-roobet-in-the-us__blog-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-description {
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: left;
      display: flex;
      flex-direction: column;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-post-title {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.3em;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-post-title a {
      color: #ffcc00;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-post-title a:hover {
      color: #fff;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-excerpt {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-how-can-i-play-roobet-in-the-us__blog-read-more {
      align-self: flex-start;
      font-size: 0.9em;
      padding: 8px 15px;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-how-can-i-play-roobet-in-the-us__hero-title {
        font-size: 2.5em;
      }
      .page-how-can-i-play-roobet-in-the-us h1 {
        font-size: 2.5em;
      }
      .page-how-can-i-play-roobet-in-the-us h2 {
        font-size: 2em;
      }
      .page-how-can-i-play-roobet-in-the-us h3 {
        font-size: 1.4em;
      }
    }

    @media (max-width: 768px) {
      .page-how-can-i-play-roobet-in-the-us__container {
        padding: 15px;
      }
      .page-how-can-i-play-roobet-in-the-us section {
        padding: 30px 0;
      }
      .page-how-can-i-play-roobet-in-the-us__hero-section {
        min-height: 400px;
      }
      .page-how-can-i-play-roobet-in-the-us__hero-title {
        font-size: 2em;
      }
      .page-how-can-i-play-roobet-in-the-us__hero-subtitle {
        font-size: 1em;
      }
      .page-how-can-i-play-roobet-in-the-us__hero-cta {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-how-can-i-play-roobet-in-the-us h1 {
        font-size: 2em;
      }
      .page-how-can-i-play-roobet-in-the-us h2 {
        font-size: 1.8em;
      }
      .page-how-can-i-play-roobet-in-the-us h3 {
        font-size: 1.3em;
      }

      /* Payment Providers Mobile */
      .page-how-can-i-play-roobet-in-the-us__payment-providers {
        flex-direction: column;
        padding: 20px 0;
      }
      .page-how-can-i-play-roobet-in-the-us__payment-logos {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-how-can-i-play-roobet-in-the-us__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
      .page-how-can-i-play-roobet-in-the-us__payment-logo img { /* Not needed for gamelogo, but kept for consistency if it were an img tag */
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
        object-fit: contain;
      }

      /* List items responsiveness */
      .page-how-can-i-play-roobet-in-the-us__features,
      .page-how-can-i-play-roobet-in-the-us__game-categories,
      .page-how-can-i-play-roobet-in-the-us__promo-grid,
      .page-how-can-i-play-roobet-in-the-us__security-features,
      .page-how-can-i-play-roobet-in-the-us__blog-grid {
        flex-direction: column;
        gap: 20px;
      }

      .page-how-can-i-play-roobet-in-the-us__feature-item,
      .page-how-can-i-play-roobet-in-the-us__game-card,
      .page-how-can-i-play-roobet-in-the-us__promo-card,
      .page-how-can-i-play-roobet-in-the-us__security-item,
      .page-how-can-i-play-roobet-in-the-us__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-how-can-i-play-roobet-in-the-us__access-buttons {
        flex-direction: column;
      }

      .page-how-can-i-play-roobet-in-the-us__access-btn {
        width: 100%;
      }

      .page-how-can-i-play-roobet-in-the-us__faq-question {
        padding: 12px 15px;
      }
      .page-how-can-i-play-roobet-in-the-us__faq-question-title {
        font-size: 1em;
      }
      .page-how-can-i-play-roobet-in-the-us__faq-answer {
        padding: 0 15px;
      }
      .page-how-can-i-play-roobet-in-the-us__faq-item.active .page-how-can-i-play-roobet-in-the-us__faq-answer {
        padding: 15px !important;
      }

      /* Image responsiveness */
      .page-how-can-i-play-roobet-in-the-us__hero-image,
      .page-how-can-i-play-roobet-in-the-us__feature-icon,
      .page-how-can-i-play-roobet-in-the-us__game-image,
      .page-how-can-i-play-roobet-in-the-us__promo-image,
      .page-how-can-i-play-roobet-in-the-us__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-how-can-i-play-roobet-in-the-us__game-image,
      .page-how-can-i-play-roobet-in-the-us__promo-image,
      .page-how-can-i-play-roobet-in-the-us__blog-image {
        height: 180px !important; /* Adjust height for smaller screens */
      }

      /* Text wrap for lists and paragraphs */
      .page-how-can-i-play-roobet-in-the-us p,
      .page-how-can-i-play-roobet-in-the-us li,
      .page-how-can-i-play-roobet-in-the-us__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }