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

  .page-casino-games__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px; /* Small top padding for visual separation from header, main body padding-top is handled by shared.css */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .page-casino-games__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }

  .page-casino-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }

  .page-casino-games__hero-content {
    max-width: 900px;
    padding: 0 20px;
  }

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

  .page-casino-games__hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF6D6;
  }

  .page-casino-games__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
  }

  .page-casino-games__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
  }

  .page-casino-games__section-title {
    font-size: 2.5rem;
    color: #FFD36B;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-weight: bold;
  }

  .page-casino-games__about-section,
  .page-casino-games__live-dealer-section,
  .page-casino-games__promotions-section,
  .page-casino-games__why-choose-us-section,
  .page-casino-games__getting-started-section,
  .page-casino-games__responsible-gaming-section,
  .page-casino-games__download-app-section,
  .page-casino-games__faq-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .page-casino-games__content-wrapper {
    background-color: #111111;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-casino-games__text-content {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 800px;
  }

  .page-casino-games__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .page-casino-games__game-card {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

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

  .page-casino-games__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #3A2A12;
  }

  .page-casino-games__game-card-title {
    font-size: 1.4rem;
    color: #FFD36B;
    margin: 15px 10px 5px 10px;
    font-weight: bold;
  }

  .page-casino-games__game-card-description {
    font-size: 0.95rem;
    color: #FFF6D6;
    padding: 0 15px 15px 15px;
    flex-grow: 1;
  }

  .page-casino-games__game-card-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px 15px 15px;
    transition: background-color 0.3s ease;
  }

  .page-casino-games__game-card-button:hover {
    opacity: 0.9;
  }

  .page-casino-games__view-all-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .page-casino-games__view-all-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
  }

  .page-casino-games__view-all-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
  }

  .page-casino-games__live-dealer-button,
  .page-casino-games__promotions-button,
  .page-casino-games__responsible-gaming-button,
  .page-casino-games__download-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
  }

  .page-casino-games__live-dealer-button:hover,
  .page-casino-games__promotions-button:hover,
  .page-casino-games__responsible-gaming-button:hover,
  .page-casino-games__download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
  }

  .page-casino-games__promotions-image,
  .page-casino-games__download-app-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #3A2A12;
  }

  .page-casino-games__features-grid,
  .page-casino-games__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .page-casino-games__feature-item,
  .page-casino-games__step-item {
    background-color: #111111;
    border: 1px solid #3A2A12;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .page-casino-games__feature-title,
  .page-casino-games__step-title {
    font-size: 1.3rem;
    color: #FFD36B;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .page-casino-games__feature-description,
  .page-casino-games__step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF6D6;
  }

  .page-casino-games__step-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 15px;
    transition: transform 0.3s ease;
  }

  .page-casino-games__step-button:hover {
    transform: translateY(-2px);
  }

  .page-casino-games__faq-list {
    margin-top: 30px;
  }

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

  .page-casino-games__faq-question {
    font-size: 1.15rem;
    color: #FFD36B;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .page-casino-games__faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #FFF6D6;
  }

  @media (max-width: 768px) {
    .page-casino-games__main-title {
      font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

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

    .page-casino-games__hero-description {
      font-size: 1rem;
    }

    .page-casino-games__cta-button,
    .page-casino-games__live-dealer-button,
    .page-casino-games__promotions-button,
    .page-casino-games__responsible-gaming-button,
    .page-casino-games__download-button {
      padding: 12px 25px;
      font-size: 1rem;
    }

    .page-casino-games__game-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-casino-games__features-grid,
    .page-casino-games__steps-grid {
      grid-template-columns: 1fr;
    }

    .page-casino-games__text-content {
      font-size: 0.95rem;
    }

    .page-casino-games__game-card-image {
      height: 180px;
    }

    .page-casino-games__hero-image,
    .page-casino-games__game-card-image,
    .page-casino-games__promotions-image,
    .page-casino-games__download-app-image {
      max-width: 100%;
      height: auto;
    }

    .page-casino-games__about-section img,
    .page-casino-games__featured-games-section img,
    .page-casino-games__live-dealer-section img,
    .page-casino-games__promotions-section img,
    .page-casino-games__why-choose-us-section img,
    .page-casino-games__getting-started-section img,
    .page-casino-games__responsible-gaming-section img,
    .page-casino-games__download-app-section img,
    .page-casino-games__faq-section img {
      max-width: 100%;
      height: auto;
      min-width: 200px;
      min-height: 200px;
    }

    .page-casino-games img {
      max-width: 100%;
      height: auto;
    }

    /* Enforce minimum image size for content area images */
    .page-casino-games__game-card-image,
    .page-casino-games__promotions-image,
    .page-casino-games__download-app-image {
      min-width: 200px;
      min-height: 200px;
    }

    @media (max-width: 768px) {
      .page-casino-games img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  }