.page-blog-loto66-game-strategies-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark background */
  background-color: #08160F; /* Main background color */
}

.page-blog-loto66-game-strategies-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Minimal top padding, more bottom padding */
  background-color: #0A4B2C; /* Deep Green background for hero section */
  overflow: hidden;
}

.page-blog-loto66-game-strategies-tips__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-loto66-game-strategies-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-loto66-game-strategies-tips__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-loto66-game-strategies-tips__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-loto66-game-strategies-tips__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-loto66-game-strategies-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-loto66-game-strategies-tips__btn-primary,
.page-blog-loto66-game-strategies-tips__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-loto66-game-strategies-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Main text color for button */
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-loto66-game-strategies-tips__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-loto66-game-strategies-tips__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow color for secondary button text */
  border: 2px solid #57E38D;
}

.page-blog-loto66-game-strategies-tips__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  transform: translateY(-2px);
}

.page-blog-loto66-game-strategies-tips__btn-primary--center,
.page-blog-loto66-game-strategies-tips__btn-secondary--center {
  display: block;
  margin: 30px auto 0 auto;
  width: fit-content;
}

.page-blog-loto66-game-strategies-tips__section {
  padding: 60px 20px;
  border-bottom: 1px solid #1E3A2A; /* Divider color */
}

.page-blog-loto66-game-strategies-tips__section:last-of-type {
  border-bottom: none;
}

.page-blog-loto66-game-strategies-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-loto66-game-strategies-tips__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-loto66-game-strategies-tips__text-block {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 20px;
}

.page-blog-loto66-game-strategies-tips__text-block p {
  margin-bottom: 1em;
}

.page-blog-loto66-game-strategies-tips__light-bg {
  background-color: #08160F; /* Background color for light sections */
  color: #F2FFF6; /* Main text color */
}

.page-blog-loto66-game-strategies-tips__dark-bg {
  background-color: #0A4B2C; /* Deep Green background */
  color: #F2FFF6; /* Main text color */
}

.page-blog-loto66-game-strategies-tips__dark-section {
  background-color: #11A84E; /* Main brand color for dark section */
  color: #F2FFF6; /* Main text color */
}

.page-blog-loto66-game-strategies-tips__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-loto66-game-strategies-tips__card {
  background-color: #11271B; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-loto66-game-strategies-tips__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-loto66-game-strategies-tips__card-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold for card titles */
  margin-bottom: 15px;
}

.page-blog-loto66-game-strategies-tips__card-text {
  font-size: 1em;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-loto66-game-strategies-tips__game-strategy-block {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #1E3A2A; /* Divider */
}

.page-blog-loto66-game-strategies-tips__game-strategy-block:last-of-type {
  border-bottom: none;
}

.page-blog-loto66-game-strategies-tips__game-subtitle {
  font-size: 2em;
  color: #F2C14E; /* Gold for game subtitles */
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-loto66-game-strategies-tips__game-subheading {
  font-size: 1.3em;
  color: #57E38D; /* Glow color for subheadings */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-blog-loto66-game-strategies-tips__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 25px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-loto66-game-strategies-tips__content-image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 45%;
  max-width: 450px; /* Specific max-width for floated image */
}

.page-blog-loto66-game-strategies-tips__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-blog-loto66-game-strategies-tips__list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #F2FFF6;
}

.page-blog-loto66-game-strategies-tips__list-item::before {
  content: '✓';
  color: #57E38D; /* Glow color for list bullet */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-loto66-game-strategies-tips__list--advanced .page-blog-loto66-game-strategies-tips__list-item::before {
  content: '★';
  color: #F2C14E; /* Gold for advanced list bullet */
}

.page-blog-loto66-game-strategies-tips__faq-section {
  background-color: #08160F; /* Background color */
  padding: 60px 20px;
}

.page-blog-loto66-game-strategies-tips__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-loto66-game-strategies-tips__faq-item {
  background-color: #11271B; /* Card BG color */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-loto66-game-strategies-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  color: #F2FFF6; /* Main text color */
  background-color: #11271B; /* Card BG color */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-loto66-game-strategies-tips__faq-question:hover {
  background-color: rgba(17, 168, 78, 0.2); /* Slight hover effect */
}

.page-blog-loto66-game-strategies-tips__faq-item[open] > .page-blog-loto66-game-strategies-tips__faq-question {
  background-color: #0A4B2C; /* Deep Green when open */
  color: #F2C14E; /* Gold text when open */
}

.page-blog-loto66-game-strategies-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-loto66-game-strategies-tips__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #57E38D; /* Glow color */
}

.page-blog-loto66-game-strategies-tips__faq-item[open] .page-blog-loto66-game-strategies-tips__faq-toggle {
  color: #F2C14E; /* Gold when open */
}

.page-blog-loto66-game-strategies-tips__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-loto66-game-strategies-tips__faq-answer p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Hide default details marker */
.page-blog-loto66-game-strategies-tips__faq-item > summary::-webkit-details-marker {
  display: none;
}

.page-blog-loto66-game-strategies-tips__faq-item > summary {
  list-style: none;
}

/* Text colors for specific elements */
.page-blog-loto66-game-strategies-tips__text-main {
  color: #F2FFF6; /* Text Main */
}

.page-blog-loto66-game-strategies-tips__text-secondary {
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-blog-loto66-game-strategies-tips__content-image--right {
    shape-outside: polygon(calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px, 10px 0);
    shape-margin: 1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-loto66-game-strategies-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-loto66-game-strategies-tips__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-loto66-game-strategies-tips__description {
    font-size: 1em;
  }

  .page-blog-loto66-game-strategies-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-loto66-game-strategies-tips__btn-primary,
  .page-blog-loto66-game-strategies-tips__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    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-loto66-game-strategies-tips__section {
    padding: 40px 15px;
  }

  .page-blog-loto66-game-strategies-tips__content-area {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-loto66-game-strategies-tips__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-loto66-game-strategies-tips__game-subtitle {
    font-size: 1.6em;
  }

  .page-blog-loto66-game-strategies-tips__game-subheading {
    font-size: 1.2em;
  }

  .page-blog-loto66-game-strategies-tips__card {
    padding: 20px;
  }

  .page-blog-loto66-game-strategies-tips__card-image {
    height: 200px;
  }

  .page-blog-loto66-game-strategies-tips__content-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-loto66-game-strategies-tips__content-image--right {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
    margin: 20px auto !important;
  }

  .page-blog-loto66-game-strategies-tips p,
  .page-blog-loto66-game-strategies-tips li {
    font-size: 15px;
  }

  .page-blog-loto66-game-strategies-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-loto66-game-strategies-tips__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-loto66-game-strategies-tips__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* Ensure all image containers are responsive */
  .page-blog-loto66-game-strategies-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-loto66-game-strategies-tips__section,
  .page-blog-loto66-game-strategies-tips__card,
  .page-blog-loto66-game-strategies-tips__container,
  .page-blog-loto66-game-strategies-tips__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-blog-loto66-game-strategies-tips__hero-content {
    padding: 0 15px;
  }

  .page-blog-loto66-game-strategies-tips__section-title {
    font-size: 1.8em;
  }

  .page-blog-loto66-game-strategies-tips__game-subtitle {
    font-size: 1.4em;
  }
}