.customer-header {
  margin-bottom: 1rem;
}

.customer-panels {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.coverage-block {
  background: #fff;
  border-radius: 6px;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
  flex: 1 1 320px;
}

.coverage-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}

.coverage-table th,
.coverage-table td {
  border: 1px solid #e5e7eb;
  padding: 0.4rem;
  font-size: 0.9rem;
}

.coverage-table th {
  background: #f3f4f6;
  text-align: left;
}

.customer-links {
  margin-top: 1rem;
}
