/* Native provider Profile & contact detail.
 * The dashboard shell, navigation, data renderers, and API controllers remain
 * authoritative; this file only owns the native-app presentation. */
/* stylelint-disable no-descending-specificity, selector-id-pattern -- This final, target-scoped presentation layer intentionally overrides the existing renderer hierarchy and its canonical dashboard ID. */

@media (width <= 768px) {
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) {
    --pmp-bg: var(--pd-work-bg, #f7f4ee);
    --pmp-card: var(--pd-work-card, #fff);
    --pmp-field: var(--pd-work-muted-surface, #f1eee7);
    --pmp-line: var(--pd-work-line, #e7e1d6);
    --pmp-line-soft: color-mix(in srgb, var(--pmp-line) 72%, transparent);
    --pmp-ink: var(--pd-work-ink, #17222e);
    --pmp-muted: var(--pd-work-slate, #5a6673);
    --pmp-faint: var(--pd-work-faint, #64717c);
    --pmp-red: var(--pd-work-vital, #c8322b);
    --pmp-red-soft: var(--pd-work-vital-soft, #fbedec);
    --pmp-green: var(--pd-work-green, #1e7a4d);
    --pmp-green-soft: var(--pd-work-green-soft, #e6f3ec);
    --pmp-amber: var(--pd-work-amber, #9a6a1b);
    --pmp-amber-soft: var(--pd-work-amber-soft, #fbf3e2);
    --pmp-radius: 14px;

    min-width: 0;
    width: calc(100% - 8px);
    max-width: 390px;
    margin-inline: auto;
    background: var(--pmp-bg) !important;
    color: var(--pmp-ink);
  }

  html[data-es-native-shell="true"]:is(.dark, [data-customer-effective-theme="night"]) body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) {
    --pmp-bg: #0e1420;
    --pmp-card: #141c2b;
    --pmp-field: #1a2436;
    --pmp-line: #243044;
    --pmp-line-soft: #1c2637;
    --pmp-ink: #e8edf4;
    --pmp-muted: #8b98ab;
    --pmp-faint: #76849a;
    --pmp-red: #f0554f;
    --pmp-red-soft: rgb(240 85 79 / 12%);
    --pmp-green: #3fbf7f;
    --pmp-green-soft: rgb(63 191 127 / 12%);
    --pmp-amber: #e0a83e;
    --pmp-amber-soft: rgb(224 168 62 / 12%);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-settings-detail-header {
    position: relative;
    display: flex !important;
    top: auto !important;
    min-height: 56px;
    margin: -18px -20px 18px !important;
    gap: 12px;
    border-bottom: 1px solid var(--pmp-line-soft) !important;
    background: color-mix(in srgb, var(--pmp-bg) 90%, transparent) !important;
    padding: 10px 20px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-settings-detail-header > button {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 10px;
    background: var(--pmp-card) !important;
    color: var(--pmp-muted);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-settings-detail-header > strong {
    color: var(--pmp-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) :is(.pd-settings-panels, [data-settings-tab-panel="account"], [data-settings-workspace-host="profile"], #pd-section-profile, .pd-account-settings) {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) :is(.pd-settings-heading, .pd-mobile-settings-profile, .pd-mobile-settings-menu, .pd-mobile-settings-footer, .pd-settings-tab-scroll, [data-settings-mobile-navigation]) {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-settings-panels {
    display: block !important;
    margin-top: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-account-card-stack {
    display: grid !important;
    gap: 14px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card {
    overflow: hidden !important;
    margin: 0 !important;
    border: 1px solid var(--pmp-line-soft) !important;
    border-radius: var(--pmp-radius) !important;
    background: var(--pmp-card) !important;
    padding: 0 !important;
    color: var(--pmp-ink) !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card .pd-account-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 16px 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card .pd-account-card-head h4 {
    margin: 0;
    color: var(--pmp-ink) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card .pd-account-card-head p {
    margin: 3px 0 0 !important;
    color: var(--pmp-faint) !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-account-edit {
    min-height: 44px !important;
    flex: 0 0 auto;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 999px !important;
    background: transparent !important;
    padding: 6px 15px !important;
    color: var(--pmp-ink) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-identity {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--pmp-line-soft);
    padding: 15px 16px 13px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-avatar {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
    background: #233648;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-avatar [hidden] {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-identity-copy {
    display: block;
    min-width: 0;
    flex: 1;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-identity-copy :is(strong, small) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-identity-copy strong {
    color: var(--pmp-ink);
    font-size: 16.5px;
    font-weight: 700;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-identity-copy small {
    margin-top: 2px;
    color: var(--pmp-muted);
    font-size: 12.5px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card .pd-account-summary {
    margin: 0 !important;
    padding: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-card-body {
    padding: 6px 16px 8px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-vehicle-summary {
    display: block !important;
    width: 100%;
    padding: 6px 16px 8px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-vehicle-summary.has-vehicle-artwork {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    align-items: center;
    gap: 10px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-vehicle-summary > .pd-mobile-profile-card-body {
    min-width: 0;
    padding: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-fact {
    min-width: 0;
    border-bottom: 1px solid var(--pmp-line-soft);
    padding: 11px 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-fact:last-child {
    border-bottom: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-fact > span {
    display: block;
    margin-bottom: 3px;
    color: var(--pmp-faint);
    font-size: 10.5px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-fact > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-fact strong {
    min-width: 0;
    overflow: hidden;
    color: var(--pmp-ink);
    font-size: 15px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-pill {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 10.5px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-pill[data-tone="good"] {
    background: var(--pmp-green-soft);
    color: var(--pmp-green);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-pill[data-tone="warn"] {
    background: var(--pmp-amber-soft);
    color: var(--pmp-amber);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-pill[data-tone="muted"] {
    background: var(--pmp-field);
    color: var(--pmp-muted);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-verify {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    flex: 0 0 auto;
    border: 0 !important;
    background: transparent !important;
    padding: 4px 0 !important;
    color: var(--pmp-red) !important;
    font-size: 13px;
    font-weight: 750;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-profile-grid .pd-mobile-profile-fact:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-account-details {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-account-status {
    min-height: 0;
    margin: 0;
    padding: 9px 16px 12px;
    color: var(--pmp-muted);
    font-size: 12.5px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-account-status:empty {
    display: none;
  }

  /* Bottom-sheet editor. */
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-scrim {
    position: fixed;
    z-index: 1200;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
    background: rgb(15 23 42 / 55%) !important;
    backdrop-filter: blur(2px);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet {
    position: fixed !important;
    z-index: 1210;
    right: auto !important;
    bottom: 0;
    left: 50% !important;
    display: flex !important;
    width: 100%;
    max-width: 430px;
    max-height: min(85dvh, var(--es-visual-viewport-height, 85dvh));
    flex-direction: column;
    overflow: hidden !important;
    margin: 0 !important;
    transform: translateX(-50%);
    border: 1px solid var(--pmp-line) !important;
    border-bottom: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    background: var(--pmp-card) !important;
    padding: 0 !important;
    box-shadow: 0 -18px 48px rgb(5 8 14 / 35%) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-head {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--pmp-line-soft);
    padding: 12px 20px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-head > strong {
    color: var(--pmp-ink);
    font-size: 16.5px;
    font-weight: 700;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-head > button {
    width: 44px;
    min-height: 44px;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--pmp-muted) !important;
    font-size: 21px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-body {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 20px 0;
    -webkit-overflow-scrolling: touch;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-body > form {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet :is(.pd-account-field-grid, .pd-vehicle-field-grid) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-field {
    min-width: 0;
    gap: 6px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet :is(.pd-account-field > span, .pd-account-photo-editor > label, .pd-account-readonly > span) {
    color: var(--pmp-faint) !important;
    font-size: 10.5px !important;
    font-weight: 750 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet :is(.pd-input, input, select) {
    width: 100%;
    min-width: 0;
    min-height: 46px !important;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 10px !important;
    background: var(--pmp-field) !important;
    padding: 11px 12px !important;
    color: var(--pmp-ink) !important;
    font-size: 15px !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-readonly {
    display: grid;
    gap: 5px;
    border: 1px solid var(--pmp-line);
    border-radius: 10px;
    background: var(--pmp-field);
    padding: 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-phone-readonly small {
    color: var(--pmp-muted);
    font-size: 12px;
    line-height: 1.45;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-support {
    min-height: 44px;
    justify-self: start;
    border: 0;
    background: transparent;
    padding: 8px 0;
    color: var(--pmp-red);
    font-size: 13px;
    font-weight: 700;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-photo-editor {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    gap: 9px !important;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 12px !important;
    background: var(--pmp-field) !important;
    padding: 12px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-photo-editor :is(label, span) {
    grid-column: auto !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-photo-editor .es-btn {
    width: 100% !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-vehicle-quick-search {
    margin: 0 !important;
    border-color: var(--pmp-line) !important;
    background: var(--pmp-field) !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-vehicle-quick-search-row {
    background: var(--pmp-card) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-vehicle-combobox-menu {
    z-index: 1230;
    border-color: var(--pmp-line) !important;
    background: var(--pmp-card) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet .pd-account-status {
    padding: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-foot {
    position: sticky;
    bottom: 0;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: 2px -20px 0;
    border-top: 1px solid var(--pmp-line-soft);
    background: var(--pmp-card);
    padding: 14px 20px calc(16px + var(--es-mobile-shell-safe-bottom, 0px)) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-foot .es-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    border-radius: 11px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-foot .es-btn-secondary {
    border: 1px solid var(--pmp-line) !important;
    background: transparent !important;
    color: var(--pmp-muted) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet-foot .es-btn-primary {
    border: 0 !important;
    background: var(--pmp-red) !important;
    color: #fff !important;
  }

  /* Compact native vehicle editor. The two provider vehicle enhancers inject
   * their styles after this stylesheet, so these selectors intentionally keep
   * both canonical Settings IDs and the vehicle-sheet seam. */
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet {
    --pmp-vehicle-sheet-top: max(104px, calc(var(--es-mobile-shell-safe-top, 0px) + 44px));

    height: calc(var(--es-visual-viewport-height, 100dvh) - var(--pmp-vehicle-sheet-top));
    max-height: none;
    border-radius: 22px 22px 0 0 !important;
    animation: pd-mobile-vehicle-sheet-rise 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
    box-shadow: 0 -8px 40px rgb(15 23 42 / 28%) !important;
  }

  @keyframes pd-mobile-vehicle-sheet-rise {
    from {
      transform: translate(-50%, 26px);
      opacity: 0.4;
    }

    to {
      transform: translate(-50%, 0);
      opacity: 1;
    }
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-grabber {
    width: 38px;
    height: 4px;
    flex: 0 0 4px;
    align-self: center;
    margin-top: 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--pmp-muted) 38%, transparent);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-head {
    min-height: 62px;
    align-items: flex-start;
    padding: 10px 18px 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-heading {
    display: block;
    min-width: 0;
    flex: 1;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-heading > strong {
    display: block;
    color: var(--pmp-ink);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    margin-top: 3px;
    color: var(--pmp-muted);
    font-size: 13px;
    line-height: 1.35;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle[hidden] {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > i {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--pmp-red);
    box-shadow: inset 0 0 0 1px rgb(15 23 42 / 14%);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > i[data-tone="blue"] {
    background: #3b82f6;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > i[data-tone="green"] {
    background: var(--pmp-green);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > i[data-tone="black"] {
    background: #111827;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > i[data-tone="neutral"] {
    background: var(--pmp-muted);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-subtitle > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-close {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    flex: 0 0 44px;
    place-items: center;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-close-icon {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 9px;
    background: var(--pmp-field);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-close-icon svg {
    width: 15px;
    height: 15px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-body {
    display: flex;
    min-height: 0;
    flex: 1;
    overflow: hidden;
    padding: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-body > .pd-mobile-vehicle-editor {
    display: flex !important;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    gap: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor-body {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 20px 24px;
    -webkit-overflow-scrolling: touch;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search > label {
    display: block;
    margin: 0 0 6px;
    color: var(--pmp-muted);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 12px;
    background: var(--pmp-card) !important;
    padding: 0 6px 0 14px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row .pd-vehicle-search-icon {
    display: grid !important;
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
    place-items: center;
    color: var(--pmp-muted) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row .pd-vehicle-search-icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row #pdVehicleSearchInput {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    min-width: 0 !important;
    flex: 1;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--pmp-ink) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 46px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row #pdVehicleSearchInput::placeholder {
    color: var(--pmp-faint) !important;
    font-weight: 400 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row:focus-within {
    border-color: var(--es-settings-selected, var(--pmp-red)) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--es-settings-selected, var(--pmp-red)) 18%, transparent) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row #pdVehicleVoiceSearch {
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px !important;
    place-items: center;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--pmp-muted) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row #pdVehicleVoiceSearch svg {
    width: 17px !important;
    height: 17px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search-row #pdVehicleVoiceSearch:focus-visible,
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox-toggle:focus-visible,
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-step:focus-visible {
    outline: 2px solid var(--es-settings-selected, var(--pmp-red)) !important;
    outline-offset: 1px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-search > p {
    margin: 7px 2px 0 !important;
    color: var(--pmp-faint) !important;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 18px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-divider::before,
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-divider::after {
    height: 1px;
    flex: 1;
    background: var(--pmp-line);
    content: "";
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-divider > span {
    color: var(--pmp-faint);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-manual {
    display: grid;
    gap: 16px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-field {
    display: grid;
    min-width: 0;
    gap: 6px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-field > span {
    margin: 0 !important;
    color: var(--pmp-muted) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.35 !important;
    text-transform: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-field .pd-input {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 12px !important;
    background: var(--pmp-field) !important;
    padding: 0 14px !important;
    color: var(--pmp-ink) !important;
    font-size: 16px !important;
    font-weight: 550 !important;
    line-height: 48px !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-field .pd-input:focus {
    border-color: var(--es-settings-selected, var(--pmp-red)) !important;
    background: var(--pmp-card) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--es-settings-selected, var(--pmp-red)) 18%, transparent) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox > .pd-input {
    padding-right: 44px !important;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox > .pd-input {
    padding-right: 14px !important;
    padding-left: 44px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox-toggle {
    top: 2px !important;
    right: 2px !important;
    width: 44px !important;
    height: 44px !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: var(--pmp-muted) !important;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox-toggle {
    right: auto !important;
    left: 2px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox.is-open .pd-vehicle-combobox-toggle {
    transform: rotate(180deg) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-vehicle-combobox-menu {
    top: calc(100% + 6px) !important;
    z-index: 1230 !important;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 12px !important;
    background: var(--pmp-card) !important;
    box-shadow: 0 16px 36px rgb(15 23 42 / 18%) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-stepper > .pd-input {
    padding-right: 102px !important;
    font-variant-numeric: tabular-nums;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-stepper > .pd-input {
    padding-right: 14px !important;
    padding-left: 102px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-controls[data-native-layout="inline"] {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    display: flex !important;
    width: auto !important;
    grid-template-rows: none !important;
    gap: 4px;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-controls[data-native-layout="inline"] {
    right: auto !important;
    left: 2px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-controls[data-native-layout="inline"] .pd-provider-year-step {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid var(--pmp-line) !important;
    border-radius: 8px !important;
    background: var(--pmp-card) !important;
    padding: 0 !important;
    color: var(--pmp-muted) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-controls[data-native-layout="inline"] .pd-provider-year-step + .pd-provider-year-step {
    border-top: 1px solid var(--pmp-line) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-provider-year-controls[data-native-layout="inline"] svg {
    width: 14px !important;
    height: 14px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-label-row {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-label-row > small {
    color: var(--pmp-faint);
    font-size: 12px;
    font-weight: 500;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-plate > .pd-input {
    height: 56px !important;
    min-height: 56px !important;
    border-style: dashed !important;
    background: var(--pmp-card) !important;
    font-family: inherit;
    font-size: 19px !important;
    font-weight: 650 !important;
    letter-spacing: 0.16em;
    line-height: 56px !important;
    text-align: center;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-plate > .pd-input:focus {
    border-style: solid !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-vehicle-editor .pd-mobile-vehicle-plate > .pd-input::placeholder {
    color: color-mix(in srgb, var(--pmp-faint) 48%, transparent);
    letter-spacing: 0.16em;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-account-status {
    flex: 0 0 auto;
    margin: 0;
    background: var(--pmp-card);
    padding: 8px 20px 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-foot {
    position: static;
    display: grid !important;
    min-height: 74px;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 34fr) minmax(0, 66fr) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-top: 1px solid var(--pmp-line-soft);
    background: var(--pmp-card);
    padding: 12px 20px calc(12px + var(--es-mobile-shell-safe-bottom, 0px)) !important;
    box-shadow: 0 -2px 12px rgb(15 23 42 / 5%);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet .pd-mobile-profile-sheet-foot .es-btn {
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  @media (prefers-reduced-motion: reduce) {
    html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-vehicle-sheet {
      animation: none;
    }
  }

  html.pd-mobile-profile-sheet-open body[data-mobile-dashboard-role="provider"] #providerDashboardMain {
    overflow: hidden !important;
    overscroll-behavior: contain;
  }

  /* Existing account/data controller, restyled into the requested action list. */
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) [data-provider-data-account-host] {
    margin: 14px 0 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-stack {
    display: grid;
    gap: 14px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-card {
    overflow: hidden;
    border: 1px solid var(--pmp-line-soft);
    border-radius: var(--pmp-radius);
    background: var(--pmp-card);
    color: var(--pmp-ink);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-card-head {
    padding: 15px 16px 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-card-head h4 {
    margin: 0;
    color: var(--pmp-ink);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-action {
    display: flex;
    width: 100%;
    min-height: 66px;
    align-items: center;
    gap: 12px;
    border: 0 !important;
    border-top: 1px solid var(--pmp-line-soft) !important;
    background: transparent !important;
    padding: 13px 16px;
    color: var(--pmp-ink) !important;
    text-align: start;
    text-decoration: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-action > span:first-child {
    display: block;
    min-width: 0;
    flex: 1;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-action :is(strong, small) {
    display: block;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-action strong {
    color: var(--pmp-ink);
    font-size: 14.5px;
    font-weight: 650;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-action small {
    margin-top: 1px;
    color: var(--pmp-faint);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-chevron {
    flex: 0 0 auto;
    color: var(--pmp-faint);
    font-size: 20px;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-chevron {
    transform: scaleX(-1);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-reason {
    display: grid;
    gap: 6px;
    margin: 0 16px 12px;
    color: var(--pmp-faint);
    font-size: 10.5px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-reason textarea {
    width: 100%;
    min-height: 84px;
    resize: vertical;
    border: 1px solid var(--pmp-line);
    border-radius: 10px;
    background: var(--pmp-field);
    padding: 11px 12px;
    color: var(--pmp-ink);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.45;
    text-transform: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger {
    border-color: color-mix(in srgb, var(--pmp-red) 30%, transparent);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger .pd-mobile-account-card-head h4 {
    color: var(--pmp-red);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger > p {
    margin: 0;
    padding: 0 16px 12px;
    color: var(--pmp-muted);
    font-size: 12.5px;
    line-height: 1.48;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) :is(.pd-mobile-account-blocked, .pd-mobile-account-pending) {
    margin: 0 16px 12px;
    border-radius: 10px;
    background: var(--pmp-amber-soft);
    padding: 9px 11px;
    color: var(--pmp-amber);
    font-size: 12px;
    line-height: 1.45;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-pending small {
    display: block;
    margin-top: 4px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    padding: 0 16px 16px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger-actions button {
    min-height: 46px;
    border-radius: 10px !important;
    background: transparent !important;
    padding: 11px;
    font-size: 13.5px;
    font-weight: 750;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger-actions button:first-child {
    border: 1px solid color-mix(in srgb, var(--pmp-amber) 48%, transparent) !important;
    color: var(--pmp-amber) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger-actions button:last-child {
    justify-self: center;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--pmp-red) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-danger-actions button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-history {
    margin: 0 16px 14px;
    border-top: 1px solid var(--pmp-line-soft);
    padding-top: 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-history > summary {
    cursor: pointer;
    color: var(--pmp-ink);
    font-size: 13px;
    font-weight: 650;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-request {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--pmp-line-soft);
    padding: 10px 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-request :is(strong, small) {
    display: block;
    color: var(--pmp-muted);
    font-size: 11.5px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-request strong {
    color: var(--pmp-ink);
    font-size: 12.5px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) :is(.pd-mobile-account-request button, .pd-mobile-account-refresh) {
    border: 1px solid var(--pmp-line) !important;
    border-radius: 999px;
    background: transparent !important;
    padding: 5px 9px;
    color: var(--pmp-muted) !important;
    font-size: 11px;
    font-weight: 650;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) :is(.pd-mobile-account-feedback, .pd-mobile-account-loading) {
    padding: 0 16px 14px;
    color: var(--pmp-muted);
    font-size: 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-loading {
    padding: 16px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-feedback:empty {
    display: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open:is([data-mobile-settings-target="profile-contact"], [data-mobile-settings-target="service-address"]) .pd-mobile-account-feedback[data-kind="error"] {
    color: var(--pmp-red);
  }

  /* Screenshot-matched profile and service-address editors. The existing
   * profile renderer remains the sole data, save, and dialog-lifecycle owner. */
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open[data-mobile-settings-target="service-address"] {
    --pmp-bg: var(--pd-work-bg, #f7f4ee);
    --pmp-card: var(--pd-work-card, #fff);
    --pmp-field: var(--pd-work-muted-surface, #f1eee7);
    --pmp-line: var(--pd-work-line, #e7e1d6);
    --pmp-line-soft: color-mix(in srgb, var(--pmp-line) 72%, transparent);
    --pmp-ink: var(--pd-work-ink, #17222e);
    --pmp-muted: var(--pd-work-slate, #5a6673);
    --pmp-faint: var(--pd-work-faint, #64717c);
    --pmp-red: var(--pd-work-vital, #c8322b);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] [data-provider-settings-tabs].pd-mobile-settings-detail-open[data-mobile-settings-target="service-address"] [data-provider-data-account-host] {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) {
    --pmp-redesign-ink: #0f172a;
    --pmp-redesign-slate: #475467;
    --pmp-redesign-muted: #667085;
    --pmp-redesign-line: #e3e7ee;
    --pmp-redesign-field: #f6f8fb;
    --pmp-redesign-locked: #f1f3f7;
    --pmp-redesign-surface: #fff;
    --pmp-redesign-brand: var(--pd-work-vital, #ce1f1a);
    --pmp-redesign-brand-soft: var(--pd-work-vital-soft, #fdeceb);
    --pmp-redesign-primary-fill: var(--pd-work-vital, #ce1f1a);
    --pmp-redesign-focus: var(--pd-work-vital, #1d4ed8);
    --pmp-redesign-sheet-top: max(104px, calc(var(--es-mobile-shell-safe-top, 0px) + 44px));

    max-height: calc(var(--es-visual-viewport-height, 100dvh) - var(--pmp-redesign-sheet-top));
    border-color: var(--pmp-redesign-line) !important;
    border-radius: 22px 22px 0 0 !important;
    background: var(--pmp-redesign-surface) !important;
    color: var(--pmp-redesign-ink) !important;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Inter, system-ui, sans-serif;
    animation: pd-mobile-vehicle-sheet-rise 500ms cubic-bezier(0.22, 1, 0.36, 1) both;
    box-shadow: 0 -8px 40px rgb(15 23 42 / 28%) !important;
  }

  html[data-es-native-shell="true"][data-customer-effective-theme="sunset"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) {
    --pmp-redesign-ink: var(--es-text-primary, #241f1a);
    --pmp-redesign-slate: var(--es-text-secondary, #625a50);
    --pmp-redesign-muted: var(--es-text-muted, #887e72);
    --pmp-redesign-line: var(--es-border, #e8dfd2);
    --pmp-redesign-field: var(--es-bg-muted, #f8f3eb);
    --pmp-redesign-locked: color-mix(in srgb, var(--es-bg-muted, #f8f3eb) 84%, var(--es-border, #e8dfd2));
    --pmp-redesign-surface: var(--es-bg-surface, #fffaf3);
  }

  html[data-es-native-shell="true"]:is(.dark, [data-customer-effective-theme="night"]) body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) {
    --pmp-redesign-ink: #e8edf4;
    --pmp-redesign-slate: #aab4c3;
    --pmp-redesign-muted: #8b98ab;
    --pmp-redesign-line: #2a364a;
    --pmp-redesign-field: #1a2436;
    --pmp-redesign-locked: #182132;
    --pmp-redesign-surface: #141c2b;
    --pmp-redesign-brand: var(--pd-work-vital, #f0554f);
    --pmp-redesign-brand-soft: var(--pd-work-vital-soft, rgb(240 85 79 / 12%));
    --pmp-redesign-primary-fill: var(--pd-work-vital, #dc2626);
    --pmp-redesign-focus: var(--pd-work-vital, #60a5fa);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-grabber {
    background: #d5dae3;
  }

  html[data-es-native-shell="true"]:is(.dark, [data-customer-effective-theme="night"]) body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-grabber {
    background: #4b586b;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-head {
    min-height: 79px;
    align-items: flex-start;
    border-bottom: 1px solid var(--pmp-redesign-line);
    padding: 12px 20px 14px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-heading > strong {
    display: block;
    margin: 0;
    color: var(--pmp-redesign-ink);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.35px;
    line-height: 1.25;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-sheet-description {
    display: block;
    margin-top: 3px;
    color: var(--pmp-redesign-slate);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-close {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    flex: 0 0 44px;
    place-items: center;
    margin: -6px -6px 0 0;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-close {
    margin: -6px 0 0 -6px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-close-icon {
    background: var(--pmp-redesign-field);
    color: var(--pmp-redesign-slate);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-body {
    padding: 18px 20px 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-body > form {
    width: 100% !important;
    max-width: none !important;
    gap: 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-account-field {
    display: grid;
    gap: 6px !important;
    margin: 0 0 18px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) :is(.pd-account-field > span, .pd-mobile-profile-locked-field > label, .pd-mobile-profile-radius > legend) {
    margin: 0;
    color: var(--pmp-redesign-slate) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    line-height: 1.35;
    text-transform: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-account-field .pd-input,
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-control > input {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    border: 1px solid var(--pmp-redesign-line) !important;
    border-radius: 12px !important;
    background: var(--pmp-redesign-field) !important;
    padding: 0 14px !important;
    color: var(--pmp-redesign-ink) !important;
    font: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-account-field .pd-input:focus,
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-account-field .pd-input:focus-visible {
    border-color: var(--pmp-redesign-focus) !important;
    background: var(--pmp-redesign-surface) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--pmp-redesign-focus) 14%, transparent) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-profile-sheet .pd-mobile-profile-photo-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-editor-avatar {
    position: relative;
    display: grid;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #3a4658, #20293a);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 0 0 1px rgb(15 23 42 / 8%);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-editor-avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-editor-avatar [hidden] {
    display: none !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-actions {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-photo-change, .pd-mobile-profile-photo-remove) {
    min-height: 44px;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-change {
    color: var(--pmp-redesign-focus) !important;
    font-weight: 600;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-photo-change, .pd-mobile-profile-locked-field > p > button, .pd-mobile-profile-sheet-close):focus-visible {
    border-radius: 6px;
    outline: 2px solid var(--pmp-redesign-focus) !important;
    outline-offset: 2px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-remove {
    color: var(--pmp-redesign-muted) !important;
    font-weight: 500;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-remove:disabled {
    cursor: default;
    opacity: 1;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-dot {
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    border-radius: 50%;
    background: #cbd3df;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-meta {
    color: var(--pmp-redesign-muted);
    font-size: 12.5px;
    line-height: 1.4;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-photo-actions > input[type="file"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile #providerProfilePhotoStatus {
    color: var(--pmp-redesign-brand);
    font-size: 12px;
    line-height: 1.35;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile #providerProfilePhotoStatus:empty {
    display: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-field {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-control {
    position: relative;
    display: block;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-control > input {
    background: var(--pmp-redesign-locked) !important;
    padding-right: 44px !important;
    color: var(--pmp-redesign-slate) !important;
    cursor: not-allowed;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-control > input {
    padding-right: 14px !important;
    padding-left: 44px !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-lock {
    position: absolute;
    top: 50%;
    right: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    place-items: center;
    color: var(--pmp-redesign-muted);
    pointer-events: none;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-lock {
    right: auto;
    left: 14px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-lock svg {
    width: 15px;
    height: 15px;
    stroke-width: 2;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-field > p {
    margin: 1px 2px 0;
    color: var(--pmp-redesign-muted);
    font-size: 12.5px;
    line-height: 1.45;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-locked-field > p > button {
    min-height: 44px;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: var(--pmp-redesign-focus) !important;
    font: inherit;
    font-weight: 600;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-foot {
    grid-template-columns: minmax(0, 34fr) minmax(0, 66fr) !important;
    gap: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin: 2px -20px 0 !important;
    border-top: 1px solid var(--pmp-redesign-line);
    background: var(--pmp-redesign-surface);
    padding: 12px 20px calc(12px + var(--es-mobile-shell-safe-bottom, 0px)) !important;
    box-shadow: 0 -2px 12px rgb(15 23 42 / 5%);
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-foot .es-btn {
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-foot .es-btn-secondary {
    border-color: var(--pmp-redesign-line) !important;
    background: var(--pmp-redesign-surface) !important;
    color: var(--pmp-redesign-slate) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-mobile-profile-sheet-foot .es-btn-primary {
    background: var(--pmp-redesign-primary-fill) !important;
    color: #fff !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-service-address-sheet {
    height: calc(var(--es-visual-viewport-height, 100dvh) - var(--pmp-redesign-sheet-top));
    max-height: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-service-address-sheet .pd-mobile-profile-sheet-body {
    display: flex;
    min-height: 0;
    flex: 1;
    overflow: hidden;
    padding: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-service-address-sheet .pd-mobile-service-address-form {
    display: flex !important;
    min-height: 0;
    flex: 1;
    flex-direction: column;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-fields {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 20px 24px;
    -webkit-overflow-scrolling: touch;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 12px;
    margin-bottom: 22px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair .pd-account-field {
    margin-bottom: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair select.pd-input {
    appearance: none;
    padding-right: 42px !important;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475467' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
  }

  html[data-provider-direction="rtl"][data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair select.pd-input {
    padding-right: 14px !important;
    padding-left: 42px !important;
    background-position: left 14px center !important;
  }

  html[data-es-native-shell="true"]:is(.dark, [data-customer-effective-theme="night"]) body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair select.pd-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23AAB4C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E") !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-pair [name="zip"] {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
    margin: 0;
    border: 0;
    padding: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius > legend {
    grid-column: 1;
    padding: 0;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile #pdMobileProfileRadiusValue {
    grid-column: 2;
    color: var(--pmp-redesign-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius-chips {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius-chip {
    display: grid;
    height: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid var(--pmp-redesign-line) !important;
    border-radius: 10px;
    background: var(--pmp-redesign-field) !important;
    padding: 0 !important;
    color: var(--pmp-redesign-slate) !important;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius-chip[aria-pressed="true"] {
    border-color: var(--pmp-redesign-brand) !important;
    background: var(--pmp-redesign-brand-soft) !important;
    color: var(--pmp-redesign-brand) !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius-chip:focus-visible {
    outline: 2px solid var(--pmp-redesign-focus);
    outline-offset: 2px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-radius > p {
    grid-column: 1 / -1;
    margin: 8px 2px 0;
    color: var(--pmp-redesign-muted);
    font-size: 12.5px;
    line-height: 1.45;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    border: 1px solid color-mix(in srgb, var(--pmp-redesign-focus) 18%, var(--pmp-redesign-line));
    border-radius: 12px;
    background: color-mix(in srgb, var(--pmp-redesign-focus) 6%, var(--pmp-redesign-surface));
    padding: 12px 14px;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-note > svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
    color: color-mix(in srgb, var(--pmp-redesign-focus) 78%, var(--pmp-redesign-slate));
    stroke-width: 2;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-service-address-note > p {
    margin: 0;
    color: var(--pmp-redesign-slate);
    font-size: 12.5px;
    line-height: 1.5;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-service-address-sheet .pd-account-status {
    flex: 0 0 auto;
    margin: 0;
    background: var(--pmp-redesign-surface);
    padding: 8px 20px 0 !important;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile :is(.pd-mobile-profile-profile-sheet, .pd-mobile-profile-service-address-sheet) .pd-account-status:empty {
    display: none;
  }

  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] #pdFullSettings #pd-section-profile .pd-mobile-profile-service-address-sheet .pd-mobile-profile-sheet-foot {
    position: static;
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (width <= 360px) {
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet :is(.pd-account-field-grid, .pd-vehicle-field-grid) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-es-native-shell="true"] body[data-mobile-dashboard-role="provider"] .pd-mobile-profile-sheet {
    animation: none !important;
    scroll-behavior: auto;
  }
}
