.page-blog-mastering-abc8bet-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

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

.page-blog-mastering-abc8bet-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-mastering-abc8bet-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
  display: block;
}

.page-blog-mastering-abc8bet-betting-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6;
}

.page-blog-mastering-abc8bet-betting-tips__hero-title {
  font-size: clamp(2em, 5vw, 3.5em);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #F2FFF6;
}

.page-blog-mastering-abc8bet-betting-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mastering-abc8bet-betting-tips__section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-mastering-abc8bet-betting-tips__section:last-of-type {
  border-bottom: none;
}

.page-blog-mastering-abc8bet-betting-tips__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-mastering-abc8bet-betting-tips__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-mastering-abc8bet-betting-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #11A84E, #22C768);
  border-radius: 2px;
}

.page-blog-mastering-abc8bet-betting-tips__sub-title {
  font-size: 1.8em;
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-mastering-abc8bet-betting-tips__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mastering-abc8bet-betting-tips__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mastering-abc8bet-betting-tips__list-item {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-mastering-abc8bet-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mastering-abc8bet-betting-tips__cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-mastering-abc8bet-betting-tips__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  display: block;
}

.page-blog-mastering-abc8bet-betting-tips__image--right {
  float: right;
  margin-left: 30px;
  max-width: 40%;
  min-width: 300px;
}

.page-blog-mastering-abc8bet-betting-tips__image--left {
  float: left;
  margin-right: 30px;
  max-width: 40%;
  min-width: 300px;
}

.page-blog-mastering-abc8bet-betting-tips__core-strategies .page-blog-mastering-abc8bet-betting-tips__container::after,
.page-blog-mastering-abc8bet-betting-tips__money-management .page-blog-mastering-abc8bet-betting-tips__container::after,
.page-blog-mastering-abc8bet-betting-tips__promotions .page-blog-mastering-abc8bet-betting-tips__container::after,
.page-blog-mastering-abc8bet-betting-tips__responsible-gaming .page-blog-mastering-abc8bet-betting-tips__container::after {
  content: "";
  display: table;
  clear: both;
}

.page-blog-mastering-abc8bet-betting-tips__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-mastering-abc8bet-betting-tips__button-group--center {
  justify-content: center;
}

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

.page-blog-mastering-abc8bet-betting-tips__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-mastering-abc8bet-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  color: #F2FFF6; /* Text Main */
  list-style: none;
}

.page-blog-mastering-abc8bet-betting-tips__faq-question::-webkit-details-marker {
  display: none;
}

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

.page-blog-mastering-abc8bet-betting-tips__faq-toggle {
  font-size: 1.5em;
  color: #2AD16F;
  margin-left: 15px;
}

.page-blog-mastering-abc8bet-betting-tips__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-mastering-abc8bet-betting-tips__faq-answer p {
  margin-bottom: 15px;
}

.page-blog-mastering-abc8bet-betting-tips__faq-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 5px;
  font-weight: normal;
  font-size: 0.9em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  margin-top: 10px;
}

.page-blog-mastering-abc8bet-betting-tips__faq-button:hover {
  filter: brightness(1.1);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-mastering-abc8bet-betting-tips__hero-title {
    font-size: clamp(1.8em, 4.5vw, 3em);
  }

  .page-blog-mastering-abc8bet-betting-tips__section-title {
    font-size: 2em;
  }

  .page-blog-mastering-abc8bet-betting-tips__sub-title {
    font-size: 1.5em;
  }

  .page-blog-mastering-abc8bet-betting-tips__image--right,
  .page-blog-mastering-abc8bet-betting-tips__image--left {
    float: none;
    margin: 0 auto 30px;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-blog-mastering-abc8bet-betting-tips__hero-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }

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

  .page-blog-mastering-abc8bet-betting-tips__section,
  .page-blog-mastering-abc8bet-betting-tips__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

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

  .page-blog-mastering-abc8bet-betting-tips__sub-title {
    font-size: 1.3em;
  }

  .page-blog-mastering-abc8bet-betting-tips__text-content,
  .page-blog-mastering-abc8bet-betting-tips__list-item {
    font-size: 0.95em;
  }

  .page-blog-mastering-abc8bet-betting-tips__cta-button,
  .page-blog-mastering-abc8bet-betting-tips__faq-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-mastering-abc8bet-betting-tips__button-group {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-mastering-abc8bet-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-mastering-abc8bet-betting-tips__image--right,
  .page-blog-mastering-abc8bet-betting-tips__image--left {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .page-blog-mastering-abc8bet-betting-tips__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-mastering-abc8bet-betting-tips__faq-answer {
    padding: 0 15px 15px;
  }
}