.page-blog-loto188o-popular-games-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--Text-Main); /* Light text for dark body background */
  background-color: transparent; /* Body background from shared.css */
}

.page-blog-loto188o-popular-games-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-loto188o-popular-games-strategy__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  background-color: var(--Deep-Navy);
  position: relative;
  overflow: hidden;
}

.page-blog-loto188o-popular-games-strategy__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-height: 500px; /* Limit height on desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-loto188o-popular-games-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-loto188o-popular-games-strategy__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-loto188o-popular-games-strategy__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--Text-Main);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-loto188o-popular-games-strategy__hero-description {
  font-size: 1.1em;
  color: var(--Text-Secondary);
  margin-bottom: 30px;
}

.page-blog-loto188o-popular-games-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-blog-loto188o-popular-games-strategy__cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
}

.page-blog-loto188o-popular-games-strategy__content-section {
  padding: 60px 0;
  background-color: var(--Card-BG);
  border-bottom: 1px solid var(--Divider);
}

.page-blog-loto188o-popular-games-strategy__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-loto188o-popular-games-strategy__intro-section {
  background-color: var(--Deep-Navy);
}

.page-blog-loto188o-popular-games-strategy__section-title {
  font-size: 2.2em;
  color: var(--Text-Main);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-loto188o-popular-games-strategy__text-block {
  font-size: 1.05em;
  color: var(--Text-Secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-loto188o-popular-games-strategy__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-loto188o-popular-games-strategy__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-blog-loto188o-popular-games-strategy__content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-blog-loto188o-popular-games-strategy__text-content {
  flex: 1;
  max-width: 50%;
}

.page-blog-loto188o-popular-games-strategy__sub-title {
  font-size: 1.6em;
  color: var(--Text-Main);
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-loto188o-popular-games-strategy__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-loto188o-popular-games-strategy__list-item {
  color: var(--Text-Secondary);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-loto188o-popular-games-strategy__list-item::before {
  content: '✔';
  color: var(--Gold);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.page-blog-loto188o-popular-games-strategy__faq-section {
  background-color: var(--Deep-Navy);
}

.page-blog-loto188o-popular-games-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-loto188o-popular-games-strategy__faq-item {
  background-color: var(--Card-BG);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--Text-Main);
}

.page-blog-loto188o-popular-games-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: var(--Text-Main);
  background-color: var(--Card-BG);
  border-bottom: 1px solid var(--Divider);
  list-style: none;
  position: relative;
}

.page-blog-loto188o-popular-games-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-loto188o-popular-games-strategy__faq-question::marker {
  display: none;
}

.page-blog-loto188o-popular-games-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-loto188o-popular-games-strategy__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--Gold);
  transition: transform 0.3s ease;
}

.page-blog-loto188o-popular-games-strategy__faq-item[open] .page-blog-loto188o-popular-games-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-loto188o-popular-games-strategy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--Text-Secondary);
  background-color: var(--Card-BG);
}

.page-blog-loto188o-popular-games-strategy__faq-answer p {
  margin-bottom: 0;
}

.page-blog-loto188o-popular-games-strategy__faq-answer a {
  color: var(--Auxiliary-Color);
  text-decoration: underline;
}

.page-blog-loto188o-popular-games-strategy__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-loto188o-popular-games-strategy__cta-button--large {
  font-size: 1.2em;
  padding: 18px 35px;
  margin-top: 30px;
}

/* General image responsiveness */
.page-blog-loto188o-popular-games-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* General button responsiveness */
.page-blog-loto188o-popular-games-strategy__cta-button,
.page-blog-loto188o-popular-games-strategy a[class*="button"],
.page-blog-loto188o-popular-games-strategy a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-loto188o-popular-games-strategy__cta-buttons,
.page-blog-loto188o-popular-games-strategy__button-group,
.page-blog-loto188o-popular-games-strategy__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
  .page-blog-loto188o-popular-games-strategy__main-title {
    font-size: 2.5em;
  }

  .page-blog-loto188o-popular-games-strategy__section-title {
    font-size: 2em;
  }

  .page-blog-loto188o-popular-games-strategy__sub-title {
    font-size: 1.4em;
  }

  .page-blog-loto188o-popular-games-strategy__image-text-layout {
    flex-direction: column;
  }

  .page-blog-loto188o-popular-games-strategy__content-image,
  .page-blog-loto188o-popular-games-strategy__text-content {
    max-width: 100%;
    flex: none;
  }
}

@media (max-width: 768px) {
  .page-blog-loto188o-popular-games-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-loto188o-popular-games-strategy__hero-image-wrapper {
    max-height: 300px;
  }

  .page-blog-loto188o-popular-games-strategy__main-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-blog-loto188o-popular-games-strategy__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-loto188o-popular-games-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-blog-loto188o-popular-games-strategy__content-section {
    padding: 40px 0;
  }

  .page-blog-loto188o-popular-games-strategy__container {
    padding: 0 15px;
  }

  .page-blog-loto188o-popular-games-strategy__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-loto188o-popular-games-strategy__text-block {
    font-size: 0.95em;
  }

  .page-blog-loto188o-popular-games-strategy__sub-title {
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-loto188o-popular-games-strategy__list-item {
    font-size: 0.95em;
    padding-left: 20px;
  }

  /* General image responsiveness for mobile */
  .page-blog-loto188o-popular-games-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Product display images (gameshow) mobile adaptation */
  .page-blog-loto188o-popular-games-strategy__image-text-layout {
    flex-direction: column !important;
    gap: 20px;
  }

  .page-blog-loto188o-popular-games-strategy__content-image,
  .page-blog-loto188o-popular-games-strategy__text-content {
    max-width: 100% !important;
    width: 100% !important;
    flex: none !important;
  }

  /* Button responsiveness for mobile */
  .page-blog-loto188o-popular-games-strategy__cta-button,
  .page-blog-loto188o-popular-games-strategy a[class*="button"],
  .page-blog-loto188o-popular-games-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-loto188o-popular-games-strategy__cta-buttons,
  .page-blog-loto188o-popular-games-strategy__button-group,
  .page-blog-loto188o-popular-games-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }

  /* FAQ section mobile adaptation */
  .page-blog-loto188o-popular-games-strategy__faq-item {
    margin-bottom: 10px;
  }

  .page-blog-loto188o-popular-games-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-loto188o-popular-games-strategy__faq-answer {
    padding: 0 20px 15px;
  }

  /* Other content modules mobile adaptation */
  .page-blog-loto188o-popular-games-strategy__content-section .page-blog-loto188o-popular-games-strategy__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-loto188o-popular-games-strategy__conclusion-section .page-blog-loto188o-popular-games-strategy__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}