.page-blog-133bet-promotions-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Main content area doesn't have its own background, inherits from body */
}

.page-blog-133bet-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-133bet-promotions-guide__section {
  padding: 40px 0;
}

.page-blog-133bet-promotions-guide__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-133bet-promotions-guide__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive H1 font size */
  color: #FFFF00; /* Use custom color for prominent login/register related text */
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.page-blog-133bet-promotions-guide__hero-section {
  display: flex;
  flex-direction: column; /* Stacks children vertically */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  padding-top: 10px; /* Small top padding */
}

.page-blog-133bet-promotions-guide__hero-visual {
  width: 100%;
  max-height: 600px; /* Limit height for large screens */
  overflow: hidden;
}

.page-blog-133bet-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-133bet-promotions-guide__hero-content-block {
  width: 100%;
  padding: 40px 0;
  background: #1a1a2e; /* Match body background for seamless transition */
  color: #ffffff;
}

.page-blog-133bet-promotions-guide__hero-content-block .page-blog-133bet-promotions-guide__container {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-133bet-promotions-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-blog-133bet-promotions-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-133bet-promotions-guide__paragraph {
  margin-bottom: 15px;
  color: #f0f0f0; /* Slightly off-white for readability */
}

.page-blog-133bet-promotions-guide__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-blog-133bet-promotions-guide__btn-primary,
.page-blog-133bet-promotions-guide__btn-secondary,
.page-blog-133bet-promotions-guide__btn-tertiary,
.page-blog-133bet-promotions-guide a[class*="button"],
.page-blog-133bet-promotions-guide a[class*="btn"] {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-133bet-promotions-guide__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-blog-133bet-promotions-guide__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-133bet-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #017439; /* Brand color */
  border: 2px solid #017439;
}

.page-blog-133bet-promotions-guide__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-133bet-promotions-guide__btn-tertiary {
  background-color: #017439; /* Brand color */
  color: #ffffff;
  border: 2px solid #017439;
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-blog-133bet-promotions-guide__btn-tertiary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-blog-133bet-promotions-guide__btn-center {
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Card styles */
.page-blog-133bet-promotions-guide__promo-cards,
.page-blog-133bet-promotions-guide__game-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-133bet-promotions-guide__card {
  background: rgba(255, 255, 255, 0.05); /* Slightly transparent white for dark background */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  color: #f0f0f0;
}

.page-blog-133bet-promotions-guide__card-title {
  color: #017439; /* Brand color for card titles */
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-133bet-promotions-guide__card-text {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* List styles */
.page-blog-133bet-promotions-guide__feature-list,
.page-blog-133bet-promotions-guide__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-133bet-promotions-guide__list-item {
  background: rgba(255, 255, 255, 0.03);
  border-left: 5px solid #017439; /* Brand color accent */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #f0f0f0;
}

.page-blog-133bet-promotions-guide__list-title {
  color: #FFFF00; /* Use custom font color for important list titles */
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-133bet-promotions-guide__list-text {
  color: #e0e0e0;
}

/* VIP section specific */
.page-blog-133bet-promotions-guide__vip-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.page-blog-133bet-promotions-guide__vip-features .page-blog-133bet-promotions-guide__image-content {
  flex: 1;
  min-width: 300px;
  margin: 0;
}

.page-blog-133bet-promotions-guide__vip-features .page-blog-133bet-promotions-guide__feature-list {
  flex: 1;
  min-width: 300px;
  margin: 0;
}

/* FAQ section */
.page-blog-133bet-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-133bet-promotions-guide__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #f0f0f0;
}

.page-blog-133bet-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #017439; /* Brand color for questions */
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}

.page-blog-133bet-promotions-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-blog-133bet-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-133bet-promotions-guide__faq-answer {
  padding: 0 25px 15px;
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-blog-133bet-promotions-guide__faq-item[open] .page-blog-133bet-promotions-guide__faq-question {
  background-color: rgba(255, 255, 255, 0.12);
}
.page-blog-133bet-promotions-guide__faq-item[open] .page-blog-133bet-promotions-guide__faq-toggle {
  content: '−';
}

.page-blog-133bet-promotions-guide__faq-item summary {
  list-style: none;
}
.page-blog-133bet-promotions-guide__faq-item summary::-webkit-details-marker {
  display: none;
}


/* Final CTA section */
.page-blog-133bet-promotions-guide__cta-final {
  text-align: center;
  padding-bottom: 60px;
}

.page-blog-133bet-promotions-guide__final-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

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

  .page-blog-133bet-promotions-guide__container {
    padding: 15px;
  }

  .page-blog-133bet-promotions-guide__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-133bet-promotions-guide__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-133bet-promotions-guide__hero-content-block {
    padding: 20px 0;
  }

  .page-blog-133bet-promotions-guide__hero-content-block .page-blog-133bet-promotions-guide__container {
    padding: 0 15px;
  }

  .page-blog-133bet-promotions-guide__hero-cta-buttons,
  .page-blog-133bet-promotions-guide__final-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-133bet-promotions-guide__btn-primary,
  .page-blog-133bet-promotions-guide__btn-secondary,
  .page-blog-133bet-promotions-guide__btn-tertiary,
  .page-blog-133bet-promotions-guide a[class*="button"],
  .page-blog-133bet-promotions-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-133bet-promotions-guide__promo-cards,
  .page-blog-133bet-promotions-guide__game-promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-133bet-promotions-guide__card {
    padding: 20px;
  }

  .page-blog-133bet-promotions-guide__vip-features {
    flex-direction: column;
  }

  .page-blog-133bet-promotions-guide__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-133bet-promotions-guide__section,
  .page-blog-133bet-promotions-guide__card,
  .page-blog-133bet-promotions-guide__container,
  .page-blog-133bet-promotions-guide__hero-section,
  .page-blog-133bet-promotions-guide__hero-visual,
  .page-blog-133bet-promotions-guide__hero-content-block,
  .page-blog-133bet-promotions-guide__promo-cards,
  .page-blog-133bet-promotions-guide__game-promo-grid,
  .page-blog-133bet-promotions-guide__vip-features,
  .page-blog-133bet-promotions-guide__faq-list,
  .page-blog-133bet-promotions-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .page-blog-133bet-promotions-guide__section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-133bet-promotions-guide__hero-section {
    padding-top: 10px !important;
  }
}