/* style/blog-king777-latest-promotions-analysis.css */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --main-bg: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-king777-latest-promotions-analysis {
  color: var(--text-main); /* Assuming dark body background, using light text */
  background-color: var(--main-bg);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-king777-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-king777-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-king777-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Ensure min size */
  min-height: 200px;
}

.page-blog-king777-latest-promotions-analysis__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  margin-top: -100px; /* Overlap slightly with image for visual flow */
  position: relative;
  z-index: 1;
}

.page-blog-king777-latest-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-king777-latest-promotions-analysis__lead-text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-king777-latest-promotions-analysis__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-blog-king777-latest-promotions-analysis__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-king777-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-king777-latest-promotions-analysis__btn-secondary {
  background: var(--main-bg);
  color: var(--glow-color);
  border: 2px solid var(--glow-color);
}

.page-blog-king777-latest-promotions-analysis__btn-secondary:hover {
  background: var(--glow-color);
  color: var(--main-bg);
  transform: translateY(-3px);
}

.page-blog-king777-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--main-bg);
  color: var(--text-main);
}

.page-blog-king777-latest-promotions-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-king777-latest-promotions-analysis__section-title {
  font-size: 2.2rem;
  color: var(--gold-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-king777-latest-promotions-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--gold-color);
  border-radius: 2px;
}

.page-blog-king777-latest-promotions-analysis__sub-title {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-king777-latest-promotions-analysis__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--text-secondary);
}

.page-blog-king777-latest-promotions-analysis__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.page-blog-king777-latest-promotions-analysis__image-left {
  flex: 1;
  min-width: 300px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-height: 200px;
}

.page-blog-king777-latest-promotions-analysis__image-left img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px; /* Global min size */
  min-height: 200px;
}

.page-blog-king777-latest-promotions-analysis__text-right {
  flex: 2;
  min-width: 300px;
}

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

.page-blog-king777-latest-promotions-analysis__card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-main);
}

.page-blog-king777-latest-promotions-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.page-blog-king777-latest-promotions-analysis__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Global min size */
  min-height: 200px;
}

.page-blog-king777-latest-promotions-analysis__card-title {
  font-size: 1.4rem;
  color: var(--gold-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-king777-latest-promotions-analysis__card-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-king777-latest-promotions-analysis__btn-card {
  background: var(--button-gradient);
  color: var(--text-main);
  border: none;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.page-blog-king777-latest-promotions-analysis__btn-card:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-king777-latest-promotions-analysis__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-king777-latest-promotions-analysis__list-item {
  background-color: var(--card-bg);
  border-left: 4px solid var(--primary-color);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1rem;
  color: var(--text-secondary);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.page-blog-king777-latest-promotions-analysis__list-item strong {
  color: var(--text-main);
}

.page-blog-king777-latest-promotions-analysis__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-king777-latest-promotions-analysis__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-king777-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-color);
  background-color: var(--deep-green);
  list-style: none; /* For details/summary */
}

.page-blog-king777-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-king777-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--text-main);
}

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

.page-blog-king777-latest-promotions-analysis__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary);
  border-top: 1px solid var(--border-color);
}

.page-blog-king777-latest-promotions-analysis__cta-final {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-king777-latest-promotions-analysis__hero-content {
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .page-blog-king777-latest-promotions-analysis__hero-content {
    margin-top: -60px;
  }

  .page-blog-king777-latest-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-king777-latest-promotions-analysis__lead-text {
    font-size: 1rem;
  }

  .page-blog-king777-latest-promotions-analysis__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-king777-latest-promotions-analysis__btn-primary,
  .page-blog-king777-latest-promotions-analysis__btn-secondary,
  .page-blog-king777-latest-promotions-analysis__btn-card {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-king777-latest-promotions-analysis__hero-image,
  .page-blog-king777-latest-promotions-analysis__image-left img,
  .page-blog-king777-latest-promotions-analysis__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-king777-latest-promotions-analysis__hero-image-wrapper,
  .page-blog-king777-latest-promotions-analysis__image-text-block,
  .page-blog-king777-latest-promotions-analysis__promotions-grid,
  .page-blog-king777-latest-promotions-analysis__card,
  .page-blog-king777-latest-promotions-analysis__container,
  .page-blog-king777-latest-promotions-analysis__content-area,
  .page-blog-king777-latest-promotions-analysis__faq-list,
  .page-blog-king777-latest-promotions-analysis__cta-final {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-king777-latest-promotions-analysis__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-king777-latest-promotions-analysis__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-king777-latest-promotions-analysis__image-left,
  .page-blog-king777-latest-promotions-analysis__text-right {
    min-width: unset;
    width: 100%;
  }

  .page-blog-king777-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-blog-king777-latest-promotions-analysis__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-king777-latest-promotions-analysis__paragraph,
  .page-blog-king777-latest-promotions-analysis__list-item,
  .page-blog-king777-latest-promotions-analysis__card-text,
  .page-blog-king777-latest-promotions-analysis__faq-question,
  .page-blog-king777-latest-promotions-analysis__faq-answer {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-king777-latest-promotions-analysis__main-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .page-blog-king777-latest-promotions-analysis__section-title {
    font-size: 1.6rem;
  }
}