/* style/blog-how-to-use-z8bet-code-for-bonuses.css */

:root {
  --z8bet-primary-color: #11A84E;
  --z8bet-secondary-color: #22C768;
  --z8bet-button-gradient-start: #2AD16F;
  --z8bet-button-gradient-end: #13994A;
  --z8bet-card-bg: #11271B;
  --z8bet-background: #08160F;
  --z8bet-text-main: #F2FFF6;
  --z8bet-text-secondary: #A7D9B8;
  --z8bet-border-color: #2E7A4E;
  --z8bet-glow-color: #57E38D;
  --z8bet-gold-color: #F2C14E;
  --z8bet-divider-color: #1E3A2A;
  --z8bet-deep-green: #0A4B2C;
}

.page-blog-how-to-use-z8bet-code-for-bonuses {
  background-color: var(--z8bet-background);
  color: var(--z8bet-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--z8bet-deep-green);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__hero-content {
  padding: 40px 20px 60px;
  background-color: var(--z8bet-background);
  width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__main-title {
  color: var(--z8bet-text-main);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__hero-description {
  color: var(--z8bet-text-secondary);
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__section-title {
  color: var(--z8bet-text-main);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__sub-title {
  color: var(--z8bet-text-main);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__text-block {
  color: var(--z8bet-text-secondary);
  font-size: 16px;
  margin-bottom: 20px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__content-area {
  padding: 60px 0;
  background-color: var(--z8bet-background);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__content-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-item {
  color: var(--z8bet-text-secondary);
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-item::before {
  content: '•';
  color: var(--z8bet-primary-color);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-icon-bullet {
  color: var(--z8bet-primary-color);
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-icon .page-blog-how-to-use-z8bet-code-for-bonuses__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 0;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__list-icon .page-blog-how-to-use-z8bet-code-for-bonuses__list-item::before {
  content: none;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__bold-text {
  color: var(--z8bet-text-main);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__numbered-list {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__numbered-list .page-blog-how-to-use-z8bet-code-for-bonuses__list-item {
  margin-bottom: 20px;
  padding-left: 0;
  color: var(--z8bet-text-secondary);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__numbered-list .page-blog-how-to-use-z8bet-code-for-bonuses__list-item::before {
  content: none;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__numbered-list .page-blog-how-to-use-z8bet-code-for-bonuses__list-item h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__reward-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__reward-card {
  background-color: var(--z8bet-card-bg);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--z8bet-border-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__card-title {
  color: var(--z8bet-gold-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__card-text {
  color: var(--z8bet-text-secondary);
  font-size: 15px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__btn-primary,
.page-blog-how-to-use-z8bet-code-for-bonuses__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__btn-primary {
  background: linear-gradient(180deg, var(--z8bet-button-gradient-start) 0%, var(--z8bet-button-gradient-end) 100%);
  color: var(--z8bet-text-main);
  border: none;
  margin-top: 30px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(var(--z8bet-primary-color), 0.4);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__btn-secondary {
  background: transparent;
  color: var(--z8bet-primary-color);
  border: 2px solid var(--z8bet-primary-color);
  margin-top: 30px;
  margin-left: 20px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__btn-secondary:hover {
  background-color: var(--z8bet-primary-color);
  color: var(--z8bet-text-main);
  box-shadow: 0 5px 15px rgba(var(--z8bet-primary-color), 0.4);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--z8bet-deep-green);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-item {
  background-color: var(--z8bet-card-bg);
  border: 1px solid var(--z8bet-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  color: var(--z8bet-text-main);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-question:hover {
  background-color: var(--z8bet-deep-green);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: var(--z8bet-primary-color);
}

.page-blog-how-to-use-z8bet-code-for-bonuses__faq-answer {
  padding: 0 25px 20px;
  color: var(--z8bet-text-secondary);
  font-size: 16px;
  line-height: 1.7;
}

/* Details element specific styling */
.page-blog-how-to-use-z8bet-code-for-bonuses__faq-item[open] .page-blog-how-to-use-z8bet-code-for-bonuses__faq-question {
  background-color: var(--z8bet-deep-green);
}

/* Responsive Styles */
@media (min-width: 769px) {
  .page-blog-how-to-use-z8bet-code-for-bonuses__image-text-block {
    flex-wrap: nowrap;
  }
  .page-blog-how-to-use-z8bet-code-for-bonuses__image-text-block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-use-z8bet-code-for-bonuses__hero-content {
    padding: 30px 15px 40px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__hero-description {
    font-size: 16px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__section-title {
    font-size: clamp(20px, 6vw, 32px);
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__sub-title {
    font-size: clamp(18px, 5vw, 24px);
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__content-area {
    padding: 40px 0;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__container {
    padding: 0 15px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__reward-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__btn-primary,
  .page-blog-how-to-use-z8bet-code-for-bonuses__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__faq-question {
    font-size: 16px;
    padding: 15px 20px;
  }

  .page-blog-how-to-use-z8bet-code-for-bonuses__faq-answer {
    font-size: 15px;
    padding: 0 20px 15px;
  }

  /* Ensure all images are responsive and prevent overflow */
  .page-blog-how-to-use-z8bet-code-for-bonuses img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-use-z8bet-code-for-bonuses__section,
  .page-blog-how-to-use-z8bet-code-for-bonuses__card,
  .page-blog-how-to-use-z8bet-code-for-bonuses__container,
  .page-blog-how-to-use-z8bet-code-for-bonuses__hero-section,
  .page-blog-how-to-use-z8bet-code-for-bonuses__content-area,
  .page-blog-how-to-use-z8bet-code-for-bonuses__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-how-to-use-z8bet-code-for-bonuses__hero-section {
    padding-top: 10px !important;
  }
}