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