
.page-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.section-header {
  background-color: #d1d5db;
  padding: 0.75rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.section-description {
  color: #374151;
  margin-top: 1rem;
  text-align: justify;
  font-size: 1rem;
}

/* Table Styling */
.table-wrapper {
  overflow-x: auto;
}

.lucky-table {
  width: 100%;
  max-width: 48rem;
  margin: 1.5rem auto 3.5rem;
  border-collapse: collapse;
  border: 1px solid #d1d5db;
  font-size: 0.9rem;
}

.lucky-table th,
.lucky-table td {
  border: 1px solid #d1d5db;
  padding: 0.5rem 1rem;
  text-align: center;
}

.table-head {
  background-color: #b91c1c;
  color: #fff;
}

.enemy {
  color: #dc2626;
}

.alt-row {
  background-color: #f9fafb;
}

/* Lucky Colors Section */
.colors-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem 0;
}

.color-box {
  background-color: #4b5563;
  color: white;
  text-align: center;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.color-number {
  font-size: 2.25rem;
  font-weight: 800;
  background-color: #9333ea;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.color-description {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-top: 0.75rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.color-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.color-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.color-circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  display: inline-block;
}

/* Ad container */
.adContainer {
  margin: 1rem auto;
  text-align: center;
}
