.page-blog-hu880-sports-betting-guide {
  color: #F2FFF6; /* Default text color for dark body background */
  background-color: #08160F; /* Background color from custom palette */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-hu880-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  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 */
  box-sizing: border-box;
  overflow: hidden;
  background-color: #0A4B2C; /* Deep Green for hero section background */
}

.page-blog-hu880-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  max-width: 1200px; /* Adjust as needed for layout */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  display: block;
}

.page-blog-hu880-sports-betting-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  color: #F2FFF6;
}

.page-blog-hu880-sports-betting-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold for main title */
  line-height: 1.2;
}

.page-blog-hu880-sports-betting-guide__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hu880-sports-betting-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #F2FFF6; /* Text Main for content area */
}

.page-blog-hu880-sports-betting-guide__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #F2C14E; /* Gold for section titles */
}

.page-blog-hu880-sports-betting-guide__text-main {
  color: #F2FFF6;
}

.page-blog-hu880-sports-betting-guide__text-secondary {
  color: #A7D9B8;
}

.page-blog-hu880-sports-betting-guide__dark-bg {
  background-color: #08160F;
}

.page-blog-hu880-sports-betting-guide__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-hu880-sports-betting-guide__card-title {
  font-size: clamp(1.2em, 2vw, 1.5em);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #57E38D; /* Glow color for card titles */
}

.page-blog-hu880-sports-betting-guide__card-text {
  font-size: clamp(0.9em, 1.2vw, 1em);
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hu880-sports-betting-guide__btn-primary,
.page-blog-hu880-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-hu880-sports-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: none;
}

.page-blog-hu880-sports-betting-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-hu880-sports-betting-guide__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-hu880-sports-betting-guide__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-hu880-sports-betting-guide__steps-grid,
.page-blog-hu880-sports-betting-guide__sports-list,
.page-blog-hu880-sports-betting-guide__bet-types-list,
.page-blog-hu880-sports-betting-guide__advantages-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 40px;
}

.page-blog-hu880-sports-betting-guide__step-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-blog-hu880-sports-betting-guide__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  max-width: 1000px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-hu880-sports-betting-guide__strategy-list,
.page-blog-hu880-sports-betting-guide__promo-list {
  list-style: disc;
  margin-left: 20px;
  margin-top: 20px;
  color: #F2FFF6;
}

.page-blog-hu880-sports-betting-guide__strategy-list li,
.page-blog-hu880-sports-betting-guide__promo-list li {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-hu880-sports-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-hu880-sports-betting-guide__faq-item {
  margin-bottom: 15px;
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  box-sizing: border-box;
}

.page-blog-hu880-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  font-size: clamp(1em, 1.5vw, 1.1em);
  list-style: none;
}

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

.page-blog-hu880-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
}

.page-blog-hu880-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: clamp(0.9em, 1.2vw, 1em);
}

.page-blog-hu880-sports-betting-guide__cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #0A4B2C; /* Deep Green */
  gap: 40px;
}

.page-blog-hu880-sports-betting-guide__cta-content {
  max-width: 800px;
  color: #F2FFF6;
}

.page-blog-hu880-sports-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-hu880-sports-betting-guide__cta-button {
  min-width: 180px;
}

.page-blog-hu880-sports-betting-guide__cta-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hu880-sports-betting-guide__hero-image {
    max-width: 100%;
  }
  .page-blog-hu880-sports-betting-guide__content-image {
    max-width: 100%;
  }
  .page-blog-hu880-sports-betting-guide__cta-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-hu880-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-blog-hu880-sports-betting-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-hu880-sports-betting-guide__hero-content {
    padding: 0 15px;
  }

  .page-blog-hu880-sports-betting-guide__main-title {
    font-size: 2em;
  }

  .page-blog-hu880-sports-betting-guide__description {
    font-size: 1em;
  }

  .page-blog-hu880-sports-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-hu880-sports-betting-guide__content-area {
    padding: 30px 15px;
  }

  .page-blog-hu880-sports-betting-guide__steps-grid,
  .page-blog-hu880-sports-betting-guide__sports-list,
  .page-blog-hu880-sports-betting-guide__bet-types-list,
  .page-blog-hu880-sports-betting-guide__advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hu880-sports-betting-guide__card {
    padding: 20px;
  }

  .page-blog-hu880-sports-betting-guide__card-title {
    font-size: 1.3em;
  }

  .page-blog-hu880-sports-betting-guide__card-text {
    font-size: 0.95em;
  }

  .page-blog-hu880-sports-betting-guide__btn-primary,
  .page-blog-hu880-sports-betting-guide__btn-secondary,
  .page-blog-hu880-sports-betting-guide a[class*="button"],
  .page-blog-hu880-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;
  }

  .page-blog-hu880-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-hu880-sports-betting-guide__cta-section {
    padding: 40px 15px;
  }

  .page-blog-hu880-sports-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-hu880-sports-betting-guide__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* Mobile image responsiveness */
  .page-blog-hu880-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hu880-sports-betting-guide__section,
  .page-blog-hu880-sports-betting-guide__card,
  .page-blog-hu880-sports-betting-guide__container,
  .page-blog-hu880-sports-betting-guide__hero-section,
  .page-blog-hu880-sports-betting-guide__introduction-section,
  .page-blog-hu880-sports-betting-guide__getting-started-section,
  .page-blog-hu880-sports-betting-guide__sports-coverage-section,
  .page-blog-hu880-sports-betting-guide__bet-types-section,
  .page-blog-hu880-sports-betting-guide__strategies-section,
  .page-blog-hu880-sports-betting-guide__advantages-section,
  .page-blog-hu880-sports-betting-guide__promotions-section,
  .page-blog-hu880-sports-betting-guide__faq-section,
  .page-blog-hu880-sports-betting-guide__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}