/* style/blog-loto188-apk-promotions-analysis.css */
.page-blog-loto188-apk-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-loto188-apk-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
  background-color: #0A4B2C; /* Deep Green for hero background */
}

.page-blog-loto188-apk-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for the image wrapper */
  margin-bottom: 30px;
}

.page-blog-loto188-apk-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-loto188-apk-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-loto188-apk-promotions-analysis__main-title {
  font-size: clamp(2.2em, 4vw, 3.5em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-loto188-apk-promotions-analysis__intro-text {
  font-size: clamp(1em, 1.8vw, 1.3em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-loto188-apk-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-loto188-apk-promotions-analysis__btn-primary,
.page-blog-loto188-apk-promotions-analysis__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-loto188-apk-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-loto188-apk-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-loto188-apk-promotions-analysis__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for text */
  border: 2px solid #2AD16F; /* Border */
}

.page-blog-loto188-apk-promotions-analysis__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.2);
}

.page-blog-loto188-apk-promotions-analysis__btn-small {
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-blog-loto188-apk-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-loto188-apk-promotions-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-loto188-apk-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.page-blog-loto188-apk-promotions-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-loto188-apk-promotions-analysis__sub-title {
  font-size: 1.8em;
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-loto188-apk-promotions-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-loto188-apk-promotions-analysis__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-loto188-apk-promotions-analysis__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-blog-loto188-apk-promotions-analysis__card-content {
  padding: 25px;
}

.page-blog-loto188-apk-promotions-analysis__card-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-loto188-apk-promotions-analysis__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-loto188-apk-promotions-analysis__numbered-list,
.page-blog-loto188-apk-promotions-analysis__bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.page-blog-loto188-apk-promotions-analysis__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

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

.page-blog-loto188-apk-promotions-analysis__list-title {
  font-size: 1.4em;
  color: #2AD16F; /* Bright Green */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-loto188-apk-promotions-analysis__list-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-loto188-apk-promotions-analysis__faq-section {
  margin-top: 40px;
}

.page-blog-loto188-apk-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-loto188-apk-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  color: #F2C14E; /* Gold */
  user-select: none;
  list-style: none;
}

.page-blog-loto188-apk-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-loto188-apk-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Bright Green */
}

.page-blog-loto188-apk-promotions-analysis__faq-item[open] .page-blog-loto188-apk-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-loto188-apk-promotions-analysis__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-loto188-apk-promotions-analysis__cta-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-loto188-apk-promotions-analysis__cta-title {
  font-size: 2.2em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-loto188-apk-promotions-analysis__cta-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (min-width: 769px) {
  .page-blog-loto188-apk-promotions-analysis__card {
    flex-direction: row;
  }

  .page-blog-loto188-apk-promotions-analysis__card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .page-blog-loto188-apk-promotions-analysis__card-image {
    width: 40%;
    height: auto;
  }

  .page-blog-loto188-apk-promotions-analysis__card-content {
    width: 60%;
    padding: 30px;
  }

  .page-blog-loto188-apk-promotions-analysis__hero-content {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .page-blog-loto188-apk-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-loto188-apk-promotions-analysis__main-title {
    font-size: 2em;
  }

  .page-blog-loto188-apk-promotions-analysis__intro-text {
    font-size: 1em;
  }

  .page-blog-loto188-apk-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-loto188-apk-promotions-analysis__btn-primary,
  .page-blog-loto188-apk-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-loto188-apk-promotions-analysis__content-area,
  .page-blog-loto188-apk-promotions-analysis__container {
    padding: 20px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-loto188-apk-promotions-analysis__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-loto188-apk-promotions-analysis__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-blog-loto188-apk-promotions-analysis__paragraph {
    font-size: 0.95em;
  }

  .page-blog-loto188-apk-promotions-analysis__card-image {
    height: 200px;
  }

  .page-blog-loto188-apk-promotions-analysis__card-title {
    font-size: 1.4em;
  }

  .page-blog-loto188-apk-promotions-analysis__card-description {
    font-size: 0.9em;
  }

  .page-blog-loto188-apk-promotions-analysis__list-title {
    font-size: 1.2em;
  }

  .page-blog-loto188-apk-promotions-analysis__list-description {
    font-size: 0.9em;
  }

  .page-blog-loto188-apk-promotions-analysis__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-loto188-apk-promotions-analysis__faq-answer {
    padding: 0 15px 15px 15px;
    font-size: 0.9em;
  }

  .page-blog-loto188-apk-promotions-analysis__cta-title {
    font-size: 1.8em;
  }

  .page-blog-loto188-apk-promotions-analysis__cta-description {
    font-size: 1em;
  }

  /* Ensure all images are responsive */
  .page-blog-loto188-apk-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-loto188-apk-promotions-analysis__hero-image-wrapper,
  .page-blog-loto188-apk-promotions-analysis__card,
  .page-blog-loto188-apk-promotions-analysis__list-item,
  .page-blog-loto188-apk-promotions-analysis__faq-item,
  .page-blog-loto188-apk-promotions-analysis__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-loto188-apk-promotions-analysis__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-loto188-apk-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

/* Color Contrast Fixes (if needed, but design should prevent) */
.page-blog-loto188-apk-promotions-analysis__light-bg {
  background-color: #08160F; /* Ensure dark background */
  color: #F2FFF6; /* Light text */
}

.page-blog-loto188-apk-promotions-analysis__dark-bg {
  background-color: #11271B; /* Darker background */
  color: #F2FFF6; /* Light text */
}

/* Global image size constraint enforcement */
.page-blog-loto188-apk-promotions-analysis img {
  min-width: 200px;
  min-height: 200px;
}

.page-blog-loto188-apk-promotions-analysis__card-image {
  min-width: 200px;
  min-height: 200px;
}

.page-blog-loto188-apk-promotions-analysis__hero-image {
  min-width: 200px;
  min-height: 200px;
}

/* No CSS filter for images */
.page-blog-loto188-apk-promotions-analysis img {
  filter: none !important;
}