/* style/resources-168-lottery-prediction-tips.css */

.page-resources-168-lottery-prediction-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF;
}

.page-resources-168-lottery-prediction-tips__hero-section {
  position: relative;
  width: 100%;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #26A9E0; /* Main brand color */
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  overflow: hidden;
  flex-direction: column;
}

.page-resources-168-lottery-prediction-tips__hero-content {
  max-width: 900px;
  padding: 20px;
  z-index: 1;
}

.page-resources-168-lottery-prediction-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-168-lottery-prediction-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-168-lottery-prediction-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
}

.page-resources-168-lottery-prediction-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-168-lottery-prediction-tips__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-168-lottery-prediction-tips__btn-primary,
.page-resources-168-lottery-prediction-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-168-lottery-prediction-tips__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-168-lottery-prediction-tips__btn-primary:hover {
  background-color: #FF8C00;
  border-color: #FF8C00;
}

.page-resources-168-lottery-prediction-tips__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-168-lottery-prediction-tips__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-resources-168-lottery-prediction-tips__content-section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-168-lottery-prediction-tips__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-168-lottery-prediction-tips__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-168-lottery-prediction-tips__section-title {
  font-size: 2.2em;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-168-lottery-prediction-tips__text-block {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: left;
  font-size: 1.1em;
}

.page-resources-168-lottery-prediction-tips__text-block p {
  margin-bottom: 20px;
}

.page-resources-168-lottery-prediction-tips__text-block a {
  color: #EA7C07;
  text-decoration: underline;
}

.page-resources-168-lottery-prediction-tips__text-block a:hover {
  color: #FF8C00;
}

.page-resources-168-lottery-prediction-tips__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-168-lottery-prediction-tips__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  text-align: left;
}

.page-resources-168-lottery-prediction-tips__card {
  background-color: #FFFFFF;
  color: #333333;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.page-resources-168-lottery-prediction-tips__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-168-lottery-prediction-tips__card p {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-168-lottery-prediction-tips__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.page-resources-168-lottery-prediction-tips__feature-card {
  padding: 30px;
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-168-lottery-prediction-tips__feature-icon {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 4px;
}

.page-resources-168-lottery-prediction-tips__feature-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-168-lottery-prediction-tips__cta-buttons--centered {
  margin-top: 40px;
}

.page-resources-168-lottery-prediction-tips__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-168-lottery-prediction-tips__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-168-lottery-prediction-tips__faq-section {
  padding: 60px 20px;
  background-color: #26A9E0;
  color: #FFFFFF;
  text-align: center;
}

.page-resources-168-lottery-prediction-tips__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-168-lottery-prediction-tips__faq-item {
  background-color: #FFFFFF;
  color: #333333;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-resources-168-lottery-prediction-tips__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: #F8F8F8;
  color: #26A9E0;
  transition: background-color 0.3s ease;
}

.page-resources-168-lottery-prediction-tips__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-168-lottery-prediction-tips__faq-item summary:hover {
  background-color: #E0F2F7;
}

.page-resources-168-lottery-prediction-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
}

.page-resources-168-lottery-prediction-tips__faq-answer {
  padding: 20px;
  padding-top: 0;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
}

.page-resources-168-lottery-prediction-tips__faq-answer p {
  margin-bottom: 10px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-168-lottery-prediction-tips__hero-title {
    font-size: 2.2em;
  }

  .page-resources-168-lottery-prediction-tips__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-168-lottery-prediction-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-168-lottery-prediction-tips__hero-section {
    min-height: 400px;
    padding: 30px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile specific header offset */
  }

  .page-resources-168-lottery-prediction-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-168-lottery-prediction-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-168-lottery-prediction-tips__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-168-lottery-prediction-tips__btn-primary,
  .page-resources-168-lottery-prediction-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-resources-168-lottery-prediction-tips__content-section {
    padding: 40px 15px;
  }

  .page-resources-168-lottery-prediction-tips__section-title {
    font-size: 1.6em;
  }

  .page-resources-168-lottery-prediction-tips__text-block,
  .page-resources-168-lottery-prediction-tips__grid-container,
  .page-resources-168-lottery-prediction-tips__features-grid,
  .page-resources-168-lottery-prediction-tips__faq-list,
  .page-resources-168-lottery-prediction-tips__cta-section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-resources-168-lottery-prediction-tips__content-image,
  .page-resources-168-lottery-prediction-tips__feature-icon,
  .page-resources-168-lottery-prediction-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-resources-168-lottery-prediction-tips__card {
    padding: 20px;
  }

  .page-resources-168-lottery-prediction-tips__faq-item summary {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-168-lottery-prediction-tips__faq-answer {
    padding: 15px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-168-lottery-prediction-tips__hero-title {
    font-size: 1.5em;
  }

  .page-resources-168-lottery-prediction-tips__section-title {
    font-size: 1.4em;
  }
}