.coverage-person {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
}

.coverage-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}

.coverage-options select {
  min-width: 14rem;
  max-width: 100%;
}

.coverage-options label {
  font-weight: 400;
}

.coverage-options div {
  color: #333;
}

.nyl-rate-table {
  margin-top: 1rem;
  padding: 6px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #b7d7ee;
  border-radius: 6px;
  overflow: hidden;
  background: #f4faff;
  font-size: 0.875rem;
}

.nyl-rate-table th,
.nyl-rate-table td {
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #d6eaf8;
  line-height: 1.3;
}

.nyl-rate-table th {
  background: #d9ecfb;
  color: #1f4e6d;
  font-weight: 600;
  text-align: left;
}

.nyl-rate-table tbody tr:nth-child(odd) {
  background: #f7fbff;
}

.nyl-rate-table tbody tr:nth-child(even) {
  background: #eaf5fc;
}

.nyl-rate-table tbody tr:last-child td {
  border-bottom: 0;
}

.nyl-rate-table td {
  color: #263f50;
}
