/* Page-specific styles for dream-numbers.php */

.dream-numbers-content {
  text-align: center;
}

.dream-numbers-content p {
  margin: 6px 0;
}

.dream-numbers-section {
  margin: 22px 0;
}

.dream-numbers-table {
  width: min(1100px, 96%);
  margin: 12px auto;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
}

.dream-numbers-table th,
.dream-numbers-table td {
  border: 1px solid #000;
  padding: 8px 10px;
  font-size: 16px;
}

.dream-numbers-table thead th {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .dream-numbers-table th,
  .dream-numbers-table td {
    font-size: 13px;
    padding: 7px 8px;
  }
}
