/* ===================================================== */
/* Account settings - bordered card layout (ColibriPlus style) */
/* ===================================================== */

body.cl-app-settings div.profile-settings {
  padding: 16px !important;
}
@media (max-width: 767.98px) {
  body.cl-app-settings div.profile-settings {
    padding: 12px !important;
  }
}

/* Section labels: plain text instead of full-width grey bar */
body.cl-app-settings div.profile-settings div.profile-settings__title {
  background: none !important;
  border-bottom: none !important;
  padding: 0 4px !important;
  margin: 44px 0 10px 0 !important;
}
body.cl-app-settings div.profile-settings div.profile-settings__title h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em;
  color: #e35c99 !important;
}

/* Each row becomes its own bordered, rounded card */
body.cl-app-settings div.profile-settings a.profile-settings__link {
  display: block;
  margin-bottom: 10px;
}
body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item {
  border: 1px solid var(--cl-primary-border-color) !important;
  border-radius: var(--cl-secondary-border-radius) !important;
  background: var(--cl-primary-bg-color);
  padding: 16px !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
@media (max-width: 767.98px) {
  body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item {
    padding: 14px !important;
  }
}
body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item:hover,
body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item:active,
body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item:focus {
  background: var(--cl-event-hover-bg);
  border-color: var(--cl-primary-color) !important;
}

body.cl-app-settings div.profile-settings a.profile-settings__link div.nav-list-item div.mp span.preview-label {
  color: #5e39c9 !important;
}

/* Content areas below a settings link (e.g. the edit forms) keep their own padding,
   this only affects the top-level list rows above */
