/* Base styles for the page */
.page-blog-188-bet-250-latest-promotions-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-188-bet-250-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-188-bet-250-latest-promotions-analysis__section-title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  color: #F4D34D; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-blog-188-bet-250-latest-promotions-analysis__section-title--white {
  color: #FFF5E1; /* Text Main */
}

.page-blog-188-bet-250-latest-promotions-analysis__sub-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  color: #FFCC66; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-188-bet-250-latest-promotions-analysis p {
  margin-bottom: 15px;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis li {
  margin-bottom: 8px;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis a {
  color: #F4D34D; /* Gold */
  text-decoration: none;
}

.page-blog-188-bet-250-latest-promotions-analysis a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-blog-188-bet-250-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  background-color: #7A0E0E; /* Deep Red */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-188-bet-250-latest-promotions-analysis__hero-image-container {
  width: 100%;
  max-height: 600px; /* Limit height for desktop */
  overflow: hidden;
}

.page-blog-188-bet-250-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-188-bet-250-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__main-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  margin-bottom: 20px;
  color: #FFD86A; /* Lighter gold for main title */
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-188-bet-250-latest-promotions-analysis__hero-description {
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 30px;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-188-bet-250-latest-promotions-analysis__btn-primary,
.page-blog-188-bet-250-latest-promotions-analysis__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-188-bet-250-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #7A0E0E; /* Deep Red for contrast */
  border: none;
}

.page-blog-188-bet-250-latest-promotions-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-188-bet-250-latest-promotions-analysis__btn-secondary {
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-188-bet-250-latest-promotions-analysis__btn-secondary:hover {
  background: #B71C1C; /* Background */
  border-color: #FFCC66; /* Glow */
  transform: translateY(-2px);
}

.page-blog-188-bet-250-latest-promotions-analysis__cta-buttons--center {
  margin-top: 30px;
}

/* Content Sections */
.page-blog-188-bet-250-latest-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-188-bet-250-latest-promotions-analysis__light-bg {
  background-color: #B71C1C; /* Background */
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__dark-bg {
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__article-body--white p,
.page-blog-188-bet-250-latest-promotions-analysis__article-body--white ul,
.page-blog-188-bet-250-latest-promotions-analysis__article-body--white li {
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__article-figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-188-bet-250-latest-promotions-analysis__faq-section {
  padding: 60px 0;
}

.page-blog-188-bet-250-latest-promotions-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-188-bet-250-latest-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
}

details.page-blog-188-bet-250-latest-promotions-analysis__faq-item summary.page-blog-188-bet-250-latest-promotions-analysis__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;
  color: #FFF5E1; /* Text Main */
}

details.page-blog-188-bet-250-latest-promotions-analysis__faq-item summary.page-blog-188-bet-250-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-188-bet-250-latest-promotions-analysis__faq-item summary.page-blog-188-bet-250-latest-promotions-analysis__faq-question:hover {
  background: #E53935; /* Auxiliary color */
}

.page-blog-188-bet-250-latest-promotions-analysis__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF5E1;
}

.page-blog-188-bet-250-latest-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD86A; /* Button color for contrast */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-188-bet-250-latest-promotions-analysis__faq-item .page-blog-188-bet-250-latest-promotions-analysis__faq-answer {
  padding: 0 20px 20px;
  background: #C91F17; /* Main color */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1;
}

/* Global image styles */
.page-blog-188-bet-250-latest-promotions-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-188-bet-250-latest-promotions-analysis__hero-content {
    padding: 30px 15px;
  }
  .page-blog-188-bet-250-latest-promotions-analysis__main-title {
    font-size: clamp(32px, 4.5vw, 48px);
  }
  .page-blog-188-bet-250-latest-promotions-analysis__hero-description {
    font-size: clamp(16px, 1.8vw, 20px);
  }
  .page-blog-188-bet-250-latest-promotions-analysis__btn-primary,
  .page-blog-188-bet-250-latest-promotions-analysis__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-blog-188-bet-250-latest-promotions-analysis__section-title {
    font-size: clamp(26px, 3.5vw, 34px);
  }
  .page-blog-188-bet-250-latest-promotions-analysis__article-body {
    font-size: 16px;
  }
  .page-blog-188-bet-250-latest-promotions-analysis__faq-qtext {
    font-size: 16px;
  }
}

@media (max-width: 849px) {
  .page-blog-188-bet-250-latest-promotions-analysis__hero-image {
    object-fit: contain !important; /* Prevent cropping on smaller screens */
    aspect-ratio: unset !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-188-bet-250-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-blog-188-bet-250-latest-promotions-analysis__hero-section {
    padding-top: 10px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__hero-content {
    padding: 20px 15px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__main-title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 15px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__btn-primary,
  .page-blog-188-bet-250-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 20px;
    font-size: 16px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__section-title {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 25px;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__sub-title {
    font-size: clamp(20px, 6vw, 24px);
  }

  .page-blog-188-bet-250-latest-promotions-analysis__article-body {
    font-size: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-188-bet-250-latest-promotions-analysis__article-figure {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ specific mobile styles */
  details.page-blog-188-bet-250-latest-promotions-analysis__faq-item summary.page-blog-188-bet-250-latest-promotions-analysis__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-blog-188-bet-250-latest-promotions-analysis__faq-qtext {
    font-size: 15px;
    width: calc(100% - 40px);
  }
  .page-blog-188-bet-250-latest-promotions-analysis__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  details.page-blog-188-bet-250-latest-promotions-analysis__faq-item .page-blog-188-bet-250-latest-promotions-analysis__faq-answer {
    padding: 0 15px 15px;
  }

  /* Ensure all images are responsive */
  .page-blog-188-bet-250-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Content sections for overflow */
  .page-blog-188-bet-250-latest-promotions-analysis__content-section,
  .page-blog-188-bet-250-latest-promotions-analysis__faq-section,
  .page-blog-188-bet-250-latest-promotions-analysis__cta-section {
    overflow-x: hidden;
    padding: 30px 0;
  }
}