/* style/blog-fh88-bet-sports-betting-tips.css */

/* Global styles for the page content, respecting body background from shared.css */
.page-blog-fh88-bet-sports-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--background, #08160F);
}

.page-blog-fh88-bet-sports-betting-tips__section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--background, #08160F);
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-fh88-bet-sports-betting-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* As per instruction, small top padding */
  text-align: center;
  overflow: hidden;
  background: var(--deep-green, #0A4B2C);
}

.page-blog-fh88-bet-sports-betting-tips__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 1200px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-fh88-bet-sports-betting-tips__hero-content {
  max-width: 900px;
  color: var(--text-main, #F2FFF6);
  z-index: 1;
}

.page-blog-fh88-bet-sports-betting-tips__hero-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  line-height: 1.2;
  color: var(--gold, #F2C14E);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.page-blog-fh88-bet-sports-betting-tips__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-fh88-bet-sports-betting-tips__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: bold;
  color: var(--glow, #57E38D);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-fh88-bet-sports-betting-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--gold, #F2C14E);
  border-radius: 2px;
}

.page-blog-fh88-bet-sports-betting-tips__sub-title {
  font-size: clamp(1.5em, 2.8vw, 2em);
  color: var(--gold, #F2C14E);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-fh88-bet-sports-betting-tips__micro-title {
  font-size: clamp(1.2em, 2.2vw, 1.5em);
  color: var(--glow, #57E38D);
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-fh88-bet-sports-betting-tips__paragraph {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-fh88-bet-sports-betting-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-fh88-bet-sports-betting-tips__list-item {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-blog-fh88-bet-sports-betting-tips__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-fh88-bet-sports-betting-tips__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-fh88-bet-sports-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-fh88-bet-sports-betting-tips__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-fh88-bet-sports-betting-tips__button-group {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-fh88-bet-sports-betting-tips__faq-section {
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 40px 20px;
  background: var(--background, #08160F);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-fh88-bet-sports-betting-tips__faq-item {
  background: var(--card-bg, #11271B);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border, #2E7A4E);
  color: var(--text-main, #F2FFF6);
}

.page-blog-fh88-bet-sports-betting-tips__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  font-weight: bold;
  background: var(--deep-green, #0A4B2C);
  transition: background 0.3s ease;
}

.page-blog-fh88-bet-sports-betting-tips__faq-item summary:hover {
  background: #13994A; /* Slightly lighter green on hover */
}

.page-blog-fh88-bet-sports-betting-tips__faq-item summary::-webkit-details-marker,
.page-blog-fh88-bet-sports-betting-tips__faq-item summary::marker {
  display: none;
}

.page-blog-fh88-bet-sports-betting-tips__faq-qtext {
  flex-grow: 1;
  font-size: clamp(1em, 2vw, 1.15em);
}

.page-blog-fh88-bet-sports-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--gold, #F2C14E);
  margin-left: 15px;
}

.page-blog-fh88-bet-sports-betting-tips__faq-answer {
  padding: 15px 25px 25px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.95em;
}

.page-blog-fh88-bet-sports-betting-tips__faq-answer p {
  margin-bottom: 0;
}

.page-blog-fh88-bet-sports-betting-tips__inline-link {
  color: var(--gold, #F2C14E);
  text-decoration: underline;
}

.page-blog-fh88-bet-sports-betting-tips__inline-link:hover {
  color: var(--glow, #57E38D);
  text-decoration: none;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-fh88-bet-sports-betting-tips__hero-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-blog-fh88-bet-sports-betting-tips__section-title {
    font-size: clamp(1.6em, 4vw, 2.2em);
  }
  .page-blog-fh88-bet-sports-betting-tips__sub-title {
    font-size: clamp(1.3em, 3vw, 1.8em);
  }
}

@media (max-width: 768px) {
  .page-blog-fh88-bet-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-fh88-bet-bet-sports-betting-tips__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-fh88-bet-sports-betting-tips__hero-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-fh88-bet-sports-betting-tips__hero-description {
    font-size: clamp(0.9em, 2.5vw, 1.1em);
  }

  .page-blog-fh88-bet-sports-betting-tips__section-wrapper,
  .page-blog-fh88-bet-sports-betting-tips__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-fh88-bet-sports-betting-tips__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 25px;
  }

  .page-blog-fh88-bet-sports-betting-tips__sub-title {
    font-size: clamp(1.2em, 4vw, 1.6em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-fh88-bet-sports-betting-tips__micro-title {
    font-size: clamp(1.1em, 3.5vw, 1.3em);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* Image responsiveness */
  .page-blog-fh88-bet-sports-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-fh88-bet-sports-betting-tips__content-image {
    margin: 20px auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Button responsiveness */
  .page-blog-fh88-bet-sports-betting-tips__cta-button {
    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-fh88-bet-sports-betting-tips__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-fh88-bet-sports-betting-tips__button-group.display-flex {
    flex-direction: column !important; /* Force vertical for multiple buttons */
  }

  .page-blog-fh88-bet-sports-betting-tips__faq-item summary {
    padding: 15px 20px;
  }
  .page-blog-fh88-bet-sports-betting-tips__faq-answer {
    padding: 10px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-fh88-bet-sports-betting-tips__hero-title {
    font-size: clamp(1.5em, 8vw, 2.2em);
  }
  .page-blog-fh88-bet-sports-betting-tips__section-title {
    font-size: clamp(1.3em, 7vw, 1.8em);
  }
}