.page-blog-latest-casino-games-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-blog-latest-casino-games-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-latest-casino-games-review__section-padding {
  padding: 60px 0;
}

.page-blog-latest-casino-games-review__dark-section {
  background-color: #111111; /* Card BG, used for alternating sections */
}

.page-blog-latest-casino-games-review__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Primary color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-latest-casino-games-review__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

/* Hero Section */
.page-blog-latest-casino-games-review__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0A0A0A 0%, #111111 100%);
}

.page-blog-latest-casino-games-review__hero-image-container {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-latest-casino-games-review__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-latest-casino-games-review__hero-content {
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-latest-casino-games-review__hero-title {
  font-size: 3.2em;
  color: #FFD36B; /* Auxiliary color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-latest-casino-games-review__hero-description {
  font-size: 1.2em;
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-blog-latest-casino-games-review__hero-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-latest-casino-games-review__hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

/* Lists */
.page-blog-latest-casino-games-review__feature-list,
.page-blog-latest-casino-games-review__bonus-list,
.page-blog-latest-casino-games-review__step-list,
.page-blog-latest-casino-games-review__mobile-features-list,
.page-blog-latest-casino-games-review__support-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-latest-casino-games-review__feature-item,
.page-blog-latest-casino-games-review__bonus-item,
.page-blog-latest-casino-games-review__step-item,
.page-blog-latest-casino-games-review__mobile-feature-item,
.page-blog-latest-casino-games-review__support-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-latest-casino-games-review__feature-item strong,
.page-blog-latest-casino-games-review__bonus-item strong,
.page-blog-latest-casino-games-review__step-item strong,
.page-blog-latest-casino-games-review__mobile-feature-item strong,
.page-blog-latest-casino-games-review__support-item strong {
  color: #F2C14E; /* Primary color for highlights */
  font-size: 1.1em;
}

/* Game Cards Grid */
.page-blog-latest-casino-games-review__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-casino-games-review__game-card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-latest-casino-games-review__game-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-latest-casino-games-review__game-card-title {
  font-size: 1.4em;
  color: #F2C14E; /* Primary color */
  padding: 15px 20px 10px;
  margin: 0;
}

.page-blog-latest-casino-games-review__game-card-description {
  font-size: 0.95em;
  color: #FFF6D6;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-blog-latest-casino-games-review__game-card-button {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 12px 0;
  text-align: center;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-latest-casino-games-review__game-card-button:hover {
  filter: brightness(1.1);
}

/* Category List */
.page-blog-latest-casino-games-review__game-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.page-blog-latest-casino-games-review__game-category-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-blog-latest-casino-games-review__game-category-item:hover {
  transform: translateY(-5px);
}

.page-blog-latest-casino-games-review__category-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.page-blog-latest-casino-games-review__category-icon {
  font-size: 3em;
  display: block;
  margin-bottom: 15px;
  color: #FFD36B; /* Glow color for icons */
}

.page-blog-latest-casino-games-review__category-name {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E;
  display: block;
  margin-bottom: 10px;
}

.page-blog-latest-casino-games-review__category-description {
  font-size: 0.95em;
  color: #FFF6D6;
}

/* CTA Buttons */
.page-blog-latest-casino-games-review__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-latest-casino-games-review__btn-primary,
.page-blog-latest-casino-games-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-latest-casino-games-review__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-latest-casino-games-review__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-latest-casino-games-review__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Primary color */
  border: 2px solid #F2C14E; /* Primary color */
}

.page-blog-latest-casino-games-review__btn-secondary:hover {
  transform: translateY(-3px);
  background-color: rgba(242, 193, 78, 0.1);
}

/* Mobile App Section Layout */
.page-blog-latest-casino-games-review__image-text-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-latest-casino-games-review__mobile-app-image {
  flex: 1 1 40%;
  min-width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-casino-games-review__mobile-features-list {
  flex: 1 1 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* FAQ Section */
.page-blog-latest-casino-games-review__faq-list {
  margin-top: 40px;
}

.page-blog-latest-casino-games-review__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-blog-latest-casino-games-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #1a1a1a; /* Slightly darker for question header */
  color: #F2C14E; /* Primary color for questions */
  font-size: 1.15em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-latest-casino-games-review__faq-question:hover {
  background-color: #222222;
}

.page-blog-latest-casino-games-review__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD36B; /* Glow color */
}

.page-blog-latest-casino-games-review__faq-item.active .page-blog-latest-casino-games-review__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-latest-casino-games-review__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-blog-latest-casino-games-review__faq-item.active .page-blog-latest-casino-games-review__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-latest-casino-games-review__hero-title {
    font-size: 2.8em;
  }

  .page-blog-latest-casino-games-review__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-latest-casino-games-review {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 100px) !important; /* Mobile fixed header spacing */
  }

  .page-blog-latest-casino-games-review__section-padding {
    padding: 40px 0;
  }

  .page-blog-latest-casino-games-review__hero-title {
    font-size: 2.2em;
  }

  .page-blog-latest-casino-games-review__hero-description {
    font-size: 1em;
  }

  .page-blog-latest-casino-games-review__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-latest-casino-games-review__game-cards-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-latest-casino-games-review__game-card-image {
    height: 200px;
  }

  .page-blog-latest-casino-games-review__image-text-layout {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-latest-casino-games-review__mobile-app-image {
    min-width: unset;
    width: 100%;
  }

  .page-blog-latest-casino-games-review__cta-wrapper {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-latest-casino-games-review__btn-primary,
  .page-blog-latest-casino-games-review__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Ensure all images are responsive */
  .page-blog-latest-casino-games-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-latest-casino-games-review__container,
  .page-blog-latest-casino-games-review__game-card,
  .page-blog-latest-casino-games-review__game-category-item,
  .page-blog-latest-casino-games-review__feature-item,
  .page-blog-latest-casino-games-review__bonus-item,
  .page-blog-latest-casino-games-review__step-item,
  .page-blog-latest-casino-games-review__mobile-feature-item,
  .page-blog-latest-casino-games-review__support-item,
  .page-blog-latest-casino-games-review__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-latest-casino-games-review__hero-section {
    padding-top: var(--header-offset, 100px) !important; /* Mobile hero padding */
    padding-bottom: 40px;
  }

  .page-blog-latest-casino-games-review__hero-content {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .page-blog-latest-casino-games-review__hero-title {
    font-size: 1.8em;
  }

  .page-blog-latest-casino-games-review__section-title {
    font-size: 1.5em;
  }

  .page-blog-latest-casino-games-review__hero-cta-button,
  .page-blog-latest-casino-games-review__btn-primary,
  .page-blog-latest-casino-games-review__btn-secondary {
    font-size: 1em;
    padding: 12px 20px;
  }
}