.page-blog-how-to-choose-best-betting-promotion {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Custom Background */
  color: #F2FFF6; /* Custom Text Main */
  line-height: 1.6;
}

.page-blog-how-to-choose-best-betting-promotion__hero-section {
  position: relative;
  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;
  background: linear-gradient(180deg, rgba(17, 168, 78, 0.1) 0%, rgba(8, 22, 15, 0.8) 100%);
}

.page-blog-how-to-choose-best-betting-promotion__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-how-to-choose-best-betting-promotion__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-blog-how-to-choose-best-betting-promotion__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
}

.page-blog-how-to-choose-best-betting-promotion__hero-title {
  color: #F2FFF6; /* Custom Text Main */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-betting-promotion__hero-description {
  color: #A7D9B8; /* Custom Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-betting-promotion__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom Button Color */
  color: #F2FFF6; /* Custom Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-how-to-choose-best-betting-promotion__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-choose-best-betting-promotion__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-blog-how-to-choose-best-betting-promotion__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-blog-how-to-choose-best-betting-promotion__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-how-to-choose-best-betting-promotion__article p {
  margin-bottom: 1em;
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-how-to-choose-best-betting-promotion__section-title {
  color: #F2C14E; /* Custom Gold */
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-how-to-choose-best-betting-promotion__sub-title {
  color: #57E38D; /* Custom Glow */
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-how-to-choose-best-betting-promotion__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #F2FFF6; /* Custom Text Main */
}

.page-blog-how-to-choose-best-betting-promotion__list li {
  margin-bottom: 0.5em;
}

.page-blog-how-to-choose-best-betting-promotion__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-blog-how-to-choose-best-betting-promotion__faq-container {
  margin-top: 40px;
  border-top: 1px solid #1E3A2A; /* Custom Divider */
}

.page-blog-how-to-choose-best-betting-promotion__faq-item {
  background-color: #11271B; /* Custom Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Custom Border */
}

.page-blog-how-to-choose-best-betting-promotion__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #0A4B2C; /* Custom Deep Green */
  cursor: pointer;
  color: #F2FFF6; /* Custom Text Main */
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #1E3A2A; /* Custom Divider */
}

.page-blog-how-to-choose-best-betting-promotion__faq-question:hover {
  background-color: #13994A;
}

.page-blog-how-to-choose-best-betting-promotion__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-choose-best-betting-promotion__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-best-betting-promotion__faq-item[open] .page-blog-how-to-choose-best-betting-promotion__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-best-betting-promotion__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Custom Text Secondary */
  font-size: 1em;
  line-height: 1.5;
}

.page-blog-how-to-choose-best-betting-promotion__cta-final {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-best-betting-promotion__hero-content {
    max-width: 768px;
  }
  .page-blog-how-to-choose-best-betting-promotion__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-best-betting-promotion__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-best-betting-promotion {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-choose-best-betting-promotion__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-how-to-choose-best-betting-promotion__hero-title {
    font-size: 2.2em;
  }
  .page-blog-how-to-choose-best-betting-promotion__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-choose-best-betting-promotion__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto; /* Center button on mobile */
    margin-right: auto;
  }
  .page-blog-how-to-choose-best-betting-promotion__cta-button--small,
  .page-blog-how-to-choose-best-betting-promotion__cta-button--large {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
  }
  .page-blog-how-to-choose-best-betting-promotion__content-area {
    padding: 20px 15px;
  }
  .page-blog-how-to-choose-best-betting-promotion__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-best-betting-promotion__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-how-to-choose-best-betting-promotion__image {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-best-betting-promotion__section,
  .page-blog-how-to-choose-best-betting-promotion__card,
  .page-blog-how-to-choose-best-betting-promotion__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-best-betting-promotion__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-how-to-choose-best-betting-promotion__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-best-betting-promotion__hero-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-best-betting-promotion__section-title {
    font-size: 1.6em;
  }
  .page-blog-how-to-choose-best-betting-promotion__sub-title {
    font-size: 1.2em;
  }
  .page-blog-how-to-choose-best-betting-promotion__cta-button {
    font-size: 0.9em;
  }
}