/* style/index-north-lottery-results-quick-check.css */
.page-index-north-lottery-results-quick-check {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff; /* Default text color for dark background */
  background-color: #1a0033; /* Darker variant of main color for overall background */
  line-height: 1.6;
}

.page-index-north-lottery-results-quick-check-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-north-lottery-results-quick-check-hero-section {
  background: linear-gradient(135deg, #4B0082, #814da8);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-index-north-lottery-results-quick-check-hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-north-lottery-results-quick-check-hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-north-lottery-results-quick-check-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-index-north-lottery-results-quick-check-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-index-north-lottery-results-quick-check-btn-primary {
  background-color: #FFD700;
  color: #4B0082;
}

.page-index-north-lottery-results-quick-check-btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-north-lottery-results-quick-check-btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-north-lottery-results-quick-check-btn-secondary:hover {
  background-color: #FFD700;
  color: #4B0082;
  transform: translateY(-2px);
}

.page-index-north-lottery-results-quick-check-btn-large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-index-north-lottery-results-quick-check-btn-small {
  padding: 8px 18px;
  font-size: 0.9em;
  border-radius: 5px;
  background-color: #FFD700;
  color: #4B0082;
}

.page-index-north-lottery-results-quick-check-btn-small:hover {
  background-color: #e6c200;
}

.page-index-north-lottery-results-quick-check-btn-text {
  background: none;
  border: none;
  color: #FFD700;
  padding: 5px 10px;
  text-decoration: underline;
  font-size: 1em;
}

.page-index-north-lottery-results-quick-check-btn-text:hover {
  color: #e6c200;
}

.page-index-north-lottery-results-quick-check-hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-index-north-lottery-results-quick-check-section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
}

.page-index-north-lottery-results-quick-check-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-north-lottery-results-quick-check-section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #e0e0e0;
}

.page-index-north-lottery-results-quick-check-lottery-results-section,
.page-index-north-lottery-results-quick-check-about-thienhabet-section,
.page-index-north-lottery-results-quick-check-promotion-section,
.page-index-north-lottery-results-quick-check-app-download-section,
.page-index-north-lottery-results-quick-check-why-choose-us-section,
.page-index-north-lottery-results-quick-check-lottery-guide-section {
  padding: 80px 0;
  background-color: #2e005c; /* Slightly lighter purple for sections */
  margin-bottom: 20px;
}

.page-index-north-lottery-results-quick-check-lottery-results-section {
  background-color: #4B0082;
}

.page-index-north-lottery-results-quick-check-results-display {
  background-color: #3a0073;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}

.page-index-north-lottery-results-quick-check-date-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.page-index-north-lottery-results-quick-check-date-selector label {
  font-size: 1.1em;
  color: #FFD700;
}

.page-index-north-lottery-results-quick-check-date-input {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #FFD700;
  background-color: #1a0033;
  color: #fff;
  font-size: 1em;
}

.page-index-north-lottery-results-quick-check-current-results {
  text-align: center;
}

.page-index-north-lottery-results-quick-check-results-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-index-north-lottery-results-quick-check-prize-table {
  overflow-x: auto;
  margin-bottom: 20px;
}

.page-index-north-lottery-results-quick-check-prize-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  color: #fff;
  background-color: #4B0082;
}

.page-index-north-lottery-results-quick-check-prize-table th,
.page-index-north-lottery-results-quick-check-prize-table td {
  border: 1px solid #6a00c2;
  padding: 12px 15px;
  text-align: center;
}

.page-index-north-lottery-results-quick-check-prize-table th {
  background-color: #FFD700;
  color: #4B0082;
  font-weight: bold;
  font-size: 1.1em;
}

.page-index-north-lottery-results-quick-check-prize-table td {
  background-color: #3a0073;
  color: #e0e0e0;
}

.page-index-north-lottery-results-quick-check-prize-table .prize-number {
  font-weight: bold;
  color: #FFD700;
}

.page-index-north-lottery-results-quick-check-disclaimer {
  font-style: italic;
  color: #ccc;
  font-size: 0.9em;
}

.page-index-north-lottery-results-quick-check-section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-north-lottery-results-quick-check-features-grid,
.page-index-north-lottery-results-quick-check-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-north-lottery-results-quick-check-feature-item,
.page-index-north-lottery-results-quick-check-advantage-item {
  background-color: #4B0082;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-north-lottery-results-quick-check-feature-icon,
.page-index-north-lottery-results-quick-check-advantage-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-north-lottery-results-quick-check-feature-title,
.page-index-north-lottery-results-quick-check-advantage-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-north-lottery-results-quick-check-feature-description,
.page-index-north-lottery-results-quick-check-advantage-description {
  font-size: 1em;
  color: #e0e0e0;
  flex-grow: 1;
}

.page-index-north-lottery-results-quick-check-promotion-section {
  background: linear-gradient(90deg, #4B0082, #FFD700);
  color: #4B0082;
  text-align: center;
  padding: 100px 0;
}

.page-index-north-lottery-results-quick-check-promotion-section .page-index-north-lottery-results-quick-check-section-title {
  color: #4B0082;
}

.page-index-north-lottery-results-quick-check-promotion-section .page-index-north-lottery-results-quick-check-section-description {
  color: #4B0082;
  font-weight: 500;
}

.page-index-north-lottery-results-quick-check-promotion-section .page-index-north-lottery-results-quick-check-section-title::after {
  background-color: #4B0082;
}

.page-index-north-lottery-results-quick-check-promotion-image {
  max-width: 90%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-index-north-lottery-results-quick-check-app-download-section {
  background-color: #3a0073;
  text-align: center;
}

.page-index-north-lottery-results-quick-check-app-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-index-north-lottery-results-quick-check-app-buttons .page-index-north-lottery-results-quick-check-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-index-north-lottery-results-quick-check-app-buttons .fab {
  font-size: 1.3em;
}

.page-index-north-lottery-results-quick-check-qr-code {
  margin-top: 40px;
}

.page-index-north-lottery-results-quick-check-qr-code p {
  font-size: 1.1em;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.page-index-north-lottery-results-quick-check-qr-image {
  width: 180px;
  height: 180px;
  border: 5px solid #FFD700;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-north-lottery-results-quick-check-app-mockup-image {
  max-width: 70%;
  height: auto;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-index-north-lottery-results-quick-check-why-choose-us-section {
  background-color: #2e005c;
}

.page-index-north-lottery-results-quick-check-lottery-guide-section {
  background-color: #1a0033;
  padding-bottom: 100px;
}

.page-index-north-lottery-results-quick-check-lottery-guide-section p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-index-north-lottery-results-quick-check-lottery-guide-section ul,
.page-index-north-lottery-results-quick-check-lottery-guide-section ol {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-index-north-lottery-results-quick-check-lottery-guide-section ul li,
.page-index-north-lottery-results-quick-check-lottery-guide-section ol li {
  margin-bottom: 8px;
}

.page-index-north-lottery-results-quick-check-sub-section-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #6a00c2;
  padding-bottom: 10px;
}

.page-index-north-lottery-results-quick-check-lottery-guide-section h4 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-north-lottery-results-quick-check-guide-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-north-lottery-results-quick-check .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-north-lottery-results-quick-check-hero-title {
    font-size: 2.5em;
  }
  .page-index-north-lottery-results-quick-check-hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-north-lottery-results-quick-check-section-title {
    font-size: 2em;
  }
  .page-index-north-lottery-results-quick-check-feature-item,
  .page-index-north-lottery-results-quick-check-advantage-item {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-index-north-lottery-results-quick-check-hero-title {
    font-size: 2em;
  }
  .page-index-north-lottery-results-quick-check-hero-subtitle {
    font-size: 1em;
  }
  .page-index-north-lottery-results-quick-check-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-north-lottery-results-quick-check-btn {
    width: 100%;
    max-width: 300px;
  }
  .page-index-north-lottery-results-quick-check-section-title {
    font-size: 1.8em;
  }
  .page-index-north-lottery-results-quick-check-section-description {
    font-size: 0.95em;
  }
  .page-index-north-lottery-results-quick-check-sub-section-title {
    font-size: 1.6em;
  }
  .page-index-north-lottery-results-quick-check-lottery-results-section,
  .page-index-north-lottery-results-quick-check-about-thienhabet-section,
  .page-index-north-lottery-results-quick-check-promotion-section,
  .page-index-north-lottery-results-quick-check-app-download-section,
  .page-index-north-lottery-results-quick-check-why-choose-us-section,
  .page-index-north-lottery-results-quick-check-lottery-guide-section {
    padding: 60px 0;
  }
  .page-index-north-lottery-results-quick-check-app-mockup-image {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-index-north-lottery-results-quick-check-hero-title {
    font-size: 1.8em;
  }
  .page-index-north-lottery-results-quick-check-hero-subtitle {
    font-size: 0.9em;
  }
  .page-index-north-lottery-results-quick-check-btn-large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
  .page-index-north-lottery-results-quick-check-date-selector {
    flex-direction: column;
    gap: 10px;
  }
  .page-index-north-lottery-results-quick-check-date-input,
  .page-index-north-lottery-results-quick-check-date-selector button {
    width: 100%;
    max-width: 250px;
  }
  .page-index-north-lottery-results-quick-check-prize-table th,
  .page-index-north-lottery-results-quick-check-prize-table td {
    padding: 8px 10px;
    font-size: 0.9em;
  }
  .page-index-north-lottery-results-quick-check-feature-item,
  .page-index-north-lottery-results-quick-check-advantage-item {
    padding: 20px;
  }
  .page-index-north-lottery-results-quick-check-feature-title,
  .page-index-north-lottery-results-quick-check-advantage-title {
    font-size: 1.4em;
  }
  .page-index-north-lottery-results-quick-check-promotion-section {
    padding: 70px 0;
  }
  .page-index-north-lottery-results-quick-check-app-buttons {
    flex-direction: column;
    gap: 15px;
  }
}