.page-blog-jun888-latest-promotions-guide {
  color: #FFF5E1; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css #0a0a0a */
}

.page-blog-jun888-latest-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-jun888-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-jun888-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-jun888-latest-promotions-guide__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px; /* Space between image and text */
}

.page-blog-jun888-latest-promotions-guide__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F4D34D; /* Gold */
  text-shadow: 0 0 10px rgba(255, 204, 102, 0.5);
}

.page-blog-jun888-latest-promotions-guide__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #FFF5E1; /* Text Main */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-jun888-latest-promotions-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-jun888-latest-promotions-guide__btn-primary,
.page-blog-jun888-latest-promotions-guide__btn-secondary,
.page-blog-jun888-latest-promotions-guide__btn-link {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-jun888-latest-promotions-guide__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #F2B544; /* Border */
  box-shadow: 0 4px 15px rgba(244, 211, 77, 0.4);
}

.page-blog-jun888-latest-promotions-guide__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 6px 20px rgba(244, 211, 77, 0.6);
  transform: translateY(-2px);
}

.page-blog-jun888-latest-promotions-guide__btn-secondary {
  background-color: #B71C1C; /* Background */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-jun888-latest-promotions-guide__btn-secondary:hover {
  background-color: #7A0E0E; /* Deep Red */
  color: #FFD86A;
  transform: translateY(-2px);
}

.page-blog-jun888-latest-promotions-guide__btn-link {
  background-color: transparent;
  color: #FFD86A; /* Gold */
  border: 2px solid #FFD86A;
}

.page-blog-jun888-latest-promotions-guide__btn-link:hover {
  background-color: #FFD86A;
  color: #7A0E0E; /* Deep Red for contrast */
  transform: translateY(-2px);
}

.page-blog-jun888-latest-promotions-guide__section {
  padding: 40px 20px;
  margin-bottom: 30px;
  background-color: #B71C1C; /* Background */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #7A0E0E;
}

.page-blog-jun888-latest-promotions-guide__section--intro {
  background-color: #D32F2F; /* Card BG */
}

.page-blog-jun888-latest-promotions-guide__section--promotions {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-jun888-latest-promotions-guide__section--registration-guide {
  background-color: #D32F2F; /* Card BG */
}

.page-blog-jun888-latest-promotions-guide__section--games {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-jun888-latest-promotions-guide__section--payments {
  background-color: #D32F2F; /* Card BG */
}

.page-blog-jun888-latest-promotions-guide__section--support {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-jun888-latest-promotions-guide__section--faq {
  background-color: #D32F2F; /* Card BG */
}

.page-blog-jun888-latest-promotions-guide__section--conclusion {
  background-color: #B71C1C; /* Background */
}

.page-blog-jun888-latest-promotions-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-jun888-latest-promotions-guide__heading {
  font-size: 2.2rem;
  color: #FFD86A; /* Gold */
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255, 204, 102, 0.4);
}

.page-blog-jun888-latest-promotions-guide__sub-heading {
  font-size: 1.6rem;
  color: #F2B544; /* Border */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-jun888-latest-promotions-guide__paragraph {
  font-size: 1.05rem;
  margin-bottom: 15px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-jun888-latest-promotions-guide__list,
.page-blog-jun888-latest-promotions-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-jun888-latest-promotions-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-jun888-latest-promotions-guide__list-item {
  margin-bottom: 8px;
  color: #FFF5E1;
}

.page-blog-jun888-latest-promotions-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border: 2px solid #F2B544;
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-jun888-latest-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-jun888-latest-promotions-guide__faq-item {
  background-color: #B71C1C; /* Background */
  border: 1px solid #F2B544; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF5E1;
}

.page-blog-jun888-latest-promotions-guide__faq-item summary {
  display: block;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 1.15rem;
  color: #FFD86A; /* Gold */
  list-style: none;
  position: relative;
  user-select: none;
}

.page-blog-jun888-latest-promotions-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-jun888-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-jun888-latest-promotions-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2B544;
}

.page-blog-jun888-latest-promotions-guide__faq-item[open] .page-blog-jun888-latest-promotions-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-jun888-latest-promotions-guide__faq-answer {
  padding: 0 20px 15px 20px;
  font-size: 1.05rem;
  color: #FFF5E1;
}

.page-blog-jun888-latest-promotions-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-jun888-latest-promotions-guide__hero-image-wrapper {
    max-height: 550px;
  }

  .page-blog-jun888-latest-promotions-guide__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
  }

  .page-blog-jun888-latest-promotions-guide__heading {
    font-size: 2rem;
  }

  .page-blog-jun888-latest-promotions-guide__sub-heading {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-jun888-latest-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-jun888-latest-promotions-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-jun888-latest-promotions-guide__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-jun888-latest-promotions-guide__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .page-blog-jun888-latest-promotions-guide__subtitle {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-blog-jun888-latest-promotions-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-jun888-latest-promotions-guide__btn-primary,
  .page-blog-jun888-latest-promotions-guide__btn-secondary,
  .page-blog-jun888-latest-promotions-guide__btn-link {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-jun888-latest-promotions-guide__section {
    padding: 30px 15px;
  }

  .page-blog-jun888-latest-promotions-guide__heading {
    font-size: 1.8rem;
  }

  .page-blog-jun888-latest-promotions-guide__sub-heading {
    font-size: 1.3rem;
  }

  .page-blog-jun888-latest-promotions-guide__paragraph,
  .page-blog-jun888-latest-promotions-guide__list-item {
    font-size: 1rem;
  }

  .page-blog-jun888-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-jun888-latest-promotions-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-jun888-latest-promotions-guide__section,
  .page-blog-jun888-latest-promotions-guide__card,
  .page-blog-jun888-latest-promotions-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-jun888-latest-promotions-guide__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-jun888-latest-promotions-guide__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }
  .page-blog-jun888-latest-promotions-guide__faq-answer {
    padding: 0 15px 10px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-jun888-latest-promotions-guide__hero-image-wrapper {
    max-height: 250px;
  }
}