/* Base styles for the page */
.page-blog-latest-promotions-6788bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--bg-color, #f5f5f5);
}

.page-blog-latest-promotions-6788bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-latest-promotions-6788bet__section {
  padding: 60px 0;
}

.page-blog-latest-promotions-6788bet__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #017439;
}

.page-blog-latest-promotions-6788bet__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

/* Image responsiveness for all images */
.page-blog-latest-promotions-6788bet img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-latest-promotions-6788bet__content-image {
  margin: 30px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-blog-latest-promotions-6788bet__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #017439;
}

.page-blog-latest-promotions-6788bet__hero-image {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-latest-promotions-6788bet__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.page-blog-latest-promotions-6788bet__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-latest-promotions-6788bet__main-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-latest-promotions-6788bet__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-blog-latest-promotions-6788bet__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-latest-promotions-6788bet__btn-primary,
.page-blog-latest-promotions-6788bet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-latest-promotions-6788bet__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-latest-promotions-6788bet__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-blog-latest-promotions-6788bet__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-latest-promotions-6788bet__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #017439;
}

/* Introduction Section */
.page-blog-latest-promotions-6788bet__introduction-section {
  background-color: #FFFFFF;
  color: #333333;
}

/* Promotion Types Section */
.page-blog-latest-promotions-6788bet__promotion-types {
  background-color: #f9f9f9;
  color: #333333;
}

.page-blog-latest-promotions-6788bet__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-promotions-6788bet__promo-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-latest-promotions-6788bet__card-title {
  font-size: 24px;
  font-weight: 700;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-latest-promotions-6788bet__card-text {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-latest-promotions-6788bet__card-image {
  margin: 20px auto;
  max-height: 250px;
  object-fit: cover;
}

/* How to Claim Section */
.page-blog-latest-promotions-6788bet__how-to-claim {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-latest-promotions-6788bet__steps-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
  max-width: 900px;
  margin: 40px auto;
}

.page-blog-latest-promotions-6788bet__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative;
}

.page-blog-latest-promotions-6788bet__step-number {
  counter-increment: step-counter;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #017439;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-blog-latest-promotions-6788bet__step-title {
  font-size: 20px;
  font-weight: 600;
  color: #017439;
  margin-top: 0;
  margin-bottom: 5px;
}

.page-blog-latest-promotions-6788bet__step-content p {
  font-size: 16px;
  color: #555555;
  margin: 0;
  text-align: left;
}

.page-blog-latest-promotions-6788bet__step-content a {
  color: #017439;
  text-decoration: underline;
}

.page-blog-latest-promotions-6788bet__cta-container {
  text-align: center;
  margin-top: 40px;
}

/* Terms & Conditions Section */
.page-blog-latest-promotions-6788bet__terms-conditions {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-latest-promotions-6788bet__terms-conditions .page-blog-latest-promotions-6788bet__section-title {
  color: #FFFFFF;
}

.page-blog-latest-promotions-6788bet__terms-conditions .page-blog-latest-promotions-6788bet__text-block,
.page-blog-latest-promotions-6788bet__terms-conditions .page-blog-latest-promotions-6788bet__list-item {
  color: #f0f0f0;
  font-size: 17px;
}

.page-blog-latest-promotions-6788bet__list {
  list-style: disc;
  padding-left: 25px;
  max-width: 900px;
  margin: 30px auto;
}

.page-blog-latest-promotions-6788bet__list-item strong {
  color: #FFFFFF;
}

/* Why Choose Us Section */
.page-blog-latest-promotions-6788bet__why-choose-us {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-latest-promotions-6788bet__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-latest-promotions-6788bet__feature-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
}

.page-blog-latest-promotions-6788bet__feature-card .page-blog-latest-promotions-6788bet__card-title {
  color: #017439;
}

/* FAQ Section */
.page-blog-latest-promotions-6788bet__faq-section {
  background-color: #f0f0f0;
  color: #333333;
}

.page-blog-latest-promotions-6788bet__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-blog-latest-promotions-6788bet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-latest-promotions-6788bet__faq-item summary.page-blog-latest-promotions-6788bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-latest-promotions-6788bet__faq-item summary.page-blog-latest-promotions-6788bet__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-latest-promotions-6788bet__faq-item summary.page-blog-latest-promotions-6788bet__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-latest-promotions-6788bet__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-latest-promotions-6788bet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-latest-promotions-6788bet__faq-item .page-blog-latest-promotions-6788bet__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* CTA Section */
.page-blog-latest-promotions-6788bet__cta-section {
  background-color: #017439;
  color: #FFFFFF;
  text-align: center;
}

.page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__section-title {
  color: #FFFFFF;
}

.page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__cta-buttons {
  margin-top: 30px;
}

.page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__cta-buttons .page-blog-latest-promotions-6788bet__btn-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__cta-buttons .page-blog-latest-promotions-6788bet__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #017439;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-latest-promotions-6788bet__hero-image {
    height: 500px;
  }
  .page-blog-latest-promotions-6788bet__main-title {
    font-size: clamp(32px, 4.5vw, 50px);
  }
  .page-blog-latest-promotions-6788bet__hero-description {
    font-size: 18px;
  }
  .page-blog-latest-promotions-6788bet__section {
    padding: 50px 0;
  }
  .page-blog-latest-promotions-6788bet__section-title {
    font-size: clamp(26px, 3.5vw, 38px);
  }
  .page-blog-latest-promotions-6788bet__text-block {
    font-size: 17px;
  }
  .page-blog-latest-promotions-6788bet__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-latest-promotions-6788bet__feature-card,
  .page-blog-latest-promotions-6788bet__promo-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  /* General content area */
  .page-blog-latest-promotions-6788bet__container {
    padding: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-latest-promotions-6788bet__section {
    padding: 40px 0;
  }
  .page-blog-latest-promotions-6788bet__section-title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 30px;
  }
  .page-blog-latest-promotions-6788bet__text-block {
    font-size: 16px;
    text-align: left;
  }

  /* HERO Section */
  .page-blog-latest-promotions-6788bet__hero-section {
    padding-top: 10px; /* Still small padding, relies on body offset */
    padding-bottom: 40px;
  }
  .page-blog-latest-promotions-6788bet__hero-image {
    height: 300px;
    margin-bottom: 20px;
  }
  .page-blog-latest-promotions-6788bet__hero-image img {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
  }
  .page-blog-latest-promotions-6788bet__main-title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 15px;
  }
  .page-blog-latest-promotions-6788bet__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-blog-latest-promotions-6788bet__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* All images responsive */
  .page-blog-latest-promotions-6788bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-latest-promotions-6788bet__content-image {
    margin: 20px auto;
  }

  /* Buttons responsive */
  .page-blog-latest-promotions-6788bet__btn-primary,
  .page-blog-latest-promotions-6788bet__btn-secondary,
  .page-blog-latest-promotions-6788bet a[class*="button"],
  .page-blog-latest-promotions-6788bet 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: 12px 20px;
    font-size: 16px;
  }
  .page-blog-latest-promotions-6788bet__hero-cta-buttons,
  .page-blog-latest-promotions-6788bet__cta-buttons,
  .page-blog-latest-promotions-6788bet__button-group,
  .page-blog-latest-promotions-6788bet__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;
  }

  /* Promotion Types Section */
  .page-blog-latest-promotions-6788bet__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-latest-promotions-6788bet__promo-card {
    padding: 20px;
  }
  .page-blog-latest-promotions-6788bet__card-title {
    font-size: 20px;
  }
  .page-blog-latest-promotions-6788bet__card-text {
    font-size: 15px;
  }

  /* How to Claim Section */
  .page-blog-latest-promotions-6788bet__steps-list {
    margin-top: 30px;
  }
  .page-blog-latest-promotions-6788bet__list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-blog-latest-promotions-6788bet__step-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-blog-latest-promotions-6788bet__step-title {
    font-size: 18px;
  }
  .page-blog-latest-promotions-6788bet__step-content p {
    font-size: 15px;
    text-align: center;
  }

  /* Terms & Conditions Section */
  .page-blog-latest-promotions-6788bet__list {
    padding-left: 20px;
    margin-top: 20px;
  }
  .page-blog-latest-promotions-6788bet__terms-conditions .page-blog-latest-promotions-6788bet__text-block,
  .page-blog-latest-promotions-6788bet__terms-conditions .page-blog-latest-promotions-6788bet__list-item {
    font-size: 16px;
  }

  /* Why Choose Us Section */
  .page-blog-latest-promotions-6788bet__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-latest-promotions-6788bet__feature-card {
    padding: 20px;
  }

  /* FAQ Section */
  details.page-blog-latest-promotions-6788bet__faq-item summary.page-blog-latest-promotions-6788bet__faq-question { padding: 15px; }
  .page-blog-latest-promotions-6788bet__faq-qtext { font-size: 15px; }
  details.page-blog-latest-promotions-6788bet__faq-item .page-blog-latest-promotions-6788bet__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-latest-promotions-6788bet__faq-list {
    margin-top: 30px;
  }

  /* CTA Section */
  .page-blog-latest-promotions-6788bet__cta-section .page-blog-latest-promotions-6788bet__text-block {
    font-size: 16px;
  }
}