/* style/blog-fc178-latest-casino-games-review.css */

/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-fc178-latest-casino-games-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main - light color for dark background */
  background-color: transparent; /* Rely on body background from shared.css */
  padding-bottom: 40px; /* Add some padding at the bottom before the footer */
}

/* Container for main content areas */
.page-blog-fc178-latest-casino-games-review__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; /* Consistent horizontal padding */
  box-sizing: border-box;
}

/* Section styling */
.page-blog-fc178-latest-casino-games-review__section {
  padding: 60px 0;
  text-align: center;
}

/* Specific padding for the first section to account for fixed header, only a small top margin */
.page-blog-fc178-latest-casino-games-review__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Ensure no overflow from image */
}

.page-blog-fc178-latest-casino-games-review__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-fc178-latest-casino-games-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Ensure image covers the area */
}

.page-blog-fc178-latest-casino-games-review__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}

/* Titles */
.page-blog-fc178-latest-casino-games-review__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #FFD36B; /* Glow color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-fc178-latest-casino-games-review__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #F2C14E; /* Main color for section titles */
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-fc178-latest-casino-games-review__game-card-title,
.page-blog-fc178-latest-casino-games-review__feature-title,
.page-blog-fc178-latest-casino-games-review__faq-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E; /* Main color for sub-titles */
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Paragraphs and text blocks */
.page-blog-fc178-latest-casino-games-review__hero-description,
.page-blog-fc178-latest-casino-games-review__text-block {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
}

/* Buttons */
.page-blog-fc178-latest-casino-games-review__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111; /* Dark text for light button background */
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%; /* Ensure button responsiveness */
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-fc178-latest-casino-games-review__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4); /* Glow effect */
}

.page-blog-fc178-latest-casino-games-review__cta-button--centered {
  margin: 30px auto 0 auto;
  display: block;
  max-width: 300px;
}

.page-blog-fc178-latest-casino-games-review__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-blog-fc178-latest-casino-games-review__cta-button--secondary {
  background: transparent;
  border: 2px solid #F2C14E; /* Main color for border */
  color: #F2C14E;
}

.page-blog-fc178-latest-casino-games-review__cta-button--secondary:hover {
  background: #F2C14E;
  color: #111111;
  box-shadow: none;
}

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

.page-blog-fc178-latest-casino-games-review__game-card,
.page-blog-fc178-latest-casino-games-review__feature-card {
  background: #111111; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #3A2A12; /* Border */
  transition: transform 0.3s ease;
}

.page-blog-fc178-latest-casino-games-review__game-card:hover,
.page-blog-fc178-latest-casino-games-review__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-fc178-latest-casino-games-review__game-image,
.page-blog-fc178-latest-casino-games-review__feature-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-fc178-latest-casino-games-review__game-card-content {
  padding: 25px;
}

.page-blog-fc178-latest-casino-games-review__image-full-width {
  width: 100%;
  height: auto;
  max-width: 900px; /* Constrain full width image */
  margin: 0 auto 30px auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* Why Choose List */
.page-blog-fc178-latest-casino-games-review__why-choose-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}