/* Base styles for the page */
.page-blog-ev88com-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  font-size: 16px;
}

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

.page-blog-ev88com-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  background-color: #26A9E0; /* Brand color as background */
  color: #FFFFFF;
}

.page-blog-ev88com-latest-promotions-analysis__hero-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-blog-ev88com-latest-promotions-analysis__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.page-blog-ev88com-latest-promotions-analysis__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-blog-ev88com-latest-promotions-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-blog-ev88com-latest-promotions-analysis__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #FFFFFF;
}

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

.page-blog-ev88com-latest-promotions-analysis__btn-primary {
  background-color: #EA7C07; /* Login/CTA color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-ev88com-latest-promotions-analysis__btn-primary:hover {
  background-color: #d86c00;
  border-color: #d86c00;
}

.page-blog-ev88com-latest-promotions-analysis__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-ev88com-latest-promotions-analysis__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a8bbd;
}

.page-blog-ev88com-latest-promotions-analysis__content-section {
  padding: 60px 0;
}

.page-blog-ev88com-latest-promotions-analysis__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-ev88com-latest-promotions-analysis__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-ev88com-latest-promotions-analysis__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-ev88com-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherit color from parent section */
}

.page-blog-ev88com-latest-promotions-analysis p {
  margin-bottom: 15px;
  text-align: justify;
}

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

.page-blog-ev88com-latest-promotions-analysis__promo-card {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-ev88com-latest-promotions-analysis__promo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-ev88com-latest-promotions-analysis__card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-ev88com-latest-promotions-analysis__promo-card p {
  font-size: 15px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-ev88com-latest-promotions-analysis__guide-block,
.page-blog-ev88com-latest-promotions-analysis__why-choose-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-ev88com-latest-promotions-analysis__guide-image,
.page-blog-ev88com-latest-promotions-analysis__why-choose-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-ev88com-latest-promotions-analysis__guide-text,
.page-blog-ev88com-latest-promotions-analysis__why-choose-list {
  flex: 1;
  max-width: 50%;
  text-align: left;
}

.page-blog-ev88com-latest-promotions-analysis__sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-ev88com-latest-promotions-analysis ul,
.page-blog-ev88com-latest-promotions-analysis ol {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 15px;
}

.page-blog-ev88com-latest-promotions-analysis li {
  margin-bottom: 8px;
  text-align: justify;
}

.page-blog-ev88com-latest-promotions-analysis__terms-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-ev88com-latest-promotions-analysis__terms-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-ev88com-latest-promotions-analysis__terms-list {
  flex: 1;
  max-width: 50%;
  list-style-type: disc;
  padding-left: 20px;
}

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

details.page-blog-ev88com-latest-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-ev88com-latest-promotions-analysis__faq-item summary.page-blog-ev88com-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;
}
details.page-blog-ev88com-latest-promotions-analysis__faq-item summary.page-blog-ev88com-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-ev88com-latest-promotions-analysis__faq-item summary.page-blog-ev88com-latest-promotions-analysis__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-ev88com-latest-promotions-analysis__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-ev88com-latest-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-ev88com-latest-promotions-analysis__faq-item .page-blog-ev88com-latest-promotions-analysis__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

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

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-ev88com-latest-promotions-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-blog-ev88com-latest-promotions-analysis__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3rem);
  }

  .page-blog-ev88com-latest-promotions-analysis__hero-description {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  }

  .page-blog-ev88com-latest-promotions-analysis__section-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  }

  .page-blog-ev88com-latest-promotions-analysis__promo-grid {
    gap: 20px;
  }

  .page-blog-ev88com-latest-promotions-analysis__promo-card {
    padding: 20px;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-block,
  .page-blog-ev88com-latest-promotions-analysis__terms-block,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-block {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-image,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-image,
  .page-blog-ev88com-latest-promotions-analysis__terms-image {
    max-width: 100%;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-text,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-list,
  .page-blog-ev88com-latest-promotions-analysis__terms-list {
    max-width: 100%;
  }
}

@media (max-width: 849px) {
  .page-blog-ev88com-latest-promotions-analysis__hero-image img {
    object-fit: contain !important; /* Ensure image is fully visible */
    aspect-ratio: unset !important; /* Allow natural aspect ratio */
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-ev88com-latest-promotions-analysis {
    font-size: 15px;
  }

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

  .page-blog-ev88com-latest-promotions-analysis__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
  }

  .page-blog-ev88com-latest-promotions-analysis__hero-content {
    padding: 25px 15px;
  }

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

  .page-blog-ev88com-latest-promotions-analysis__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .page-blog-ev88com-latest-promotions-analysis__btn-primary,
  .page-blog-ev88com-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-ev88com-latest-promotions-analysis__content-section {
    padding: 40px 0;
  }

  .page-blog-ev88com-latest-promotions-analysis__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-ev88com-latest-promotions-analysis__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-ev88com-latest-promotions-analysis__promo-card {
    padding: 15px;
  }

  .page-blog-ev88com-latest-promotions-analysis__promo-card img {
    
  }

  .page-blog-ev88com-latest-promotions-analysis__card-title {
    font-size: 20px;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-block,
  .page-blog-ev88com-latest-promotions-analysis__terms-block,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-image,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-image,
  .page-blog-ev88com-latest-promotions-analysis__terms-image,
  .page-blog-ev88com-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-ev88com-latest-promotions-analysis__guide-text,
  .page-blog-ev88com-latest-promotions-analysis__why-choose-list,
  .page-blog-ev88com-latest-promotions-analysis__terms-list {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .page-blog-ev88com-latest-promotions-analysis__sub-title {
    font-size: 18px;
  }

  details.page-blog-ev88com-latest-promotions-analysis__faq-item summary.page-blog-ev88com-latest-promotions-analysis__faq-question { padding: 15px; }
  .page-blog-ev88com-latest-promotions-analysis__faq-qtext { font-size: 15px; }
  .page-blog-ev88com-latest-promotions-analysis__faq-answer { padding: 0 15px 15px; }

  /* Ensure no horizontal scroll for content areas */
  .page-blog-ev88com-latest-promotions-analysis__content-area,
  .page-blog-ev88com-latest-promotions-analysis__text-block,
  .page-blog-ev88com-latest-promotions-analysis__section,
  .page-blog-ev88com-latest-promotions-analysis__card,
  .page-blog-ev88com-latest-promotions-analysis__container,
  .page-blog-ev88com-latest-promotions-analysis__cta-buttons,
  .page-blog-ev88com-latest-promotions-analysis__button-group,
  .page-blog-ev88com-latest-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  /* Specific adjustment for article body images */
  .page-blog-ev88com-latest-promotions-analysis__article-body img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-blog-ev88com-latest-promotions-analysis__promo-grid {
    overflow-x: hidden !important;
  }
}