/* style/blog-online-betting-guide-fi79.css */
.page-blog-online-betting-guide-fi79 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark body background */
  background-color: #08160F; /* Default background for main content sections */
}

.page-blog-online-betting-guide-fi79__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background: linear-gradient(180deg, #11A84E, #0A4B2C);
  overflow: hidden;
}

.page-blog-online-betting-guide-fi79__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-online-betting-guide-fi79__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-online-betting-guide-fi79__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
  color: #F2FFF6;
}

.page-blog-online-betting-guide-fi79__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E;
}

.page-blog-online-betting-guide-fi79__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-online-betting-guide-fi79__btn-primary,
.page-blog-online-betting-guide-fi79__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-online-betting-guide-fi79__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  margin-right: 15px;
}

.page-blog-online-betting-guide-fi79__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-online-betting-guide-fi79__btn-secondary {
  background: none;
  color: #F2FFF6;
  border: 2px solid #2E7A4E;
}

.page-blog-online-betting-guide-fi79__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2);
}

.page-blog-online-betting-guide-fi79__content-section {
  padding: 60px 0;
}

.page-blog-online-betting-guide-fi79__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-betting-guide-fi79__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #F2C14E;
}

.page-blog-online-betting-guide-fi79__sub-section-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #57E38D;
}

.page-blog-online-betting-guide-fi79__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-online-betting-guide-fi79__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-online-betting-guide-fi79__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-online-betting-guide-fi79__light-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-blog-online-betting-guide-fi79__light-bg .page-blog-online-betting-guide-fi79__text-block {
  color: #A7D9B8;
}

.page-blog-online-betting-guide-fi79__light-bg .page-blog-online-betting-guide-fi79__sub-section-title {
  color: #57E38D;
}

.page-blog-online-betting-guide-fi79__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-online-betting-guide-fi79__cta-buttons--center {
  justify-content: center;
}

/* FAQ Section */
.page-blog-online-betting-guide-fi79__faq-section {
  padding: 60px 0;
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-online-betting-guide-fi79__faq-list {
  margin-top: 30px;
}

.page-blog-online-betting-guide-fi79__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-online-betting-guide-fi79__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-online-betting-guide-fi79__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-online-betting-guide-fi79__faq-question:hover {
  background-color: #1E3A2A;
}

.page-blog-online-betting-guide-fi79__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-online-betting-guide-fi79__faq-item[open] .page-blog-online-betting-guide-fi79__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-online-betting-guide-fi79__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8;
}

.page-blog-online-betting-guide-fi79__faq-answer p {
  margin-bottom: 0;
}

/* Ensure content images meet minimum size requirements */
.page-blog-online-betting-guide-fi79__content-area img,
.page-blog-online-betting-guide-fi79__image {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-online-betting-guide-fi79 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-online-betting-guide-fi79__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-online-betting-guide-fi79__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-online-betting-guide-fi79__description {
    font-size: clamp(0.9em, 2.5vw, 1.1em);
  }

  .page-blog-online-betting-guide-fi79__content-section {
    padding: 40px 0;
  }

  .page-blog-online-betting-guide-fi79__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-online-betting-guide-fi79__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 20px;
  }

  .page-blog-online-betting-guide-fi79__sub-section-title {
    font-size: clamp(1.2em, 4vw, 1.5em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-online-betting-guide-fi79__text-block {
    font-size: 0.95em;
  }

  .page-blog-online-betting-guide-fi79__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
  }

  .page-blog-online-betting-guide-fi79__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-online-betting-guide-fi79__btn-primary,
  .page-blog-online-betting-guide-fi79__btn-secondary {
    width: 100% !important;
    margin-right: 0;
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-blog-online-betting-guide-fi79__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-online-betting-guide-fi79__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.9em;
  }
}