.page-blog-f8f-bet-slot-games-guide {
  --primary-color: #C61F1F;
  --secondary-color: #E53030;
  --background-dark: #140C0C;
  --card-bg: #2A1212;
  --text-main: #FFF1E8;
  --border-color: #6A1E1E;
  --gold-color: #F3C54D;
  --deep-red: #7E0D0D;
  color: var(--text-main);
  background-color: var(--background-dark);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-f8f-bet-slot-games-guide__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, body handles header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-f8f-bet-slot-games-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-f8f-bet-slot-games-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 300px;
}

.page-blog-f8f-bet-slot-games-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 30px 20px;
  background: rgba(42, 18, 18, 0.9); /* Card BG with slight transparency */
  border-radius: 10px;
  margin-top: -80px; /* Overlap with image slightly */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-color);
}

.page-blog-f8f-bet-slot-games-guide__main-title {
  font-size: clamp(28px, 4vw, 48px);
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-f8f-bet-slot-games-guide__description {
  font-size: 18px;
  color: var(--text-main);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f8f-bet-slot-games-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-f8f-bet-slot-games-guide__btn-primary,
.page-blog-f8f-bet-slot-games-guide__btn-secondary,
.page-blog-f8f-bet-slot-games-guide__btn-tertiary,
.page-blog-f8f-bet-slot-games-guide__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-f8f-bet-slot-games-guide__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-f8f-bet-slot-games-guide__btn-primary:hover {
  background: linear-gradient(180deg, #FFC06A 0%, #E87A24 100%);
  transform: translateY(-2px);
}

.page-blog-f8f-bet-slot-games-guide__btn-secondary {
  background: var(--primary-color);
  color: var(--text-main);
  border: 1px solid var(--gold-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-f8f-bet-slot-games-guide__btn-secondary:hover {
  background: var(--deep-red);
  border-color: #fff;
  transform: translateY(-2px);
}

.page-blog-f8f-bet-slot-games-guide__btn-tertiary {
  background: var(--deep-red);
  color: var(--text-main);
  border: 1px solid var(--border-color);
  padding: 10px 20px;
  font-size: 14px;
}

.page-blog-f8f-bet-slot-games-guide__btn-tertiary:hover {
  background: var(--primary-color);
  border-color: var(--gold-color);
}

.page-blog-f8f-bet-slot-games-guide__btn-link {
  color: var(--gold-color);
  font-weight: 600;
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
}

.page-blog-f8f-bet-slot-games-guide__btn-link:hover {
  color: #fff;
}

.page-blog-f8f-bet-slot-games-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.page-blog-f8f-bet-slot-games-guide__section-title {
  font-size: clamp(24px, 3.5vw, 36px);
  color: var(--gold-color);
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-f8f-bet-slot-games-guide__article-body p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-main);
  text-align: justify;
}

.page-blog-f8f-bet-slot-games-guide__article-body strong {
  color: var(--gold-color);
}

.page-blog-f8f-bet-slot-games-guide__slot-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-f8f-bet-slot-games-guide__slot-type-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-f8f-bet-slot-games-guide__slot-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-blog-f8f-bet-slot-games-guide__slot-type-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-f8f-bet-slot-games-guide__slot-type-title {
  font-size: 22px;
  color: var(--gold-color);
  margin: 15px 10px;
  font-weight: 600;
}

.page-blog-f8f-bet-slot-games-guide__slot-type-description {
  font-size: 15px;
  color: var(--text-main);
  padding: 0 15px;
  text-align: justify;
}

.page-blog-f8f-bet-slot-games-guide__step-by-step-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-f8f-bet-slot-games-guide__guide-item {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-f8f-bet-slot-games-guide__guide-title {
  font-size: 20px;
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-f8f-bet-slot-games-guide__guide-item p {
  font-size: 16px;
  color: var(--text-main);
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}

.page-blog-f8f-bet-slot-games-guide__tips-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-f8f-bet-slot-games-guide__tip-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-f8f-bet-slot-games-guide__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

.page-blog-f8f-bet-slot-games-guide__tip-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-f8f-bet-slot-games-guide__tip-title {
  font-size: 20px;
  color: var(--gold-color);
  margin: 15px 20px 10px;
  font-weight: 600;
}

.page-blog-f8f-bet-slot-games-guide__tip-description {
  font-size: 15px;
  color: var(--text-main);
  padding: 0 20px;
  flex-grow: 1;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-f8f-bet-slot-games-guide__faq-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

details.page-blog-f8f-bet-slot-games-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
}

details.page-blog-f8f-bet-slot-games-guide__faq-item summary.page-blog-f8f-bet-slot-games-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--gold-color);
}

details.page-blog-f8f-bet-slot-games-guide__faq-item summary.page-blog-f8f-bet-slot-games-guide__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-f8f-bet-slot-games-guide__faq-item summary.page-blog-f8f-bet-slot-games-guide__faq-question:hover {
  background: rgba(var(--primary-color), 0.2);
}

.page-blog-f8f-bet-slot-games-guide__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-blog-f8f-bet-slot-games-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--gold-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-f8f-bet-slot-games-guide__faq-item .page-blog-f8f-bet-slot-games-guide__faq-answer {
  padding: 0 20px 20px;
  background: rgba(var(--background-dark), 0.7);
  border-radius: 0 0 5px 5px;
  color: var(--text-main);
  font-size: 15px;
  text-align: justify;
}

.page-blog-f8f-bet-slot-games-guide__faq-answer p {
  margin-bottom: 0;
}

.page-blog-f8f-bet-slot-games-guide__final-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-f8f-bet-slot-games-guide__final-cta p {
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--text-main);
}

.page-blog-f8f-bet-slot-games-guide__final-cta p a {
  color: var(--gold-color);
  text-decoration: underline;
  font-weight: bold;
}

.page-blog-f8f-bet-slot-games-guide__final-cta p a:hover {
  color: #fff;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-blog-f8f-bet-slot-games-guide__hero-content {
    margin-top: -60px;
    padding: 25px 20px;
  }

  .page-blog-f8f-bet-slot-games-guide__main-title {
    font-size: clamp(26px, 4.5vw, 42px);
  }

  .page-blog-f8f-bet-slot-games-guide__description {
    font-size: 17px;
  }

  .page-blog-f8f-bet-slot-games-guide__slot-type-image,
  .page-blog-f8f-bet-slot-games-guide__tip-image {
    height: 180px;
  }
}

@media (max-width: 849px) {
  .page-blog-f8f-bet-slot-games-guide__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  .page-blog-f8f-bet-slot-games-guide {
    font-size: 16px;
    line-height: 1.65;
  }

  .page-blog-f8f-bet-slot-games-guide__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    margin-bottom: 30px;
  }

  .page-blog-f8f-bet-slot-games-guide__hero-content {
    margin-top: -40px;
    padding: 20px 15px;
    border-radius: 8px;
    max-width: 95%;
  }

  .page-blog-f8f-bet-slot-games-guide__main-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 10px;
  }

  .page-blog-f8f-bet-slot-games-guide__description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-f8f-bet-slot-games-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-f8f-bet-slot-games-guide__btn-primary,
  .page-blog-f8f-bet-slot-games-guide__btn-secondary,
  .page-blog-f8f-bet-slot-games-guide__btn-tertiary,
  .page-blog-f8f-bet-slot-games-guide__btn-link,
  .page-blog-f8f-bet-slot-games-guide a[class*="button"],
  .page-blog-f8f-bet-slot-games-guide 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f8f-bet-slot-games-guide__content-area {
    padding: 0 15px 40px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-f8f-bet-slot-games-guide__section-title {
    font-size: clamp(22px, 5vw, 30px);
    margin: 40px 0 25px;
  }

  .page-blog-f8f-bet-slot-games-guide__article-body p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
  }

  .page-blog-f8f-bet-slot-games-guide__slot-types-grid,
  .page-blog-f8f-bet-slot-games-guide__step-by-step-guide,
  .page-blog-f8f-bet-slot-games-guide__tips-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: hidden; /* Ensure no horizontal scroll */
  }

  .page-blog-f8f-bet-slot-games-guide__slot-type-card,
  .page-blog-f8f-bet-slot-games-guide__guide-item,
  .page-blog-f8f-bet-slot-games-guide__tip-card {
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-f8f-bet-slot-games-guide__slot-type-image,
  .page-blog-f8f-bet-slot-games-guide__tip-image,
  .page-blog-f8f-bet-slot-games-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-
    object-fit: cover;
  }

  .page-blog-f8f-bet-slot-games-guide__slot-type-title,
  .page-blog-f8f-bet-slot-games-guide__guide-title,
  .page-blog-f8f-bet-slot-games-guide__tip-title {
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
  }

  .page-blog-f8f-bet-slot-games-guide__slot-type-description,
  .page-blog-f8f-bet-slot-games-guide__guide-item p,
  .page-blog-f8f-bet-slot-games-guide__tip-description {
    font-size: 14px;
    padding: 0;
    text-align: left;
  }

  details.page-blog-f8f-bet-slot-games-guide__faq-item summary.page-blog-f8f-bet-slot-games-guide__faq-question { padding: 15px; }
  .page-blog-f8f-bet-slot-games-guide__faq-qtext { font-size: 15px; }
  details.page-blog-f8f-bet-slot-games-guide__faq-item .page-blog-f8f-bet-slot-games-guide__faq-answer { padding: 0 15px 15px; }

  .page-blog-f8f-bet-slot-games-guide__final-cta {
    padding: 20px 15px;
  }

  .page-blog-f8f-bet-slot-games-guide__final-cta p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}