/* style/blog-fcb8-gaming-experience-with-88k-bonus-strategy.css */
/* Body background is #0D0E12, main text color is #FFF3E6 */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Main text color */
  background-color: #0D0E12; /* Overall page background */
  padding-bottom: 60px; /* Ensure space above footer */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0D0E12;
  overflow: hidden;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  z-index: 1;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  color: #FFB04D; /* Glow color for title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 176, 77, 0.5); /* Subtle glow */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-primary,
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
  width: auto; /* Default width for larger screens */
  min-width: 180px;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #FFF3E6; /* Text Main */
  border: 2px solid #FFA53A;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%); /* Glow color */
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 176, 77, 0.6);
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-secondary {
  background-color: transparent;
  color: #FFA53A; /* Auxiliary color */
  border: 2px solid #FFA53A;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-secondary:hover {
  background-color: #FFA53A;
  color: #0D0E12; /* Background color for hover text */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

/* General Section Styling */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__section {
  padding: 60px 0;
  background-color: #0D0E12; /* Default section background */
  color: #FFF3E6; /* Default text color */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__heading {
  font-size: 2.2rem;
  color: #FFB04D; /* Glow color for headings */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__heading .highlight {
  color: #FFA53A; /* Auxiliary color for highlights */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__text-block strong {
  color: #FFA53A; /* Auxiliary color for strong text */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #A84F0C; /* Border color */
}

/* Ordered/Unordered Lists */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__ordered-list,
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__unordered-list,
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__benefits-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__ordered-list li,
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__unordered-list li,
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__benefits-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__ordered-list li strong {
  color: #FFA53A;
}

/* Game Categories Section */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card {
  background-color: #17191F; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #A84F0C; /* Border color */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF3E6; /* Ensure text is visible on dark card background */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-title {
  font-size: 1.4rem;
  color: #FFB04D; /* Glow color for card titles */
  padding: 15px;
  margin-top: 10px;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-title a {
  color: #FFB04D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-title a:hover {
  color: #FFA53A;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-description {
  font-size: 1rem;
  padding: 0 15px 20px;
  color: #FFF3E6;
}

/* FAQ Section */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #17191F; /* Card BG */
  color: #FFB04D; /* Glow color for FAQ questions */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-question:hover {
  background-color: #2a2d3b; /* Slightly lighter on hover */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #FFA53A; /* Auxiliary color */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF3E6;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-answer p {
  margin-bottom: 10px;
}

/* Conclusion Section */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__conclusion-section {
  background-color: #FF8C1A; /* Main color for conclusion background */
  color: #FFF3E6; /* Text Main for conclusion */
  text-align: center;
  padding: 80px 0;
  border-top: 5px solid #D96800; /* Deep Orange border */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__conclusion-section .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__heading {
  color: #FFF3E6; /* White text on orange background */
  margin-bottom: 25px;
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__conclusion-section .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__text-block {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #FFF3E6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__heading {
    font-size: 1.8rem;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* Global mobile settings for images, videos, buttons */
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__section,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__container,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-section,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  /* Specific mobile adjustments */
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
    padding-bottom: 40px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-content {
    padding: 30px 0;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-primary,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__section {
    padding: 40px 0;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__heading {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__text-block,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__ordered-list li,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__unordered-list li,
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__benefits-list li {
    font-size: 1rem;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__card-title {
    font-size: 1.2rem;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__conclusion-section {
    padding: 50px 0;
  }
  .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__conclusion-section .page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__text-block {
    font-size: 1rem;
  }
}

/* Ensure content area images do not display smaller than 200px */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy img:not(.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__hero-image) {
  min-width: 200px;
  min-height: 200px;
  /* Use max-width/height for responsiveness, but ensure min-size */
}

/* Contrast specific rules */
.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__dark-bg {
  background-color: #17191F; /* Card BG */
  color: #FFF3E6; /* Text Main */
}

.page-blog-fcb8-gaming-experience-with-88k-bonus-strategy__dark-bg .highlight {
  color: #FFA53A;
}