/* style/blog-hdbet88-game-strategy-guide.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-hdbet88-game-strategy-guide {
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Rely on body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-hdbet88-game-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hdbet88-game-strategy-guide__highlight {
  color: #26A9E0;
  font-weight: bold;
}

/* Hero Section */
.page-blog-hdbet88-game-strategy-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #1a1a1a; /* Slightly lighter dark background for hero */
  border-bottom: 2px solid #26A9E0;
}

.page-blog-hdbet88-game-strategy-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-hdbet88-game-strategy-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-hdbet88-game-strategy-guide__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-blog-hdbet88-game-strategy-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  color: #26A9E0; /* Brand color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-hdbet88-game-strategy-guide__intro-description {
  font-size: 1.2rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Sections */
.page-blog-hdbet88-game-strategy-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-hdbet88-game-strategy-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-hdbet88-game-strategy-guide__section-title {
  font-size: 2.5rem;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-hdbet88-game-strategy-guide__sub-title {
  font-size: 1.8rem;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-hdbet88-game-strategy-guide__content-block p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-blog-hdbet88-game-strategy-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-hdbet88-game-strategy-guide__list li {
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-blog-hdbet88-game-strategy-guide__list li strong {
  color: #ffffff;
}

.page-blog-hdbet88-game-strategy-guide__game-category {
  margin-bottom: 50px;
}

.page-blog-hdbet88-game-strategy-guide__image-wrapper {
  margin-bottom: 25px;
}

.page-blog-hdbet88-game-strategy-guide__game-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* Call to Action Buttons */
.page-blog-hdbet88-game-strategy-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hdbet88-game-strategy-guide__cta-button--primary {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #26A9E0;
}

.page-blog-hdbet88-game-strategy-guide__cta-button--primary:hover {
  background-color: #1e87b7;
  transform: translateY(-3px);
}

.page-blog-hdbet88-game-strategy-guide__cta-button--secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-top: 20px;
}

.page-blog-hdbet88-game-strategy-guide__cta-button--secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-3px);
}

/* FAQ Section */
.page-blog-hdbet88-game-strategy-guide__faq-list {
  margin-top: 30px;
}

.page-blog-hdbet88-game-strategy-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for dark background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-blog-hdbet88-game-strategy-guide__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-blog-hdbet88-game-strategy-guide__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-hdbet88-game-strategy-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hdbet88-game-strategy-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-hdbet88-game-strategy-guide__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-blog-hdbet88-game-strategy-guide__faq-item[open] .page-blog-hdbet88-game-strategy-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hdbet88-game-strategy-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #e0e0e0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-blog-hdbet88-game-strategy-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-hdbet88-game-strategy-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-hdbet88-game-strategy-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-hdbet88-game-strategy-guide__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-hdbet88-game-strategy-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hdbet88-game-strategy-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-blog-hdbet88-game-strategy-guide__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-hdbet88-game-strategy-guide__intro-description {
    font-size: 1rem;
  }

  .page-blog-hdbet88-game-strategy-guide__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .page-blog-hdbet88-game-strategy-guide__section {
    padding: 40px 0;
  }

  .page-blog-hdbet88-game-strategy-guide__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-hdbet88-game-strategy-guide__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-hdbet88-game-strategy-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-hdbet88-game-strategy-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hdbet88-game-strategy-guide__section,
  .page-blog-hdbet88-game-strategy-guide__card,
  .page-blog-hdbet88-game-strategy-guide__container,
  .page-blog-hdbet88-game-strategy-guide__hero-image-wrapper,
  .page-blog-hdbet88-game-strategy-guide__game-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-blog-hdbet88-game-strategy-guide__cta-button,
  .page-blog-hdbet88-game-strategy-guide a[class*="button"],
  .page-blog-hdbet88-game-strategy-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-hdbet88-game-strategy-guide__cta-buttons,
  .page-blog-hdbet88-game-strategy-guide__button-group,
  .page-blog-hdbet88-game-strategy-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}