.lfm-dashboard-profile {
    width: 100%;
    max-width: 980px;
    margin: 28px auto;
    background: #fff;
    border: 1px solid #eef0f3;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .07);
}

.lfm-dashboard-profile__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid #eef0f3;
}

.lfm-dashboard-profile__header h3 {
    margin: 0 0 6px;
    color: #020617;
    font-size: 22px;
    line-height: 1.25;
}

.lfm-dashboard-profile__header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.lfm-dashboard-profile__layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
}

.lfm-dashboard-steps {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px;
    border-right: 1px solid #eef0f3;
    background: #fbfcfd;
}

.lfm-dashboard-steps button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #334155;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 12px;
    text-align: left;
}

.lfm-dashboard-steps button.is-active {
    background: #fff7ed;
    color: #ea7a1f;
}

.lfm-dashboard-panels {
    padding: 22px 24px 26px;
}

.lfm-dashboard-panel {
    display: none;
}

.lfm-dashboard-panel.is-active {
    display: block;
}

.lfm-dashboard-panel h4 {
    margin: 0 0 18px;
    color: #020617;
    font-size: 20px;
    line-height: 1.25;
}

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

.lfm-dashboard-grid label,
.lfm-dashboard-textarea {
    display: block;
}

.lfm-dashboard-grid span,
.lfm-dashboard-textarea span {
    display: block;
    margin-bottom: 7px;
    color: #0f172a;
    font-weight: 700;
}

.lfm-dashboard-grid input,
.lfm-dashboard-textarea textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    background: #fff;
    color: #0f172a;
    padding: 11px 12px;
}

.lfm-dashboard-grid__wide {
    grid-column: 1 / -1;
}

.lfm-dashboard-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.lfm-dashboard-tile {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 12px;
}

.lfm-dashboard-tile input {
    flex: 0 0 auto;
}

.lfm-dashboard-tile:has(input:checked) {
    border-color: #f59e0b;
    background: #fff7ed;
}

.lfm-dashboard-brand-group {
    margin-top: 22px;
}

.lfm-dashboard-brand-group:first-of-type {
    margin-top: 0;
}

.lfm-dashboard-brand-group h5,
.lfm-dashboard-brand-group h6 {
    margin: 0 0 12px;
    color: #020617;
    font-size: 15px;
    line-height: 1.3;
}

.lfm-dashboard-brand-group__compact {
    margin-top: 18px;
}

.lfm-dashboard-certificates {
    margin-top: 24px;
}

.lfm-dashboard-certificates h5 {
    margin: 0 0 12px;
    color: #020617;
    font-size: 15px;
}

.lfm-dashboard-certificate-row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) 160px;
    gap: 10px;
    margin-bottom: 10px;
}

.lfm-dashboard-proof-row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr) minmax(0, 1fr) 150px 150px;
    gap: 10px;
    margin-bottom: 10px;
}

.lfm-dashboard-certificate-row input,
.lfm-dashboard-proof-row input,
.lfm-dashboard-proof-row select,
.lfm-dashboard-file input {
    width: 100%;
    border: 1px solid #dfe3e8;
    background: #fff;
    color: #0f172a;
    padding: 10px 12px;
}

.lfm-dashboard-file {
    display: block;
    margin-top: 18px;
}

.lfm-dashboard-file span {
    display: block;
    margin-bottom: 7px;
    color: #0f172a;
    font-weight: 700;
}

.lfm-dashboard-note,
.lfm-dashboard-preview span {
    display: block;
    margin-top: 12px;
    color: #64748b;
    font-size: 14px;
}

.lfm-dashboard-preview {
    border: 1px solid #eef0f3;
    background: #fbfcfd;
    padding: 18px;
}

.lfm-dashboard-preview strong {
    display: block;
    color: #020617;
    font-size: 18px;
}

.lfm-dashboard-actions {
    padding: 0 24px 24px;
}

.lfm-dashboard-actions .directorist-btn-profile-save,
.lfm-dashboard-actions #update_user_profile {
    width: 100%;
    justify-content: center;
}

.lfm-native-logo-slot {
    display: flex;
    justify-content: center;
    padding: 12px 0 4px;
}

.lfm-native-logo-slot .directorist-image-profile-wrap {
    width: 220px;
    max-width: 100%;
}

.lfm-native-profile-slot .directorist-card,
.lfm-native-profile-slot .directorist-user-profile-box {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.lfm-native-profile-slot .directorist-card__header {
    display: none;
}

.lfm-native-profile-slot .directorist-card__body {
    padding: 0;
}

.lfm-native-profile-slot .directorist-user-info-wrap {
    display: block;
}

.lfm-native-profile-slot .directorist-form-group {
    margin-bottom: 16px;
}

.lfm-directorist-profile-source-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .lfm-dashboard-profile__layout {
        grid-template-columns: 1fr;
    }

    .lfm-dashboard-steps {
        border-right: 0;
        border-bottom: 1px solid #eef0f3;
    }

    .lfm-dashboard-grid,
    .lfm-dashboard-tiles,
    .lfm-dashboard-certificate-row,
    .lfm-dashboard-proof-row {
        grid-template-columns: 1fr;
    }
}
.lfm-pro-dashboard{background:#fff;border:1px solid #e8ebef;padding:28px;box-shadow:0 4px 18px rgba(31,45,61,.05)}
.lfm-pro-dashboard__header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:1px solid #edf0f3;margin:-28px -28px 24px;padding:28px}
.lfm-pro-dashboard__header h2{margin:0 0 6px;font-size:28px;color:#111827}.lfm-pro-dashboard__header p{margin:0;color:#667085}
.lfm-pro-dashboard__plan{padding:8px 12px;background:#fff4e5;color:#e66f00;font-weight:700;white-space:nowrap}
.lfm-pro-dashboard__notice{margin-bottom:20px;padding:12px 16px;background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.lfm-pro-dashboard__locked{padding:32px;background:#f8fafc;border:1px solid #e4e7ec}.lfm-pro-dashboard__locked h3{margin-top:0}
.lfm-pro-dashboard__limit{margin-bottom:18px}.lfm-pro-dashboard__modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.lfm-pro-dashboard__module{padding:16px;border:1px solid #e4e7ec;background:#fff}.lfm-pro-dashboard__toggle{display:flex;gap:9px;align-items:center;margin-bottom:12px}
.lfm-pro-dashboard__module textarea{display:block;width:100%;box-sizing:border-box;resize:vertical;border:1px solid #d0d5dd;padding:10px}
.lfm-pro-dashboard__submit{margin-top:22px;border:0;background:#f5a623;color:#fff;font-weight:700;padding:13px 22px;cursor:pointer}
@media(max-width:720px){.lfm-pro-dashboard{padding:18px}.lfm-pro-dashboard__header{margin:-18px -18px 18px;padding:18px;flex-direction:column}.lfm-pro-dashboard__modules{grid-template-columns:1fr}}
[data-lfm-pro-menu]>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;cursor:pointer;text-align:left!important}
[data-lfm-pro-menu]{display:block!important;clear:both;width:100%}
.lfm-pro-menu__icon{display:inline-block;flex:0 0 18px;vertical-align:middle}
.lfm-pro-menu__label{display:inline-block;min-width:0}
[data-lfm-pro-menu] .directorist_menuItem-text{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-start!important;width:100%}
.lfm-pro-menu__badge{display:inline-flex!important;align-items:center;justify-content:center;min-width:30px;height:18px;box-sizing:border-box;padding:0 7px;margin-left:auto!important;border-radius:9px;background:#f28a00;color:#fff!important;font-size:9px;font-weight:800;line-height:1;letter-spacing:.5px;box-shadow:0 1px 4px rgba(242,138,0,.2)}
[data-lfm-pro-menu] a:hover .lfm-pro-menu__badge,[data-lfm-pro-menu] .directorist-tab__nav__active .lfm-pro-menu__badge{background:#dc7600}
.lfm-pro-dashboard__limit [data-lfm-pro-remaining]{display:block;margin-top:6px;color:#e66f00;font-weight:700}
.lfm-pro-dashboard__editor{display:grid;grid-template-columns:280px minmax(0,1fr);border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;margin:0 -28px}
.lfm-pro-dashboard__section-nav{padding:22px;border-right:1px solid #e4e7ec;background:#fff}
.lfm-pro-dashboard__section-nav button{display:block;width:100%;border:0;background:transparent;padding:13px 15px;margin:0 0 5px;text-align:left;color:#172b4d;font-size:16px;font-weight:700;cursor:pointer}
.lfm-pro-dashboard__section-nav button.is-active{background:#fff4e5;color:#e66f00}
.lfm-pro-dashboard__section-content{min-width:0;padding:30px}
.lfm-pro-dashboard__section{display:none}.lfm-pro-dashboard__section.is-active{display:block}
.lfm-pro-dashboard__section h3{margin:0 0 12px;font-size:26px;color:#101828}.lfm-pro-dashboard__section-intro{color:#667085;margin-bottom:24px}
.lfm-pro-dashboard__section textarea{display:block;width:100%;box-sizing:border-box;min-height:220px;padding:14px;border:1px solid #d0d5dd;resize:vertical}
.lfm-pro-dashboard__field-label{display:block;margin:22px 0 8px;font-weight:700;color:#172b4d}
@media(max-width:800px){.lfm-pro-dashboard__editor{grid-template-columns:1fr;margin:0 -18px}.lfm-pro-dashboard__section-nav{border-right:0;border-bottom:1px solid #e4e7ec;display:flex;gap:5px;overflow-x:auto}.lfm-pro-dashboard__section-nav button{width:auto;flex:0 0 auto}.lfm-pro-dashboard__section-content{padding:20px}}
.lfm-pro-dashboard__limit--global{margin:0 -28px;padding:14px 28px;background:#fffaf2;border-top:1px solid #f6dfbd;color:#7a4b00}
.lfm-pro-dashboard__limit--global [data-lfm-pro-remaining]{display:inline;margin:0 0 0 6px}
@media(max-width:800px){.lfm-pro-dashboard__limit--global{margin:0 -18px;padding:12px 18px}}
.lfm-onboarding-progress{margin:0 0 22px;padding:20px;background:#fff;border:1px solid #e4e7ec;box-shadow:0 4px 18px rgba(31,45,61,.05)}
.lfm-onboarding-progress__header>div{display:flex;justify-content:space-between;gap:15px}.lfm-onboarding-progress__header button{border:0;background:transparent;color:#e66f00;font-weight:700;cursor:pointer;padding:8px 0}
.lfm-onboarding-progress__bar{height:8px;background:#edf0f3;margin:10px 0 14px;overflow:hidden}.lfm-onboarding-progress__bar i{display:block;height:100%;background:#f5a623}
.lfm-onboarding-progress__items{display:flex;gap:8px;flex-wrap:wrap}.lfm-onboarding-progress__items button{border:1px solid #e4e7ec;background:#fff;padding:7px 10px;cursor:pointer;color:#667085}.lfm-onboarding-progress__items button.is-complete{color:#027a48;border-color:#abefc6;background:#ecfdf3}
.lfm-onboarding-overlay{position:fixed;inset:0;z-index:99998;background:rgba(16,24,40,.48);pointer-events:none}.lfm-onboarding-overlay[hidden]{display:none}
.lfm-onboarding-tooltip{position:fixed;z-index:100000;left:50%;bottom:28px;transform:translateX(-50%);width:min(520px,calc(100vw - 28px));box-sizing:border-box;background:#fff;padding:24px;box-shadow:0 18px 48px rgba(0,0,0,.28);pointer-events:auto}
.lfm-onboarding-tooltip h3{margin:4px 0 10px;font-size:24px}.lfm-onboarding-tooltip p{margin:0;color:#667085;line-height:1.6}.lfm-onboarding-tooltip__count{color:#e66f00;font-weight:700}
.lfm-onboarding-tooltip__actions{display:flex;align-items:center;gap:8px;margin-top:20px}.lfm-onboarding-tooltip__actions span{flex:1}.lfm-onboarding-tooltip__actions button{border:1px solid #d0d5dd;background:#fff;padding:9px 14px;cursor:pointer}.lfm-onboarding-tooltip__actions [data-lfm-onboarding-next]{background:#f5a623;border-color:#f5a623;color:#fff;font-weight:700}
.lfm-onboarding-highlight{position:relative!important;z-index:99999!important;outline:4px solid #f5a623!important;outline-offset:5px;background:#fff!important}
@media(max-width:600px){.lfm-onboarding-progress__header{display:block}.lfm-onboarding-tooltip{bottom:10px;padding:18px}.lfm-onboarding-tooltip__actions{flex-wrap:wrap}.lfm-onboarding-tooltip__actions span{display:none}}
.lfm-profile-menu-label{display:flex!important;align-items:center!important;width:100%}.lfm-profile-completion{position:relative;display:inline-block;margin-left:auto;padding-left:10px;color:#e66f00;font-size:13px;font-weight:800;white-space:nowrap}
.lfm-profile-completion:after{content:attr(data-tooltip);position:absolute;z-index:1000;right:0;bottom:calc(100% + 8px);width:max-content;max-width:240px;padding:8px 10px;background:#172033;color:#fff;font-size:12px;font-weight:600;line-height:1.3;opacity:0;visibility:hidden;transform:translateY(4px);transition:.15s;pointer-events:none;box-shadow:0 5px 15px rgba(0,0,0,.2)}
.lfm-profile-completion:hover:after{opacity:1;visibility:visible;transform:translateY(0)}
.lfm-dashboard-steps button{display:flex!important;align-items:center;gap:8px}.lfm-dashboard-step-check{margin-left:auto;color:#079455;font-size:15px;font-weight:800}
.lfm-dashboard-steps .lfm-onboarding-help{margin-top:16px;border-top:1px solid #e4e7ec!important;padding-top:16px!important;color:#e66f00!important;font-size:13px!important}
.lfm-onboarding-progress{display:none!important}
.lfm-pro-dashboard__home{display:block;margin:0 0 18px;padding:13px 15px;background:#172033;color:#fff!important;font-size:16px;font-weight:800;text-decoration:none!important}.lfm-pro-dashboard__home:hover{background:#252f45;color:#fff!important}
.lfm-pro-dashboard__picker-label{display:block;margin:0 0 7px;color:#667085;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}
.lfm-pro-dashboard__picker{display:block;width:100%;box-sizing:border-box;margin:0 0 18px;padding:10px;border:1px solid #d0d5dd;background:#fff;color:#172b4d}.lfm-pro-dashboard__picker:disabled{opacity:.55;cursor:not-allowed}
