.page-blog-latest-casino-games-8fbet {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text for light body background */
  line-height: 1.6;
}

.page-blog-latest-casino-games-8fbet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-latest-casino-games-8fbet__section-title {
  font-size: 2.5em;
  color: #C91F17;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

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

/* Hero Section */
.page-blog-latest-casino-games-8fbet__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Consistent with header offset rule */
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-blog-latest-casino-games-8fbet__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for desktop hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-latest-casino-games-8fbet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover for desktop, will change to contain for mobile */
  max-height: 600px;
}

.page-blog-latest-casino-games-8fbet__hero-content {
  max-width: 900px;
  padding: 40px 20px;
  z-index: 1;
}

.page-blog-latest-casino-games-8fbet__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  color: #FFF5E1; /* Text Main */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-latest-casino-games-8fbet__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFF5E1;
}

/* Buttons */
.page-blog-latest-casino-games-8fbet__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
  color: #7A0E0E; /* Deep Red for text on gold button */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-casino-games-8fbet__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-latest-casino-games-8fbet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid #F2B544; /* Border color */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-casino-games-8fbet__btn-secondary:hover {
  background: #7A0E0E; /* Deep Red */
  border-color: #FFCC66; /* Glow */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* About Section */
.page-blog-latest-casino-games-8fbet__about-section {
  padding: 60px 0;
  background-color: #ffffff; /* Light background */
  color: #333333;
}

/* Games Section */
.page-blog-latest-casino-games-8fbet__games-section {
  padding: 60px 0;
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main */
}

.page-blog-latest-casino-games-8fbet__text-main {
  color: #FFF5E1;
}

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

.page-blog-latest-casino-games-8fbet__game-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #F2B544; /* Border color */
  display: flex;
  flex-direction: column;
  color: #FFF5E1; /* Text Main */
}

.page-blog-latest-casino-games-8fbet__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-latest-casino-games-8fbet__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 2px solid #F2B544; /* Border color */
}

.page-blog-latest-casino-games-8fbet__game-title {
  font-size: 1.5em;
  margin: 20px 15px 10px;
  color: #FFCC66; /* Glow */
}

.page-blog-latest-casino-games-8fbet__game-description {
  font-size: 0.95em;
  margin: 0 15px 20px;
  flex-grow: 1;
}

.page-blog-latest-casino-games-8fbet__game-card .page-blog-latest-casino-games-8fbet__btn-secondary {
  margin-top: auto;
  align-self: center;
}

/* Benefits Section */
.page-blog-latest-casino-games-8fbet__benefits-section {
  padding: 60px 0;
  background-color: #ffffff; /* Light background */
  color: #333333;
}

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

.page-blog-latest-casino-games-8fbet__benefit-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-blog-latest-casino-games-8fbet__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-latest-casino-games-8fbet__benefit-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-latest-casino-games-8fbet__benefit-title {
  font-size: 1.4em;
  color: #C91F17;
  margin-bottom: 10px;
}

.page-blog-latest-casino-games-8fbet__benefit-description {
  font-size: 1em;
  color: #555555;
}

/* CTA Section */
.page-blog-latest-casino-games-8fbet__cta-section {
  padding: 80px 0;
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main */
  text-align: center;
}

.page-blog-latest-casino-games-8fbet__cta-section .page-blog-latest-casino-games-8fbet__section-title {
  color: #FFF5E1; /* Text Main */
}

.page-blog-latest-casino-games-8fbet__button-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* FAQ Section */
.page-blog-latest-casino-games-8fbet__faq-section {
  padding: 60px 0;
  background-color: #ffffff; /* Light background */
  color: #333333;
}

.page-blog-latest-casino-games-8fbet__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-latest-casino-games-8fbet__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-latest-casino-games-8fbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #C91F17;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-blog-latest-casino-games-8fbet__faq-item[open] .page-blog-latest-casino-games-8fbet__faq-question {
  border-bottom: 1px solid #C91F17;
}

.page-blog-latest-casino-games-8fbet__faq-question::-webkit-details-marker, /* Hide default marker */
.page-blog-latest-casino-games-8fbet__faq-question::marker {
  display: none;
}

.page-blog-latest-casino-games-8fbet__faq-qtext {
  flex-grow: 1;
}

.page-blog-latest-casino-games-8fbet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-latest-casino-games-8fbet__faq-item[open] .page-blog-latest-casino-games-8fbet__faq-toggle {
  transform: rotate(45deg); /* Change + to X or similar */
}

.page-blog-latest-casino-games-8fbet__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
}

/* Contact Section */
.page-blog-latest-casino-games-8fbet__contact-section {
  padding: 60px 0;
  background-color: #f5f5f5; /* Light background */
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-latest-casino-games-8fbet__container {
    padding: 15px;
  }

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

  .page-blog-latest-casino-games-8fbet__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-latest-casino-games-8fbet__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-latest-casino-games-8fbet__game-image {
    height: 180px;
  }

  .page-blog-latest-casino-games-8fbet__benefit-icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  /* General content area padding and sizing */
  .page-blog-latest-casino-games-8fbet__container,
  .page-blog-latest-casino-games-8fbet__hero-section,
  .page-blog-latest-casino-games-8fbet__about-section,
  .page-blog-latest-casino-games-8fbet__games-section,
  .page-blog-latest-casino-games-8fbet__benefits-section,
  .page-blog-latest-casino-games-8fbet__cta-section,
  .page-blog-latest-casino-games-8fbet__faq-section,
  .page-blog-latest-casino-games-8fbet__contact-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  /* Hero Section */
  .page-blog-latest-casino-games-8fbet__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-latest-casino-games-8fbet__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-latest-casino-games-8fbet__hero-image {
    object-fit: contain !important; /* Mobile hero image: contain, not cover */
    height: auto !important;
    max-height: none !important;
  }

  .page-blog-latest-casino-games-8fbet__hero-content {
    padding: 30px 15px;
  }

  .page-blog-latest-casino-games-8fbet__main-title {
    font-size: clamp(1.5em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-latest-casino-games-8fbet__intro-text {
    font-size: 1em;
    margin-bottom: 25px;
  }

  /* Buttons */
  .page-blog-latest-casino-games-8fbet__btn-primary,
  .page-blog-latest-casino-games-8fbet__btn-secondary,
  .page-blog-latest-casino-games-8fbet a[class*="button"],
  .page-blog-latest-casino-games-8fbet a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
  }

  .page-blog-latest-casino-games-8fbet__button-group {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Section Titles */
  .page-blog-latest-casino-games-8fbet__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-latest-casino-games-8fbet__text-block {
    font-size: 1em;
  }

  /* Games Section */
  .page-blog-latest-casino-games-8fbet__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-latest-casino-games-8fbet__game-card {
    padding-bottom: 15px;
  }

  .page-blog-latest-casino-games-8fbet__game-image {
    height: 200px !important; /* Keep a decent height for game cards */
    object-fit: cover !important;
  }

  .page-blog-latest-casino-games-8fbet__game-title {
    font-size: 1.3em;
    margin: 15px 10px 8px;
  }

  .page-blog-latest-casino-games-8fbet__game-description {
    font-size: 0.9em;
    margin: 0 10px 15px;
  }

  /* Benefits Section */
  .page-blog-latest-casino-games-8fbet__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-latest-casino-games-8fbet__benefit-item {
    padding: 25px;
  }

  .page-blog-latest-casino-games-8fbet__benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .page-blog-latest-casino-games-8fbet__benefit-title {
    font-size: 1.2em;
  }

  /* FAQ Section */
  .page-blog-latest-casino-games-8fbet__faq-question {
    padding: 15px;
    font-size: 1.1em;
  }

  .page-blog-latest-casino-games-8fbet__faq-answer {
    padding: 15px;
    font-size: 0.95em;
  }

  /* Image responsive for all content images */
  .page-blog-latest-casino-games-8fbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}