.page-blog-ebet4-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color, #F2FFF6);
  background-color: var(--background-color, #08160F);
}

.page-blog-ebet4-betting-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-ebet4-betting-tips__hero-image {
  width: 100%;
  height: 675px; /* Aspect ratio for 1200x675 */
  object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}

.page-blog-ebet4-betting-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-ebet4-betting-tips__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em); /* Responsive H1 */
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

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

.page-blog-ebet4-betting-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-ebet4-betting-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* Button text always white */
  border: 2px solid transparent;
}

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

.page-blog-ebet4-betting-tips__btn-secondary {
  background: #0A4B2C; /* Deep Green */
  color: var(--text-main-color, #F2FFF6);
  border: 2px solid var(--border-color, #2E7A4E);
}

.page-blog-ebet4-betting-tips__btn-secondary:hover {
  background: var(--border-color, #2E7A4E);
  transform: translateY(-2px);
}

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

.page-blog-ebet4-betting-tips__introduction-section,
.page-blog-ebet4-betting-tips__strategies-section,
.page-blog-ebet4-betting-tips__management-section,
.page-blog-ebet4-betting-tips__cta-bottom-section {
  padding: 80px 0;
  background-color: var(--background-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-ebet4-betting-tips__betting-types-section,
.page-blog-ebet4-betting-tips__casino-tips-section,
.page-blog-ebet4-betting-tips__faq-section {
  padding: 80px 0;
  background-color: var(--card-bg-color, #11271B);
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-ebet4-betting-tips__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  color: var(--text-main-color, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

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

.page-blog-ebet4-betting-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-ebet4-betting-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

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

.page-blog-ebet4-betting-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-ebet4-betting-tips__list-item::marker {
  color: var(--glow-color, #57E38D);
}

.page-blog-ebet4-betting-tips__faq-list {
  margin-top: 40px;
}

.page-blog-ebet4-betting-tips__faq-item {
  background-color: var(--background-color, #08160F);
  border: 1px solid var(--divider-color, #1E3A2A);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-ebet4-betting-tips__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: var(--text-main-color, #F2FFF6);
  font-size: 1.1em;
  list-style: none; /* Hide default marker */
}

.page-blog-ebet4-betting-tips__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-ebet4-betting-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-ebet4-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--glow-color, #57E38D);
}

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

.page-blog-ebet4-betting-tips__faq-answer {
  padding: 0 20px 20px;
  color: var(--text-secondary-color, #A7D9B8);
  font-size: 1em;
}

.page-blog-ebet4-betting-tips__faq-answer p {
  margin-bottom: 0;
}

.page-blog-ebet4-betting-tips__faq-answer a {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-ebet4-betting-tips__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-ebet4-betting-tips__hero-image {
    height: 300px; /* Adjust height for mobile */
  }

  .page-blog-ebet4-betting-tips__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-ebet4-betting-tips__main-title {
    font-size: 2.2em;
  }

  .page-blog-ebet4-betting-tips__hero-description {
    font-size: 1em;
  }

  .page-blog-ebet4-betting-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-ebet4-betting-tips__btn-primary,
  .page-blog-ebet4-betting-tips__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-ebet4-betting-tips__introduction-section,
  .page-blog-ebet4-betting-tips__betting-types-section,
  .page-blog-ebet4-betting-tips__strategies-section,
  .page-blog-ebet4-betting-tips__casino-tips-section,
  .page-blog-ebet4-betting-tips__management-section,
  .page-blog-ebet4-betting-tips__faq-section,
  .page-blog-ebet4-betting-tips__cta-bottom-section {
    padding: 40px 0;
  }

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

  .page-blog-ebet4-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-ebet4-betting-tips__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-ebet4-betting-tips__paragraph,
  .page-blog-ebet4-betting-tips__list-item,
  .page-blog-ebet4-betting-tips__faq-item summary,
  .page-blog-ebet4-betting-tips__faq-answer {
    font-size: 1em;
  }

  .page-blog-ebet4-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }
}