:root {
  --primary-color: #C91F17;
  --secondary-color: #E53935;
  --button-gradient: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  --card-bg: #D32F2F;
  --section-bg: #B71C1C;
  --text-main: #FFF5E1;
  --border-color: #F2B544;
  --glow-color: #FFCC66;
  --gold-color: #F4D34D;
  --deep-red: #7A0E0E;
}

.page-blog-hi8-casino-slot-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--color-background, #f8f8f8); /* Inherit from shared, fallback to light grey */
}

.page-blog-hi8-casino-slot-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-red);
  color: var(--text-main);
  overflow: hidden;
}

.page-blog-hi8-casino-slot-strategy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-hi8-casino-slot-strategy__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hi8-casino-slot-strategy__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-hi8-casino-slot-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-hi8-casino-slot-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gold-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-blog-hi8-casino-slot-strategy__intro-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
  color: var(--text-main);
}

.page-blog-hi8-casino-slot-strategy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: #000000; /* Ensure dark text on gold button */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--border-color);
}

.page-blog-hi8-casino-slot-strategy__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hi8-casino-slot-strategy__content-section {
  padding: 50px 20px;
}

.page-blog-hi8-casino-slot-strategy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-hi8-casino-slot-strategy__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary-color);
}

.page-blog-hi8-casino-slot-strategy__subsection-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-blog-hi8-casino-slot-strategy p {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-hi8-casino-slot-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-blog-hi8-casino-slot-strategy__list li {
  margin-bottom: 10px;
}

.page-blog-hi8-casino-slot-strategy__content-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-blog-hi8-casino-slot-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-hi8-casino-slot-strategy__dark-bg {
  background-color: var(--section-bg);
  color: var(--text-main);
}

.page-blog-hi8-casino-slot-strategy__dark-bg .page-blog-hi8-casino-slot-strategy__section-title,
.page-blog-hi8-casino-slot-strategy__dark-bg .page-blog-hi8-casino-slot-strategy__subsection-title {
  color: var(--gold-color);
}

.page-blog-hi8-casino-slot-strategy__dark-bg a {
  color: var(--gold-color);
  text-decoration: underline;
}

.page-blog-hi8-casino-slot-strategy__dark-bg a:hover {
  color: var(--glow-color);
}

.page-blog-hi8-casino-slot-strategy__cta-section {
  background: var(--primary-color);
  text-align: center;
  color: var(--text-main);
}

.page-blog-hi8-casino-slot-strategy__cta-section .page-blog-hi8-casino-slot-strategy__section-title {
  color: var(--gold-color);
}

.page-blog-hi8-casino-slot-strategy__cta-section .page-blog-hi8-casino-slot-strategy__cta-button {
  margin-top: 30px;
}

/* FAQ Styles */
details.page-blog-hi8-casino-slot-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  color: var(--text-main);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
details.page-blog-hi8-casino-slot-strategy__faq-item summary.page-blog-hi8-casino-slot-strategy__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;
  background-color: var(--card-bg);
  color: var(--text-main);
}
details.page-blog-hi8-casino-slot-strategy__faq-item summary.page-blog-hi8-casino-slot-strategy__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-hi8-casino-slot-strategy__faq-item summary.page-blog-hi8-casino-slot-strategy__faq-question:hover {
  background: var(--deep-red); /* Slightly darker red on hover */
}
.page-blog-hi8-casino-slot-strategy__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-blog-hi8-casino-slot-strategy__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-hi8-casino-slot-strategy__faq-item .page-blog-hi8-casino-slot-strategy__faq-answer {
  padding: 0 20px 20px;
  background: var(--deep-red); /* Slightly different background for answer */
  border-radius: 0 0 5px 5px;
  color: var(--text-main);
}

.page-blog-hi8-casino-slot-strategy__faq-answer p {
  color: var(--text-main);
}

.page-blog-hi8-casino-slot-strategy__faq-answer a {
  color: var(--gold-color);
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-hi8-casino-slot-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-hi8-casino-slot-strategy__hero-image {
    margin-bottom: 20px;
  }

  .page-blog-hi8-casino-slot-strategy__hero-image img {
    border-radius: 8px;
  }
  
  .page-blog-hi8-casino-slot-strategy__main-title {
    font-size: 2rem;
  }

  .page-blog-hi8-casino-slot-strategy__intro-text {
    font-size: 1rem;
  }

  .page-blog-hi8-casino-slot-strategy__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-hi8-casino-slot-strategy__content-section {
    padding: 30px 0;
  }

  .page-blog-hi8-casino-slot-strategy__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-hi8-casino-slot-strategy__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-hi8-casino-slot-strategy__subsection-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-hi8-casino-slot-strategy p,
  .page-blog-hi8-casino-slot-strategy__list li {
    font-size: 0.95rem;
  }

  .page-blog-hi8-casino-slot-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
    margin-right: 0;
  }

  details.page-blog-hi8-casino-slot-strategy__faq-item summary.page-blog-hi8-casino-slot-strategy__faq-question { padding: 15px; }
  .page-blog-hi8-casino-slot-strategy__faq-qtext { font-size: 1rem; }
  details.page-blog-hi8-casino-slot-strategy__faq-item .page-blog-hi8-casino-slot-strategy__faq-answer { padding: 0 15px 15px; }

}

/* Ensure all links have sufficient contrast */
.page-blog-hi8-casino-slot-strategy a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-hi8-casino-slot-strategy a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

/* Specific contrast adjustments for dark sections */
.page-blog-hi8-casino-slot-strategy__dark-bg p,
.page-blog-hi8-casino-slot-strategy__dark-bg li {
  color: var(--text-main);
}