.userprofile-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-top: 1rem;
}

.userprofile-table th,
.userprofile-table td {
  padding: 0.75rem 1rem;
  background: #fff;
}

.userprofile-table th {
  background: #f1f5f9;
  color: #3c434a;
  font-weight: 600;
  width: 230px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #e2e8f0;
  border-right: none;
}

.userprofile-table td {
  border: 1px solid #e2e8f0;
  border-radius: 0 6px 6px 0;
}

.userprofile-table tr {
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.profile-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-profile-link {
  color: #0073aa;
  text-decoration: none;
  font-size: 24px;
}

.edit-profile-link:hover {
  color: #005177;
}

.profile-section-header .profile-actions {
  display: flex;
  gap: 4px;
}
