.page-blog-how-to-choose-c88-no-hu-slot {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-blog-how-to-choose-c88-no-hu-slot__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body padding-top handles header offset, this is for internal spacing */
  overflow: hidden;
  color: var(--text-main);
  background-color: var(--deep-green);
}

.page-blog-how-to-choose-c88-no-hu-slot__hero-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-c88-no-hu-slot__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Adjust to visually place content over the lower part of the image, without actually overlapping DOM */
  background: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-c88-no-hu-slot__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--gold);
  line-height: 1.2;
}

.page-blog-how-to-choose-c88-no-hu-slot__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-c88-no-hu-slot__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-c88-no-hu-slot__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-choose-c88-no-hu-slot__section {
  padding: 60px 0;
}

.page-blog-how-to-choose-c88-no-hu-slot__dark-bg {
  background-color: var(--background-color);
  color: var(--text-main);
}

.page-blog-how-to-choose-c88-no-hu-slot__light-bg {
  background-color: var(--card-bg);
  color: var(--text-main);
}

.page-blog-how-to-choose-c88-no-hu-slot__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-choose-c88-no-hu-slot__heading {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: var(--main-color);
}

.page-blog-how-to-choose-c88-no-hu-slot__sub-heading {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--gold);
}

.page-blog-how-to-choose-c88-no-hu-slot__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-c88-no-hu-slot__highlight {
  color: var(--glow);
  font-weight: bold;
}

.page-blog-how-to-choose-c88-no-hu-slot__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 1000px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-c88-no-hu-slot__content-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-how-to-choose-c88-no-hu-slot__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-c88-no-hu-slot__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-main);
  position: relative;
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-qtext {
  flex-grow: 1;
  color: var(--gold);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: var(--main-color);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item[open] .page-blog-how-to-choose-c88-no-hu-slot__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.1em;
  color: var(--text-secondary);
}

.page-blog-how-to-choose-c88-no-hu-slot__cta-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-c88-no-hu-slot__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-blog-how-to-choose-c88-no-hu-slot__related-articles {
  padding: 80px 0;
  background-color: var(--deep-green);
}

.page-blog-how-to-choose-c88-no-hu-slot__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-c88-no-hu-slot__article-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-c88-no-hu-slot__article-card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-choose-c88-no-hu-slot__article-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.page-blog-how-to-choose-c88-no-hu-slot__article-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-c88-no-hu-slot__article-title {
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 20px 10px 20px;
  color: var(--gold);
}

.page-blog-how-to-choose-c88-no-hu-slot__article-excerpt {
  font-size: 1em;
  padding: 0 20px 20px 20px;
  color: var(--text-secondary);
}

/* Responsive styles for images and buttons */
@media (max-width: 768px) {
  .page-blog-how-to-choose-c88-no-hu-slot {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__hero-content {
    margin-top: -50px;
    padding: 15px;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__description {
    font-size: 1em;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__heading {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__sub-heading {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__paragraph,
  .page-blog-how-to-choose-c88-no-hu-slot__list-item,
  .page-blog-how-to-choose-c88-no-hu-slot__faq-answer {
    font-size: 1em;
  }

  /* Images responsive */
  .page-blog-how-to-choose-c88-no-hu-slot img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__image-wrapper,
  .page-blog-how-to-choose-c88-no-hu-slot__articles-grid,
  .page-blog-how-to-choose-c88-no-hu-slot__article-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons responsive */
  .page-blog-how-to-choose-c88-no-hu-slot__cta-button,
  .page-blog-how-to-choose-c88-no-hu-slot a[class*="button"],
  .page-blog-how-to-choose-c88-no-hu-slot 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-how-to-choose-c88-no-hu-slot__cta-container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__articles-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__faq-item summary {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-how-to-choose-c88-no-hu-slot__faq-answer {
    padding: 0 15px 15px 15px;
  }
}

/* Color Contrast Adjustments */
/* Default text color for dark background (var(--background-color)) */
.page-blog-how-to-choose-c88-no-hu-slot__dark-bg {
  color: var(--text-main); /* #F2FFF6 */
}

/* Default text color for card/light background (var(--card-bg)) */
.page-blog-how-to-choose-c88-no-hu-slot__light-bg {
  color: var(--text-main); /* #F2FFF6 */
}

/* Specific elements for contrast */
.page-blog-how-to-choose-c88-no-hu-slot p,
.page-blog-how-to-choose-c88-no-hu-slot li,
.page-blog-how-to-choose-c88-no-hu-slot__article-excerpt {
  color: var(--text-secondary); /* #A7D9B8 */
}

.page-blog-how-to-choose-c88-no-hu-slot__cta-button {
  color: #ffffff; /* Ensure white text on gradient button */
}

.page-blog-how-to-choose-c88-no-hu-slot__hero-content {
  background: rgba(17, 39, 27, 0.8); /* Card BG with transparency for readability */
  color: var(--text-main);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-item summary {
  color: var(--gold);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-qtext {
  color: var(--gold);
}

.page-blog-how-to-choose-c88-no-hu-slot__faq-toggle {
  color: var(--main-color);
}

.page-blog-how-to-choose-c88-no-hu-slot__article-title {
  color: var(--gold);
}