/* style/blog-mmo88-win-latest-promotions-guide.css */
.page-blog-mmo88-win-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
  line-height: 1.6;
}

.page-blog-mmo88-win-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px;
  background-color: #f0f8ff; /* Light blue background for hero */
  overflow: hidden;
}

.page-blog-mmo88-win-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.page-blog-mmo88-win-latest-promotions-guide__hero-content {
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-mmo88-win-latest-promotions-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-mmo88-win-latest-promotions-guide__description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-mmo88-win-latest-promotions-guide__btn-primary,
.page-blog-mmo88-win-latest-promotions-guide__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mmo88-win-latest-promotions-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
  margin-right: 15px;
}

.page-blog-mmo88-win-latest-promotions-guide__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

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

.page-blog-mmo88-win-latest-promotions-guide__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-mmo88-win-latest-promotions-guide__section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-blog-mmo88-win-latest-promotions-guide__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-blog-mmo88-win-latest-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-mmo88-win-latest-promotions-guide__container--center {
  text-align: center;
}

.page-blog-mmo88-win-latest-promotions-guide__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-mmo88-win-latest-promotions-guide__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #444444;
  text-align: justify;
}

.page-blog-mmo88-win-latest-promotions-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-mmo88-win-latest-promotions-guide__image--wide {
  max-width: 1000px; /* Example for a slightly narrower image in content */
}

.page-blog-mmo88-win-latest-promotions-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-mmo88-win-latest-promotions-guide__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-mmo88-win-latest-promotions-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-mmo88-win-latest-promotions-guide__card-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-mmo88-win-latest-promotions-guide__card p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-blog-mmo88-win-latest-promotions-guide__card .page-blog-mmo88-win-latest-promotions-guide__btn-secondary {
  margin-top: auto;
  width: 100%;
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list,
.page-blog-mmo88-win-latest-promotions-guide__unordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list li,
.page-blog-mmo88-win-latest-promotions-guide__unordered-list li {
  background-color: #f0f8ff;
  border-left: 5px solid #26A9E0;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list li:last-child,
.page-blog-mmo88-win-latest-promotions-guide__unordered-list li:last-child {
  margin-bottom: 0;
}

.page-blog-mmo88-win-latest-promotions-guide__list-title {
  font-size: 1.2em;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list p,
.page-blog-mmo88-win-latest-promotions-guide__unordered-list p {
  font-size: 1em;
  color: #555555;
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list li a {
  color: #EA7C07; /* Login color for emphasis */
  text-decoration: underline;
}

.page-blog-mmo88-win-latest-promotions-guide__ordered-list li a:hover {
  text-decoration: none;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-list {
  margin-top: 40px;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-mmo88-win-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #f0f8ff;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-item[open] .page-blog-mmo88-win-latest-promotions-guide__faq-question {
  background-color: #e6f2ff;
  border-bottom: 1px solid #26A9E0;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

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

.page-blog-mmo88-win-latest-promotions-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-item summary {
  list-style: none;
}

.page-blog-mmo88-win-latest-promotions-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.page-blog-mmo88-win-latest-promotions-guide__cta-final {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
}

.page-blog-mmo88-win-latest-promotions-guide__cta-final .page-blog-mmo88-win-latest-promotions-guide__section-title,
.page-blog-mmo88-win-latest-promotions-guide__cta-final .page-blog-mmo88-win-latest-promotions-guide__text-block {
  color: #ffffff;
}

.page-blog-mmo88-win-latest-promotions-guide__button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-mmo88-win-latest-promotions-guide__hero-content {
    max-width: 768px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-mmo88-win-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }
  .page-blog-mmo88-win-latest-promotions-guide__btn-primary,
  .page-blog-mmo88-win-latest-promotions-guide__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-mmo88-win-latest-promotions-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__hero-content {
    padding: 0 15px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 10px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__btn-primary,
  .page-blog-mmo88-win-latest-promotions-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1em !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__section {
    padding: 40px 0;
  }
  .page-blog-mmo88-win-latest-promotions-guide__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-mmo88-win-latest-promotions-guide__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__text-block {
    font-size: 0.95em;
  }
  .page-blog-mmo88-win-latest-promotions-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-mmo88-win-latest-promotions-guide__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__card {
    padding: 25px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__card-title {
    font-size: 1.2em;
  }
  .page-blog-mmo88-win-latest-promotions-guide__ordered-list li,
  .page-blog-mmo88-win-latest-promotions-guide__unordered-list li {
    padding: 15px 20px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__list-title {
    font-size: 1.1em;
  }
  .page-blog-mmo88-win-latest-promotions-guide__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__faq-answer {
    padding: 15px 20px;
  }
  .page-blog-mmo88-win-latest-promotions-guide__cta-final {
    padding: 60px 0;
  }

  /* Ensure all image containers are responsive */
  .page-blog-mmo88-win-latest-promotions-guide__hero-image-wrapper,
  .page-blog-mmo88-win-latest-promotions-guide__intro-promotions .page-blog-mmo88-win-latest-promotions-guide__image,
  .page-blog-mmo88-win-latest-promotions-guide__promotion-types .page-blog-mmo88-win-latest-promotions-guide__image,
  .page-blog-mmo88-win-latest-promotions-guide__participation-guide .page-blog-mmo88-win-latest-promotions-guide__image,
  .page-blog-mmo88-win-latest-promotions-guide__faq .page-blog-mmo88-win-latest-promotions-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}