/* TVASHTAR 2026-05-25: premium dark dashboard for /wpm/settings/profile/ */
body.postid-4046 {
  background: #050505 !important;
}

body.postid-4046 .lesson-tabs,
body.postid-4046 .lesson-tabs.white-tabs,
body.postid-4046 .lesson-tabs.bordered-tabs,
body.postid-4046 .lesson-tabs .tab-content,
body.postid-4046 .lesson-tabs .tab-pane,
body.postid-4046 .lesson-tabs .content-wrap {
  background: #050505 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.postid-4046 .lesson-tabs .tab-content,
body.postid-4046 .lesson-tabs .content-wrap {
  padding: 0 !important;
}

.jt-profile-dashboard,
.jt-profile-dashboard * {
  box-sizing: border-box;
}

.jt-profile-dashboard {
  --jt-bg: #050505;
  --jt-card: #0D1016;
  --jt-card-soft: #11151d;
  --jt-line: rgba(255, 255, 255, .095);
  --jt-line-red: rgba(92, 217, 232, .36);
  --jt-red: #5cd9e8;
  --jt-red-deep: #00b5cb;
  --jt-text: #E5E7EB;
  --jt-muted: rgba(229, 231, 235, .62);
  width: min(1420px, calc(100vw - 40px));
  max-width: none;
  margin: -85px auto 54px;
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--jt-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jt-profile-card {
  position: relative;
  border: 1px solid var(--jt-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0%, rgba(92, 217, 232, .18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    var(--jt-card);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .04);
  overflow: hidden;
  transition: border-color .16s ease, background-color .16s ease;
}

.jt-profile-hero {
  overflow: visible;
}

.jt-profile-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 18%, transparent 36%);
  transform: translateX(-130%);
  transition: transform .75s ease;
  pointer-events: none;
}

.jt-profile-card:hover {
  border-color: var(--jt-line);
}

.jt-profile-card:hover::before {
  transform: translateX(-130%);
}

.jt-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: center;
  min-height: 266px;
  padding: 52px 56px;
  border-color: rgba(92, 217, 232, .28);
}

.jt-profile-hero__main {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-width: 0;
}

.jt-profile-avatar-shell {
  position: relative;
  width: 132px;
  height: 132px;
}

.jt-profile-hero__avatar {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 1px rgba(92, 217, 232, .45), 0 0 36px rgba(92, 217, 232, .22);
}

.jt-profile-avatar-shell__edit {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 36px;
  height: 36px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 50%;
  background: #11151d;
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.55);
}

.jt-profile-dashboard a,
.jt-profile-dashboard a:hover,
.jt-profile-dashboard a:focus {
  text-decoration: none !important;
}

.jt-profile-breadcrumbs {
  width: 100%;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
}

.jt-profile-breadcrumbs .breadcrumbs {
  width: 100%;
}

.jt-profile-breadcrumbs .jt-profile-current-crumb,
.jt-profile-breadcrumbs .jt-profile-current-crumb:hover,
.jt-profile-breadcrumbs .jt-profile-current-crumb:focus {
  color: var(--jt-red) !important;
  -webkit-text-fill-color: var(--jt-red) !important;
}

.jt-profile-identity h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 820;
  letter-spacing: 0;
}

.jt-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.jt-profile-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .07);
  color: rgba(229, 231, 235, .72);
  font-size: 13px;
  line-height: 1;
}

.jt-profile-badges span:first-child {
  color: #8eefff;
  background: rgba(92, 217, 232, .12);
  border-color: rgba(92, 217, 232, .2);
}

.jt-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 22px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.jt-profile-stats div {
  min-width: 0;
}

.jt-profile-stats__icon {
  display: inline-flex;
  width: 22px;
  margin-right: 7px;
  color: var(--jt-red);
  text-shadow: 0 0 16px rgba(92, 217, 232, .36);
}

.jt-profile-stats strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 760;
}

.jt-profile-stats small {
  display: block;
  margin-top: 8px;
  color: var(--jt-muted);
  font-size: 13px;
  line-height: 1.25;
}

.jt-profile-progress {
  position: relative;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 20px 54px rgba(0,0,0,.34);
  overflow: visible;
}

.jt-profile-progress__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.88);
}

.jt-profile-progress__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 760;
}

.jt-profile-progress-help {
  position: relative;
  display: inline-flex;
  z-index: 30;
}

.jt-profile-progress-help summary {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(92, 217, 232, .42);
  border-radius: 50%;
  background: rgba(92, 217, 232, .08);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}

.jt-profile-progress-help summary::-webkit-details-marker {
  display: none;
}

.jt-profile-progress-help[open] summary,
.jt-profile-progress-help summary:hover,
.jt-profile-progress-help summary:focus {
  border-color: rgba(92, 217, 232, .74);
  background: rgba(92, 217, 232, .18);
}

.jt-profile-progress-help__panel {
  position: absolute;
  z-index: 20;
  top: 32px;
  right: 0;
  width: min(310px, calc(100vw - 64px));
  padding: 14px 16px;
  border: 1px solid rgba(92, 217, 232, .34);
  border-radius: 14px;
  background: rgba(10, 12, 17, .98);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .48), 0 0 24px rgba(92, 217, 232, .12);
  color: rgba(255, 255, 255, .82);
}

.jt-profile-progress-help__panel::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 9px;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(92, 217, 232, .34);
  border-top: 1px solid rgba(92, 217, 232, .34);
  background: rgba(10, 12, 17, .98);
  transform: rotate(45deg);
}

.jt-profile-progress-help__panel ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jt-profile-progress-help__panel li {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.35;
}

.jt-profile-progress__numbers {
  color: var(--jt-muted);
  font-size: 13px;
}

.jt-profile-progress__numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 22px 0 10px;
}

.jt-profile-progress__numbers strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 820;
  white-space: nowrap;
}

.jt-profile-progress__numbers span {
  color: var(--jt-muted);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.jt-profile-progress__bar {
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  overflow: hidden;
}

.jt-profile-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--jt-red-deep), var(--jt-red));
  box-shadow: 0 0 18px rgba(92, 217, 232, .52);
}

.jt-profile-progress__cta,
.jt-profile-progress__cta:hover,
.jt-profile-progress__cta:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  border-radius: 12px;
  border: 1px solid rgba(92, 217, 232, .54);
  background: rgba(92, 217, 232, .08);
  color: #fff !important;
  text-decoration: none;
  font-weight: 760;
  box-shadow: 0 0 24px rgba(92, 217, 232, .14), inset 0 0 20px rgba(92, 217, 232, .04);
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-progress__cta:hover,
.jt-profile-progress__cta:focus {
  background: rgba(92, 217, 232, .14);
  border-color: rgba(92, 217, 232, .7);
  color: #fff !important;
}

.jt-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  margin-top: 28px;
}

.jt-profile-form-card {
  padding: 38px;
}

.jt-profile-section-head {
  margin-bottom: 28px;
}

.jt-profile-section-head h2,
.jt-profile-side-card h2,
.jt-profile-telegram h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.jt-profile-section-head p {
  margin: 7px 0 0;
  color: var(--jt-muted);
  font-size: 15px;
}

.jt-profile-dashboard .memberlux_profile_form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_fields {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 18px 28px !important;
  align-items: center !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group {
  display: contents !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group[data-avatar] {
  display: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label,
.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label[style] {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: rgba(229, 231, 235, .78) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label::before {
  display: inline-flex;
  width: 22px;
  justify-content: center;
  color: var(--jt-red);
  font-family: FontAwesome, "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0 0 14px rgba(92, 217, 232, .32);
}

.jt-profile-required {
  color: var(--jt-red) !important;
  -webkit-text-fill-color: var(--jt-red) !important;
  text-shadow: 0 0 12px rgba(92, 217, 232, .28);
}

.jt-profile-dashboard label[for*="first_name"]::before { content: "\f007"; }
.jt-profile-dashboard label[for*="last_name"]::before { content: "\f007"; }
.jt-profile-dashboard label[for*="surname"]::before { content: "\f2c3"; }
.jt-profile-dashboard label[for*="user_nicename"]::before { content: "\f1fa"; }
.jt-profile-dashboard label[for*="display_name"]::before { content: "\f031"; }
.jt-profile-dashboard label[for*="user_email"]::before { content: "\f0e0"; }
.jt-profile-dashboard label[for*="custom1"]::before { content: "\f2c6"; }
.jt-profile-dashboard label[for*="phone"]::before { content: "\f095"; }
.jt-profile-dashboard label[for*="user_pass"]::before { content: "\f023"; }

.jt-profile-dashboard .memberlux_profile_form .mblpr-input-wrap {
  position: relative !important;
  min-width: 0 !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-icon {
  left: auto !important;
  right: 14px !important;
  color: rgba(229,231,235,.42) !important;
  font-size: 17px !important;
  pointer-events: none !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-input-wrap:focus-within .mblpr-icon {
  color: var(--jt-red) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field,
.jt-profile-dashboard .memberlux_profile_form .mblpr-field:not(.mblpr-field--with-icon),
.jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 50px 0 18px !important;
  border: 1px solid rgba(255, 255, 255, .085) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: var(--jt-text) !important;
  -webkit-text-fill-color: var(--jt-text) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease !important;
}

.jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, rgba(229,231,235,.7) 50%), linear-gradient(135deg, rgba(229,231,235,.7) 50%, transparent 50%) !important;
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50% !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field::placeholder {
  color: rgba(229, 231, 235, .34) !important;
  -webkit-text-fill-color: rgba(229, 231, 235, .34) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field:hover {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-field:focus {
  border-color: rgba(92, 217, 232, .72) !important;
  background: rgba(92, 217, 232, .055) !important;
  box-shadow: 0 0 0 4px rgba(92, 217, 232, .11), 0 0 30px rgba(92, 217, 232, .16) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-validation-error {
  grid-column: 2;
  margin: -8px 0 0 !important;
  color: #8eefff !important;
}

.jt-profile-dashboard .memberlux_profile_form > p {
  margin: 0 !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn {
  width: 100% !important;
  min-height: 64px !important;
  margin: 28px 0 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #00b5cb 0%, var(--jt-red) 54%, #8eefff 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 860 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  box-shadow: 0 18px 45px rgba(92, 217, 232, .25), 0 0 24px rgba(92, 217, 232, .18), inset 0 1px 0 rgba(255,255,255,.22) !important;
  transition: box-shadow .16s ease, filter .16s ease !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn:hover,
.jt-profile-dashboard .memberlux_profile_form .mblpr-submit.mbr-btn:focus {
  filter: saturate(1.08) brightness(1.04) !important;
  box-shadow: 0 24px 58px rgba(92, 217, 232, .34), 0 0 34px rgba(92, 217, 232, .24), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.jt-profile-dashboard .memberlux_profile_form .mblpr-success,
.jt-profile-dashboard .memberlux_profile_form .mblpr-error {
  margin: 24px 0 0 !important;
  border-radius: 14px !important;
}

.jt-profile-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jt-profile-side-card,
.jt-profile-telegram {
  padding: 30px;
}

.jt-profile-side-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 21px;
}

.jt-profile-side-card h2 .fa,
.jt-profile-telegram__icon {
  color: var(--jt-red);
  text-shadow: 0 0 18px rgba(92, 217, 232, .34);
}

.jt-profile-side-link,
.jt-profile-side-link:hover,
.jt-profile-side-link:focus {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 10px 12px;
  margin: 0 -12px;
  color: var(--jt-text) !important;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-side-link:hover,
.jt-profile-side-link:focus {
  background: rgba(92, 217, 232, .12) !important;
  border-color: rgba(92, 217, 232, .30) !important;
  color: #fff !important;
}

.jt-profile-side-link > .fa:first-child,
.jt-profile-side-icon {
  width: 30px;
  color: var(--jt-red);
  font-size: 20px;
  text-align: center;
}

.jt-profile-side-icon {
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jt-profile-side-link strong {
  display: block;
  color: var(--jt-text) !important;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 720;
}

.jt-profile-side-link small {
  display: block;
  margin-top: 4px;
  color: var(--jt-muted);
  font-size: 13px;
  line-height: 1.2;
}

.jt-profile-side-link i {
  color: rgba(229,231,235,.38);
}

.jt-profile-side-link:hover > .fa:first-child,
.jt-profile-side-link:focus > .fa:first-child,
.jt-profile-side-link:hover .jt-profile-side-icon,
.jt-profile-side-link:focus .jt-profile-side-icon,
.jt-profile-side-link:hover i,
.jt-profile-side-link:focus i {
  color: var(--jt-red);
}

.jt-profile-side-link:hover strong,
.jt-profile-side-link:focus strong {
  color: #fff !important;
}

.jt-profile-telegram {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 136, 204, .18), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)),
    var(--jt-card);
}

.jt-profile-telegram__icon {
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
}

.jt-profile-telegram p {
  margin: 18px 0 28px;
  color: var(--jt-muted);
  font-size: 15px;
  line-height: 1.55;
}

.jt-profile-telegram a,
.jt-profile-telegram a:hover,
.jt-profile-telegram a:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid rgba(92, 217, 232, .48);
  background: rgba(92, 217, 232, .08);
  color: #fff !important;
  text-decoration: none;
  font-weight: 760;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.jt-profile-telegram a:hover,
.jt-profile-telegram a:focus {
  background: rgba(92, 217, 232, .14);
  border-color: rgba(92, 217, 232, .7);
}

@media (max-width: 1180px) {
  .jt-profile-hero,
  .jt-profile-layout {
    grid-template-columns: 1fr;
  }

  .jt-profile-progress {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .jt-profile-dashboard {
    width: calc(100vw - 20px);
    max-width: 680px;
    margin: -60px 0 -54px 50%;
    transform: translateX(-50%);
  }

  .jt-profile-breadcrumbs {
    margin-bottom: 18px !important;
  }

  .jt-profile-hero,
  .jt-profile-form-card,
  .jt-profile-side-card,
  .jt-profile-telegram {
    border-radius: 18px;
    padding: 18px;
  }

  .jt-profile-hero__main {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .jt-profile-avatar-shell {
    justify-self: center;
  }

  .jt-profile-identity {
    text-align: center;
  }

  .jt-profile-badges {
    justify-content: center;
  }

  .jt-profile-stats {
    text-align: left;
  }

  .jt-profile-avatar-shell,
  .jt-profile-hero__avatar {
    width: 112px;
    height: 112px;
  }

  .jt-profile-identity h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .jt-profile-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .jt-profile-stats div {
    min-height: 86px;
    padding: 12px 8px;
  }

  .jt-profile-stats strong {
    font-size: 22px;
  }

  .jt-profile-stats small {
    font-size: 10px;
    line-height: 1.2;
  }

  .jt-profile-progress {
    padding: 18px;
    border-radius: 18px;
  }

  .jt-profile-progress-help__panel {
    position: fixed;
    top: 116px;
    right: 18px;
    left: 18px;
    width: auto;
    max-height: calc(100vh - 152px);
    overflow: auto;
  }

  .jt-profile-progress-help__panel::before {
    display: none;
  }

  .jt-profile-layout {
    gap: 18px;
    margin-top: 18px;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr_fields {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label,
  .jt-profile-dashboard .memberlux_profile_form .mblpr_field_group > label[style] {
    margin-top: 9px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr-field,
  .jt-profile-dashboard .memberlux_profile_form .mblpr-field:not(.mblpr-field--with-icon),
  .jt-profile-dashboard .memberlux_profile_form select.mblpr-field {
    min-height: 58px !important;
    font-size: 16px !important;
  }

  .jt-profile-dashboard .memberlux_profile_form .mblpr-validation-error {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jt-profile-dashboard *,
  .jt-profile-dashboard *::before,
  .jt-profile-dashboard *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}


/* TVASHTAR 2026-06-14: VSFedotov neon palette guard for copied JanTrish profile dashboard. */
body.postid-4046 .jt-profile-dashboard {
  --jt-line-red: rgba(92, 217, 232, .36);
  --jt-red: #5cd9e8;
  --jt-red-deep: #00b5cb;
}

/* TVASHTAR 2026-06-14: hide VSF outer WPM breadcrumbs so copied JanTrish profile has one breadcrumb row only. */
body.postid-4046 .breadcrumbs-row:not(.jt-profile-breadcrumbs),
body.postid-4046 .breadcrumbs-wrap:not(.jt-profile-breadcrumbs):not(.jt-profile-dashboard .breadcrumbs-wrap) {
  display: none !important;
}
