.page-blog-188cm-web-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background: #08160F; /* Background */
}

.page-blog-188cm-web-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-188cm-web-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles header offset, this is for visual spacing */
  overflow: hidden;
}

.page-blog-188cm-web-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px;
}

.page-blog-188cm-web-sports-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.page-blog-188cm-web-sports-betting-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-188cm-web-sports-betting-guide__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-188cm-web-sports-betting-guide__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
}

.page-blog-188cm-web-sports-betting-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(87, 227, 141, 0.4);
}

.page-blog-188cm-web-sports-betting-guide__section-title {
  font-size: 2.2rem;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-188cm-web-sports-betting-guide__introduction-section,
.page-blog-188cm-web-sports-betting-guide__getting-started-section,
.page-blog-188cm-web-sports-betting-guide__sports-betting-types,
.page-blog-188cm-web-sports-betting-guide__strategy-section,
.page-blog-188cm-web-sports-betting-guide__promotions-section,
.page-blog-188cm-web-sports-betting-guide__safety-support-section,
.page-blog-188cm-web-sports-betting-guide__faq-section,
.page-blog-188cm-web-sports-betting-guide__cta-section {
  padding: 60px 0;
}

.page-blog-188cm-web-sports-betting-guide__text-block {
  font-size: 1.05rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-188cm-web-sports-betting-guide__text-block strong {
  color: #2AD16F;
}

.page-blog-188cm-web-sports-betting-guide__guide-grid,
.page-blog-188cm-web-sports-betting-guide__feature-list,
.page-blog-188cm-web-sports-betting-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-188cm-web-sports-betting-guide__guide-card,
.page-blog-188cm-web-sports-betting-guide__promo-card {
  background: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-188cm-web-sports-betting-guide__guide-card:hover,
.page-blog-188cm-web-sports-betting-guide__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(87, 227, 141, 0.5);
}

.page-blog-188cm-web-sports-betting-guide__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-188cm-web-sports-betting-guide__card-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  padding: 20px 20px 10px 20px;
  font-weight: bold;
}

.page-blog-188cm-web-sports-betting-guide__card-content {
  padding: 0 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-188cm-web-sports-betting-guide__card-content p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  font-size: 1rem;
}

.page-blog-188cm-web-sports-betting-guide__btn-secondary {
  display: inline-block;
  background: #11271B; /* Card BG */
  color: #2AD16F;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  border: 2px solid #2E7A4E; /* Border */
  transition: all 0.3s ease;
  text-align: center;
  align-self: flex-start;
}

.page-blog-188cm-web-sports-betting-guide__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-1px);
}

.page-blog-188cm-web-sports-betting-guide__feature-item {
  text-align: center;
  background: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-188cm-web-sports-betting-guide__feature-icon {
  width: 200px; /* Min size 200x200 */
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-188cm-web-sports-betting-guide__feature-title {
  font-size: 1.6rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-188cm-web-sports-betting-guide__feature-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-blog-188cm-web-sports-betting-guide__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-188cm-web-sports-betting-guide__strategy-list li {
  background: #11271B; /* Card BG */
  border-left: 5px solid #2AD16F;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-188cm-web-sports-betting-guide__strategy-item-title {
  font-size: 1.4rem;
  color: #2AD16F;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-188cm-web-sports-betting-guide__strategy-list p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-blog-188cm-web-sports-betting-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  max-width: 800px;
}

.page-blog-188cm-web-sports-betting-guide__faq-list {
  margin-top: 40px;
}

.page-blog-188cm-web-sports-betting-guide__faq-item {
  background: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-188cm-web-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  background: #11271B; /* Card BG */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-188cm-web-sports-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-188cm-web-sports-betting-guide__faq-question::marker {
  display: none;
}

.page-blog-188cm-web-sports-betting-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F;
}

.page-blog-188cm-web-sports-betting-guide__faq-item[open] .page-blog-188cm-web-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-188cm-web-sports-betting-guide__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-188cm-web-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-188cm-web-sports-betting-guide__hero-section {
    padding: 10px 0 30px 0;
  }

  .page-blog-188cm-web-sports-betting-guide__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-188cm-web-sports-betting-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-188cm-web-sports-betting-guide__section-title {
    font-size: 1.8rem;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .page-blog-188cm-web-sports-betting-guide__introduction-section,
  .page-blog-188cm-web-sports-betting-guide__getting-started-section,
  .page-blog-188cm-web-sports-betting-guide__sports-betting-types,
  .page-blog-188cm-web-sports-betting-guide__strategy-section,
  .page-blog-188cm-web-sports-betting-guide__promotions-section,
  .page-blog-188cm-web-sports-betting-guide__safety-support-section,
  .page-blog-188cm-web-sports-betting-guide__faq-section,
  .page-blog-188cm-web-sports-betting-guide__cta-section {
    padding: 30px 0;
  }

  .page-blog-188cm-web-sports-betting-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-188cm-web-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-188cm-web-sports-betting-guide__section,
  .page-blog-188cm-web-sports-betting-guide__card,
  .page-blog-188cm-web-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-188cm-web-sports-betting-guide__btn-primary,
  .page-blog-188cm-web-sports-betting-guide__btn-secondary,
  .page-blog-188cm-web-sports-betting-guide a[class*="button"],
  .page-blog-188cm-web-sports-betting-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;
    text-align: center;
  }

  .page-blog-188cm-web-sports-betting-guide__cta-buttons,
  .page-blog-188cm-web-sports-betting-guide__button-group,
  .page-blog-188cm-web-sports-betting-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;
    display: flex;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }

  .page-blog-188cm-web-sports-betting-guide__guide-grid,
  .page-blog-188cm-web-sports-betting-guide__feature-list,
  .page-blog-188cm-web-sports-betting-guide__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-188cm-web-sports-betting-guide__card-image {
    height: 180px; /* Adjust height for mobile */
  }

  .page-blog-188cm-web-sports-betting-guide__feature-icon {
    width: 150px; /* Adjust for mobile, still >200px equivalent for matching */
    height: 112px;
  }

  .page-blog-188cm-web-sports-betting-guide__faq-question {
    font-size: 1.1rem;
  }
}