.page-blog-king52-latest-promotions-and-bonuses {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared or default to white */
}

.page-blog-king52-latest-promotions-and-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-king52-latest-promotions-and-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 500px; /* Limit hero image height */
}

.page-blog-king52-latest-promotions-and-bonuses__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 20px; /* Space from top edge, below image */
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__cta-button {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-king52-latest-promotions-and-bonuses__cta-button:hover {
  background-color: #1a7fb3;
}

.page-blog-king52-latest-promotions-and-bonuses__btn-primary {
  background: #26A9E0;
  color: #ffffff; /* Button text always white */
  border: 2px solid transparent;
}

.page-blog-king52-latest-promotions-and-bonuses__btn-primary:hover {
  background: #1a7fb3;
}

.page-blog-king52-latest-promotions-and-bonuses__btn-secondary {
  background: #ffffff;
  color: #26A9E0; /* Use brand color for contrast */
  border: 2px solid #26A9E0;
}

.page-blog-king52-latest-promotions-and-bonuses__btn-secondary:hover {
  background: #f0f0f0;
  color: #1a7fb3;
}

.page-blog-king52-latest-promotions-and-bonuses__section {
  padding: 40px 20px;
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.page-blog-king52-latest-promotions-and-bonuses__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.page-blog-king52-latest-promotions-and-bonuses__content-area--white-text {
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-king52-latest-promotions-and-bonuses__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
  text-align: center;
}

.page-blog-king52-latest-promotions-and-bonuses__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-king52-latest-promotions-and-bonuses p {
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-king52-latest-promotions-and-bonuses ul,
.page-blog-king52-latest-promotions-and-bonuses ol {
  margin-bottom: 15px;
  padding-left: 20px;
  color: inherit;
}

.page-blog-king52-latest-promotions-and-bonuses li {
  margin-bottom: 8px;
  color: inherit;
}

.page-blog-king52-latest-promotions-and-bonuses a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-king52-latest-promotions-and-bonuses a:hover {
  color: #1a7fb3;
  text-decoration: underline;
}

.page-blog-king52-latest-promotions-and-bonuses__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-list {
  margin-top: 30px;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  list-style: none;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFFFFF;
}

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

.page-blog-king52-latest-promotions-and-bonuses__faq-answer {
  padding: 15px 25px;
  font-size: 0.95em;
  color: #FFFFFF;
}

.page-blog-king52-latest-promotions-and-bonuses__faq-answer p {
  margin-bottom: 0;
}

.page-blog-king52-latest-promotions-and-bonuses__conclusion {
  text-align: center;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-king52-latest-promotions-and-bonuses {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-king52-latest-promotions-and-bonuses__hero-section {
    padding: 10px 15px 40px; /* Adjust padding for mobile */
  }

  .page-blog-king52-latest-promotions-and-bonuses__hero-image {
    max-height: 300px; /* Smaller hero image on mobile */
  }

  .page-blog-king52-latest-promotions-and-bonuses__hero-content {
    padding: 15px;
    margin-top: 10px;
  }

  .page-blog-king52-latest-promotions-and-bonuses__main-title {
    font-size: 1.8em; /* Smaller H1 on mobile */
  }

  .page-blog-king52-latest-promotions-and-bonuses__hero-description {
    font-size: 1em;
  }

  .page-blog-king52-latest-promotions-and-bonuses__cta-button,
  .page-blog-king52-latest-promotions-and-bonuses__btn-primary,
  .page-blog-king52-latest-promotions-and-bonuses__btn-secondary,
  .page-blog-king52-latest-promotions-and-bonuses a[class*="button"],
  .page-blog-king52-latest-promotions-and-bonuses 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;
    margin-top: 10px;
  }

  .page-blog-king52-latest-promotions-and-bonuses__section,
  .page-blog-king52-latest-promotions-and-bonuses__content-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-king52-latest-promotions-and-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset;
    min-height: unset;
  }

  .page-blog-king52-latest-promotions-and-bonuses__video-section {
    padding-top: 10px !important; /* body has padding-top, only small decorative padding here */
  }

  .page-blog-king52-latest-promotions-and-bonuses__section-title {
    font-size: 1.5em;
  }

  .page-blog-king52-latest-promotions-and-bonuses__sub-title {
    font-size: 1.2em;
  }

  .page-blog-king52-latest-promotions-and-bonuses__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-king52-latest-promotions-and-bonuses__faq-answer {
    padding: 10px 20px;
  }
}