/* All styles are namespaced under .nwa-coach- so nothing else on the site is affected */

.nwa-coach-section {
  margin: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nwa-coach-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.nwa-coach-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.nwa-coach-table th,
.nwa-coach-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.nwa-coach-table thead th {
  background: #f5f5f5;
  font-weight: 600;
}

.nwa-coach-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Locations “pill” style */
.nwa-coach-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 2px;
}

/* Make long text readable */
.nwa-coach-long-text {
  white-space: pre-line;
}

/* Responsive tweaks */
@media (max-width: 700px) {
  .nwa-coach-table th,
  .nwa-coach-table td {
    font-size: 13px;
    padding: 6px 8px;
  }
}
