.page-blog-188bet-latest-promotions-deep-dive {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-188bet-latest-promotions-deep-dive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles top padding, this is decorative */
  overflow: hidden;
}

.page-blog-188bet-latest-promotions-deep-dive__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-188bet-latest-promotions-deep-dive__hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-188bet-latest-promotions-deep-dive__hero-content {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

.page-blog-188bet-latest-promotions-deep-dive__main-title {
  font-size: clamp(2em, 5vw, 3em);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-188bet-latest-promotions-deep-dive__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-188bet-latest-promotions-deep-dive__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-188bet-latest-promotions-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-188bet-latest-promotions-deep-dive__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-188bet-latest-promotions-deep-dive__btn-primary:hover {
  opacity: 0.9;
}

.page-blog-188bet-latest-promotions-deep-dive__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
}

.page-blog-188bet-latest-promotions-deep-dive__section-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-188bet-latest-promotions-deep-dive__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-188bet-latest-promotions-deep-dive__sub-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-188bet-latest-promotions-deep-dive__text-block p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-188bet-latest-promotions-deep-dive__text-block strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bet-latest-promotions-deep-dive__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-188bet-latest-promotions-deep-dive__faq-list {
  margin-top: 40px;
}

.page-blog-188bet-latest-promotions-deep-dive__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-188bet-latest-promotions-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  list-style: none;
  background-color: #11271B;
}

.page-blog-188bet-latest-promotions-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-188bet-latest-promotions-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-188bet-latest-promotions-deep-dive__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-188bet-latest-promotions-deep-dive__faq-answer p {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-188bet-latest-promotions-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-188bet-latest-promotions-deep-dive__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-188bet-latest-promotions-deep-dive__main-title {
    font-size: 2em;
  }

  .page-blog-188bet-latest-promotions-deep-dive__description {
    font-size: 1em;
  }

  .page-blog-188bet-latest-promotions-deep-dive__cta-button {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-188bet-latest-promotions-deep-dive__content-area,
  .page-blog-188bet-latest-promotions-deep-dive__faq-list {
    padding: 20px 15px;
  }

  .page-blog-188bet-latest-promotions-deep-dive__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-188bet-latest-promotions-deep-dive__sub-title {
    font-size: 1.5em;
  }

  .page-blog-188bet-latest-promotions-deep-dive__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-188bet-latest-promotions-deep-dive__hero-image-wrapper,
  .page-blog-188bet-latest-promotions-deep-dive__content-area,
  .page-blog-188bet-latest-promotions-deep-dive__faq-list,
  .page-blog-188bet-latest-promotions-deep-dive__cta-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-188bet-latest-promotions-deep-dive__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  
  .page-blog-188bet-latest-promotions-deep-dive__faq-answer {
    padding: 0 15px 15px 15px;
  }
}