.elh-member-center {
  max-width: 1180px;
  width: min(96%, 1180px);
  margin: 32px auto;
  color: #172033;
  font-size: 15px;
}

.elh-member-hero,
.elh-card,
.elh-member-guest {
  border: 1px solid #d9e0ea;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 18px;
}

.elh-member-hero h2,
.elh-card h3,
.elh-member-guest h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.elh-member-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.elh-member-tabs a,
.elh-button {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #cfd8e5;
  border-radius: 6px;
  background: #f8fafc;
  color: #172033;
  text-decoration: none;
}

.elh-button {
  background: #1f6feb;
  border-color: #1f6feb;
  color: #fff;
}

.elh-button-secondary {
  background: #fff;
  color: #172033;
}

.elh-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.elh-metrics div {
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  padding: 12px;
  background: #fbfdff;
}

.elh-metrics strong {
  display: block;
  font-size: 24px;
}

.elh-metrics span,
.elh-muted,
.elh-empty {
  color: #667085;
}

.elh-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

.elh-table th,
.elh-table td {
  border-bottom: 1px solid #e6edf5;
  padding: 9px 8px;
  text-align: left;
  vertical-align: top;
}

.elh-table th {
  background: #f8fafc;
  font-weight: 700;
}

.elh-notifications {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.elh-notifications li {
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  padding: 12px;
}

.elh-notifications li.is-unread {
  border-color: #1f6feb;
  background: #f5f9ff;
}

.elh-link-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #667085;
  cursor: not-allowed;
}

.elh-danger-link {
  color: #b42318;
}

@media (max-width: 800px) {
  .elh-metrics,
  .elh-grid {
    grid-template-columns: 1fr;
  }
}
