.page-casino-games {
    padding-top: 10px;
    background-color: #0A0A0A;
    color: #FFF6D6;
    font-family: Arial, sans-serif;
  }

  .page-casino-games__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .page-casino-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  .page-casino-games__hero-content {
    width: 100%;
    max-width: 800px;
  }

  .page-casino-games__hero-title {
    font-size: clamp(2em, 5vw, 3.5em);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #F2C14E;
    letter-spacing: 1px;
  }

  .page-casino-games__hero-description {
    font-size: 1.1em;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #E5E5E5;
  }

  .page-casino-games__hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .page-casino-games__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 150px;
    text-align: center;
    color: #FFF6D6;
    border: none;
    cursor: pointer;
  }

  .page-casino-games__button--primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
  }

  .page-casino-games__button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
  }

  .page-casino-games__button--secondary {
    background-color: transparent;
    border: 2px solid #F2C14E;
    color: #F2C14E;
  }

  .page-casino-games__button--secondary:hover {
    background-color: #F2C14E;
    color: #111111;
    transform: translateY(-2px);
  }

  .page-casino-games__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .page-casino-games__section-title {
    font-size: 2.5em;
    color: #F2C14E;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .page-casino-games__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #E5E5E5;
  }

  .page-casino-games__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
  }

  .page-casino-games__card {
    background-color: #111111;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #3A2A12;
    display: flex;
    flex-direction: column;
  }

  .page-casino-games__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 211, 107, 0.2);
  }

  .page-casino-games__card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  .page-casino-games__card-title {
    font-size: 1.6em;
    color: #FFD36B;
    margin: 20px 15px 10px;
    font-weight: bold;
  }

  .page-casino-games__card-text {
    font-size: 0.95em;
    color: #E5E5E5;
    padding: 0 15px 20px;
    flex-grow: 1;
    line-height: 1.5;
  }

  .page-casino-games__card .page-casino-games__button {
    margin: 0 15px 20px;
    width: calc(100% - 30px);
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
  }

  .page-casino-games__why-choose {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-casino-games__why-choose-image {
    flex: 1;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  .page-casino-games__content-wrapper {
    flex: 2;
    text-align: left;
  }

  .page-casino-games__feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
  }

  .page-casino-games__feature-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .page-casino-games__feature-heading {
    color: #FFD36B;
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .page-casino-games__feature-text {
    color: #E5E5E5;
    font-size: 0.95em;
    line-height: 1.5;
  }

  .page-casino-games__promotions-banner {
    background-color: #111111;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
    margin-bottom: 60px;
    border: 1px solid #3A2A12;
  }

  .page-casino-games__promo-content {
    flex: 1;
    text-align: left;
  }

  .page-casino-games__promo-title {
    font-size: 2em;
    color: #F2C14E;
    margin-bottom: 15px;
  }

  .page-casino-games__promo-description {
    font-size: 1.1em;
    color: #E5E5E5;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .page-casino-games__promo-image {
    flex: 1;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  .page-casino-games__faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page-casino-games__faq-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .page-casino-games__faq-question {
    color: #FFD36B;
    font-size: 1.2em;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .page-casino-games__faq-answer {
    color: #E5E5E5;
    font-size: 0.95em;
    line-height: 1.5;
  }

  .page-casino-games__cta-section {
    background-color: #111111;
    padding: 60px 20px;
    text-align: center;
    margin-top: 60px;
    border-top: 1px solid #3A2A12;
  }

  .page-casino-games__cta-content {
    max-width: 800px;
    margin: 0 auto;
  }

  .page-casino-games__cta-title {
    font-size: 2.5em;
    color: #F2C14E;
    margin-bottom: 20px;
  }

  .page-casino-games__cta-description {
    font-size: 1.1em;
    color: #E5E5E5;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .page-casino-games__cta-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .page-casino-games__hero-title {
      font-size: clamp(1.8em, 8vw, 2.5em);
    }

    .page-casino-games__section-title {
      font-size: 2em;
    }

    .page-casino-games__hero-actions,
    .page-casino-games__cta-actions {
      flex-direction: column;
      align-items: center;
    }

    .page-casino-games__button {
      width: 100%;
      max-width: 300px;
    }

    .page-casino-games__why-choose {
      flex-direction: column;
      text-align: center;
    }

    .page-casino-games__content-wrapper {
      text-align: center;
    }

    .page-casino-games__why-choose-image {
      order: -1; /* Image appears above text on mobile */
      margin-bottom: 30px;
      max-width: 100%;
    }

    .page-casino-games__promotions-banner {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }

    .page-casino-games__promo-content {
      text-align: center;
    }

    .page-casino-games__promo-image {
      max-width: 100%;
      margin-top: 20px;
    }

    /* Ensure content images do not cause horizontal scroll */
    .page-casino-games img {
      max-width: 100%;
      height: auto;
    }

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

    .page-casino-games__card-image {
      min-width: 200px;
      min-height: 200px;
    }
  }

  /* General image size constraint for content area */
  .page-casino-games img {
    min-width: 200px;
    min-height: 200px;
  }