/* style/blog-mu88ae-latest-promotions-analysis.css */

/* Base styles for the page content */
.page-blog-mu88ae-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #FFFFFF);
}

.page-blog-mu88ae-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding for content */
  background-color: #26A9E0;
  color: #ffffff;
  overflow: hidden;
}

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

.page-blog-mu88ae-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-mu88ae-latest-promotions-analysis__hero-content {
  max-width: 960px;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-mu88ae-latest-promotions-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-mu88ae-latest-promotions-analysis__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-mu88ae-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-mu88ae-latest-promotions-analysis__btn-primary,
.page-blog-mu88ae-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-mu88ae-latest-promotions-analysis__btn-primary {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

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

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

.page-blog-mu88ae-latest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-mu88ae-latest-promotions-analysis__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-blog-mu88ae-latest-promotions-analysis__content-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333333;
  box-sizing: border-box;
}

.page-blog-mu88ae-latest-promotions-analysis__section-title {
  font-size: 2em;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}

.page-blog-mu88ae-latest-promotions-analysis__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-mu88ae-latest-promotions-analysis__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333333;
}

.page-blog-mu88ae-latest-promotions-analysis__paragraph a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-mu88ae-latest-promotions-analysis__paragraph a:hover {
  color: #EA7C07;
}

.page-blog-mu88ae-latest-promotions-analysis__list,
.page-blog-mu88ae-latest-promotions-analysis__numbered-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-mu88ae-latest-promotions-analysis__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  color: #333333;
}

.page-blog-mu88ae-latest-promotions-analysis__list-item:last-child {
  margin-bottom: 0;
}

.page-blog-mu88ae-latest-promotions-analysis__numbered-list .page-blog-mu88ae-latest-promotions-analysis__list-item {
  counter-increment: list-counter;
  position: relative;
  padding-left: 40px;
  border-left: none;
}

.page-blog-mu88ae-latest-promotions-analysis__numbered-list .page-blog-mu88ae-latest-promotions-analysis__list-item::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #26A9E0;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-blog-mu88ae-latest-promotions-analysis__list-title {
  font-size: 1.2em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 5px;
}

.page-blog-mu88ae-latest-promotions-analysis__list-description {
  font-size: 1em;
  color: #555555;
}

.page-blog-mu88ae-latest-promotions-analysis__image-container {
  margin: 30px 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-mu88ae-latest-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

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

.page-blog-mu88ae-latest-promotions-analysis__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-mu88ae-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-mu88ae-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none; /* For details summary */
}

.page-blog-mu88ae-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-mu88ae-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-mu88ae-latest-promotions-analysis__faq-answer {
  padding: 0 20px 15px 20px;
  background-color: #ffffff;
  color: #555555;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-mu88ae-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__main-title {
    font-size: 1.8em;
    margin-top: 10px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-blog-mu88ae-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

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

  .page-blog-mu88ae-latest-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__paragraph,
  .page-blog-mu88ae-latest-promotions-analysis__list-description {
    font-size: 0.95em;
  }

  .page-blog-mu88ae-latest-promotions-analysis__list-item {
    padding: 10px 15px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__list-title {
    font-size: 1.1em;
  }

  .page-blog-mu88ae-latest-promotions-analysis__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-blog-mu88ae-latest-promotions-analysis__faq-answer {
    padding: 0 15px 12px 15px;
  }

  /* Image responsive override */
  .page-blog-mu88ae-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-mu88ae-latest-promotions-analysis__image-container,
  .page-blog-mu88ae-latest-promotions-analysis__section,
  .page-blog-mu88ae-latest-promotions-analysis__card,
  .page-blog-mu88ae-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

/* Ensure no filter is used on images */
.page-blog-mu88ae-latest-promotions-analysis img {
  filter: none; /* Explicitly ensure no filter */
}