/* style/blog-86bet-win-latest-promotions.css */
.page-blog-86bet-win-latest-promotions {
  background-color: var(--background-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-86bet-win-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  background-color: var(--deep-green-color, #0A4B2C);
  overflow: hidden;
}

.page-blog-86bet-win-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-86bet-win-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-blog-86bet-win-latest-promotions__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  margin-top: 20px;
}

.page-blog-86bet-win-latest-promotions__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.page-blog-86bet-win-latest-promotions__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-86bet-win-latest-promotions__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-86bet-win-latest-promotions__btn-primary,
.page-blog-86bet-win-latest-promotions__btn-secondary,
.page-blog-86bet-win-latest-promotions__btn-small,
.page-blog-86bet-win-latest-promotions__btn-text {
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-86bet-win-latest-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-86bet-win-latest-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-86bet-win-latest-promotions__btn-secondary {
  background-color: transparent;
  color: var(--gold-color, #F2C14E);
  border: 2px solid var(--gold-color, #F2C14E);
}

.page-blog-86bet-win-latest-promotions__btn-secondary:hover {
  background-color: var(--gold-color, #F2C14E);
  color: var(--background-color, #08160F);
  transform: translateY(-2px);
}

.page-blog-86bet-win-latest-promotions__btn-primary--large {
  padding: 15px 35px;
  font-size: 1.1rem;
}

.page-blog-86bet-win-latest-promotions__btn-small {
  padding: 8px 15px;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  margin-top: 10px;
}

.page-blog-86bet-win-latest-promotions__btn-small:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-86bet-win-latest-promotions__btn-text {
  color: var(--gold-color, #F2C14E);
  text-decoration: none;
  font-weight: 600;
  padding: 5px 0;
}

.page-blog-86bet-win-latest-promotions__btn-text:hover {
  text-decoration: underline;
}

.page-blog-86bet-win-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-86bet-win-latest-promotions__dark-section {
  background-color: var(--card-bg-color, #11271B);
  padding: 60px 20px;
}

.page-blog-86bet-win-latest-promotions__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-86bet-win-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text-main-color, #F2FFF6);
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-86bet-win-latest-promotions__section-title--light {
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-86bet-win-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--gold-color, #F2C14E);
  border-radius: 2px;
}

.page-blog-86bet-win-latest-promotions__paragraph {
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-86bet-win-latest-promotions__paragraph--light {
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-86bet-win-latest-promotions__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-86bet-win-latest-promotions__feature-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-86bet-win-latest-promotions__feature-title {
  font-size: 1.5rem;
  color: var(--text-main-color, #F2FFF6);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-86bet-win-latest-promotions__feature-description {
  font-size: 0.95rem;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-86bet-win-latest-promotions__promotions-grid,
.page-blog-86bet-win-latest-promotions__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-86bet-win-latest-promotions__promo-card,
.page-blog-86bet-win-latest-promotions__tip-card {
  background-color: var(--background-color, #08160F);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
  display: flex;
  flex-direction: column;
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-86bet-win-latest-promotions__promo-image,
.page-blog-86bet-win-latest-promotions__tip-image {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-86bet-win-latest-promotions__promo-title,
.page-blog-86bet-win-latest-promotions__tip-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 20px 20px 10px;
  color: var(--gold-color, #F2C14E);
}

.page-blog-86bet-win-latest-promotions__promo-description,
.page-blog-86bet-win-latest-promotions__tip-description {
  font-size: 0.9rem;
  color: var(--text-secondary-color, #A7D9B8);
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-86bet-win-latest-promotions__promo-card a,
.page-blog-86bet-win-latest-promotions__tip-card a {
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-blog-86bet-win-latest-promotions__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-86bet-win-latest-promotions__step-item {
  background-color: var(--card-bg-color, #11271B);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color, #2E7A4E);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-blog-86bet-win-latest-promotions__step-title {
  font-size: 1.5rem;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-86bet-win-latest-promotions__step-description {
  font-size: 0.95rem;
  color: var(--text-secondary-color, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-86bet-win-latest-promotions__faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-86bet-win-latest-promotions__faq-item {
  background-color: var(--card-bg-color, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-86bet-win-latest-promotions__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--deep-green-color, #0A4B2C);
  color: var(--text-main-color, #F2FFF6);
  transition: background-color 0.3s ease;
}

.page-blog-86bet-win-latest-promotions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-86bet-win-latest-promotions__faq-item summary:hover {
  background-color: var(--main-color, #11A84E);
}

.page-blog-86bet-win-latest-promotions__faq-qtext {
  flex-grow: 1;
  color: var(--gold-color, #F2C14E);
}

.page-blog-86bet-win-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-86bet-win-latest-promotions__faq-answer {
  padding: 20px 25px;
  font-size: 0.95rem;
  color: var(--text-secondary-color, #A7D9B8);
  background-color: var(--card-bg-color, #11271B);
  border-top: 1px solid var(--divider-color, #1E3A2A);
}

.page-blog-86bet-win-latest-promotions__cta-section {
  background-color: var(--deep-green-color, #0A4B2C);
  padding: 60px 20px;
  text-align: center;
}

.page-blog-86bet-win-latest-promotions__cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--gold-color, #F2C14E);
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-86bet-win-latest-promotions__cta-description {
  font-size: 1.1rem;
  color: var(--text-secondary-color, #A7D9B8);
  max-width: 800px;
  margin: 0 auto 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-86bet-win-latest-promotions__hero-image {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-blog-86bet-win-latest-promotions__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-86bet-win-latest-promotions__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-86bet-win-latest-promotions__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    padding: 0 15px;
  }

  .page-blog-86bet-win-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-86bet-win-latest-promotions__btn-primary,
  .page-blog-86bet-win-latest-promotions__btn-secondary,
  .page-blog-86bet-win-latest-promotions__btn-small,
  .page-blog-86bet-win-latest-promotions__btn-text,
  .page-blog-86bet-win-latest-promotions a[class*="button"],
  .page-blog-86bet-win-latest-promotions a[class*="btn"] {
    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-86bet-win-latest-promotions__cta-buttons,
  .page-blog-86bet-win-latest-promotions__button-group,
  .page-blog-86bet-win-latest-promotions__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-86bet-win-latest-promotions__hero-image,
  .page-blog-86bet-win-latest-promotions__promo-image,
  .page-blog-86bet-win-latest-promotions__tip-image,
  .page-blog-86bet-win-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-86bet-win-latest-promotions__hero-image-wrapper,
  .page-blog-86bet-win-latest-promotions__promotions-grid,
  .page-blog-86bet-win-latest-promotions__tips-grid,
  .page-blog-86bet-win-latest-promotions__step-by-step,
  .page-blog-86bet-win-latest-promotions__feature-list,
  .page-blog-86bet-win-latest-promotions__content-area,
  .page-blog-86bet-win-latest-promotions__dark-section,
  .page-blog-86bet-win-latest-promotions__cta-section,
  .page-blog-86bet-win-latest-promotions__content-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-86bet-win-latest-promotions__section-title,
  .page-blog-86bet-win-latest-promotions__cta-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-86bet-win-latest-promotions__paragraph,
  .page-blog-86bet-win-latest-promotions__feature-description,
  .page-blog-86bet-win-latest-promotions__promo-description,
  .page-blog-86bet-win-latest-promotions__tip-description,
  .page-blog-86bet-win-latest-promotions__step-description,
  .page-blog-86bet-win-latest-promotions__faq-answer p {
    font-size: 0.9rem;
  }

  .page-blog-86bet-win-latest-promotions__promo-image,
  .page-blog-86bet-win-latest-promotions__tip-image {
    height: 180px;
  }

  .page-blog-86bet-win-latest-promotions__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-86bet-win-latest-promotions__hero-image {
    max-height: 250px;
  }

  .page-blog-86bet-win-latest-promotions__feature-item,
  .page-blog-86bet-win-latest-promotions__promo-card,
  .page-blog-86bet-win-latest-promotions__tip-card,
  .page-blog-86bet-win-latest-promotions__step-item {
    padding: 20px;
  }

  .page-blog-86bet-win-latest-promotions__feature-title,
  .page-blog-86bet-win-latest-promotions__promo-title,
  .page-blog-86bet-win-latest-promotions__tip-title,
  .page-blog-86bet-win-latest-promotions__step-title {
    font-size: 1.3rem;
  }
}