/* Shared mobile-app layout, form, and tab behavior. */
/* Clip sideways spill without creating a second vertical root scrollport. */
html {
    --pezani-safe-top: 0px;
    --pezani-safe-right: 0px;
    --pezani-safe-bottom: 0px;
    --pezani-safe-left: 0px;
    overflow-x: clip;
    overflow-y: visible;
    touch-action: pan-x pan-y;
}

/* Category-aware fallback for listings without an uploaded logo. */
body.pezani-mobile-app .directory-listing-placeholder {
    align-items: center;
    background: #eef4f8 !important;
    border: 1px solid #dce6ef;
    color: #168fe0;
    display: inline-flex !important;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

body.pezani-mobile-app .directory-listing-placeholder[hidden] {
    display: none !important;
}

body.pezani-mobile-app .directory-listing-placeholder .material-icons {
    font-size: 1.9rem;
    line-height: 1;
}

body.pezani-mobile-app .directory-find-suggestion-image.directory-listing-placeholder {
    color: #078fdd;
}

body.pezani-mobile-app .directory-map-popup-logo.directory-listing-placeholder {
    border-radius: 10px;
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
}

body.pezani-mobile-app .directory-map-popup-logo.directory-listing-placeholder .material-icons {
    font-size: 1.45rem;
}

body.pezani-mobile-app {
    --pezani-mobile-font-body: 1rem;
    --pezani-mobile-font-secondary: .875rem;
    --pezani-mobile-font-label: .9375rem;
    --pezani-mobile-font-title: 1.125rem;
    background: #f3f7fb !important;
    overflow-x: clip;
    overflow-y: visible;
    overscroll-behavior-x: none;
}

body.pezani-mobile-app .content-body {
    overscroll-behavior-y: auto;
}

/* Only standalone chat and request-detail surfaces own their vertical
   gesture. Normal Mobile pages keep the document as the scroll owner. */
html.pezani-pull-refresh-disabled,
body.pezani-mobile-app.pezani-pull-refresh-disabled,
body.pezani-mobile-app.pezani-pull-refresh-disabled .content-body {
    overscroll-behavior-y: none;
}

/* Generic W3 template controls duplicate Pezani navigation and can cover
   form fields. Help Center remains available in the app drawer. */
body.pezani-mobile-app .DZ-theme-btn,
body.pezani-mobile-app .at-expanding-share-button[data-position="bottom-left"] {
    display: none !important;
}

/* Keep the app toolbar visually distinct from the lighter content surface. */
body.pezani-mobile-app .header {
    background: #18253b !important;
}

body.pezani-mobile-app .content-body {
    background: #f3f7fb !important;
}

/* Native-style shell chrome with a dark, high-contrast toolbar. */
body.pezani-mobile-app .header {
    background: #18253b !important;
    border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
    box-shadow: 0 .45rem 1.25rem rgba(8, 15, 29, .28);
}

body.pezani-mobile-app .header .header-content {
    position: relative;
    z-index: 1;
}

body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle,
body.pezani-mobile-app .mobile-header-action .nav-link {
    transition: background-color .2s ease, border-color .2s ease,
        box-shadow .2s ease, transform .2s ease;
}

body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle:hover,
body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle:focus-visible,
body.pezani-mobile-app .mobile-header-action .nav-link:hover,
body.pezani-mobile-app .mobile-header-action .nav-link:focus-visible {
    border-color: #c4d2df;
    box-shadow: 0 .45rem 1rem rgba(24, 37, 59, .14);
    transform: translateY(-1px);
}

body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle:active,
body.pezani-mobile-app .mobile-header-action .nav-link:active {
    transform: scale(.96);
}

/* iOS WebView keeps focus at the intended scale when controls are 16px or larger. */
body.pezani-mobile-app input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.pezani-mobile-app select,
body.pezani-mobile-app textarea {
    box-sizing: border-box;
    color: #212529 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Keep finder, directory, deals, events, and other app forms native-looking. */
body.pezani-mobile-app input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.pezani-mobile-app select.form-control,
body.pezani-mobile-app select.form-select,
body.pezani-mobile-app select.default-select,
body.pezani-mobile-app select.pezani-native-select,
body.pezani-mobile-app textarea.form-control {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #212529 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    min-height: 48px;
    padding: 12px 14px !important;
}

body.pezani-mobile-app textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

body.pezani-mobile-app .form-group {
    margin-bottom: 1rem;
}

body.pezani-mobile-app label,
body.pezani-mobile-app .form-group > label {
    color: #212529;
    font-weight: 600;
    margin-bottom: .45rem;
}

body.pezani-mobile-app .form-control:focus,
body.pezani-mobile-app select:focus,
body.pezani-mobile-app textarea:focus {
    border-color: #01a3ff !important;
    box-shadow: 0 0 0 .2rem rgba(1, 163, 255, .12) !important;
    outline: 0;
}

/* If bootstrap-select is present, only its visible button carries the border. */
body.pezani-mobile-app .bootstrap-select.form-control {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 48px;
    padding: 0 !important;
}

body.pezani-mobile-app .bootstrap-select.form-control > .dropdown-toggle {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #212529 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    min-height: 48px;
    padding: 12px 14px !important;
}

body.pezani-mobile-app .bootstrap-select.form-control > .dropdown-toggle:focus,
body.pezani-mobile-app .bootstrap-select.form-control > .dropdown-toggle:active {
    border-color: #01a3ff !important;
    box-shadow: 0 0 0 .2rem rgba(1, 163, 255, .12) !important;
    outline: 0 !important;
}

/* Mobile module selectors are a fixed, edge-to-edge bar below the header.
   They stay justified when they fit and become one-line swipe rows when they do not. */
body.pezani-mobile-app {
    --pezani-mobile-tabbar-height: 5rem;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs,
body.pezani-mobile-app .nav-tabs[role="tablist"] {
    align-items: stretch;
    background: #fff;
    border: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0;
    height: var(--pezani-mobile-tabbar-height);
    left: 0;
    margin: 0 !important;
    max-width: none !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0;
    position: fixed;
    scrollbar-width: none;
    right: 0;
    top: var(--dz-header-height, 5rem);
    touch-action: pan-x pan-y;
    width: 100vw;
    z-index: 20;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs::-webkit-scrollbar,
body.pezani-mobile-app .nav-tabs[role="tablist"]::-webkit-scrollbar {
    display: none;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item {
    align-items: stretch;
    display: flex;
    flex: 1 1 0 !important;
    height: 100%;
    min-width: max-content !important;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link {
    align-items: center;
    border-radius: 0 !important;
    display: flex;
    flex: 1 1 auto !important;
    height: 100%;
    justify-content: center;
    max-width: none !important;
    min-width: max-content !important;
    min-height: 100%;
    padding: .5rem .35rem !important;
    text-align: center;
    white-space: nowrap !important;
    width: auto !important;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h4,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h5,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h4,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h5 {
    font-size: .92rem !important;
    line-height: 1.2;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs + .tab-content,
body.pezani-mobile-app .nav-tabs[role="tablist"] + .tab-content {
    padding-top: var(--pezani-mobile-tabbar-height) !important;
}

/* Finder categories use one local icon family and short labels so the rail
   reads as a set of destinations instead of a row of unexplained symbols. */
body.pezani-mobile-app .custom-tab-1 > .nav-tabs.pezani-finder-category-rail > .nav-item {
    min-width: 5.5rem !important;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs.pezani-finder-category-rail > .nav-item > .nav-link {
    align-items: center;
    flex-direction: column;
    gap: .2rem;
    justify-content: center;
    min-width: 5.5rem !important;
    padding: .35rem .55rem !important;
}

body.pezani-mobile-app .pezani-finder-category-icon {
    color: inherit;
    flex: 0 0 32px;
    font-size: 32px !important;
    height: 32px;
    line-height: 1 !important;
    width: 32px;
}

body.pezani-mobile-app .pezani-finder-category-label {
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    body.pezani-mobile-app .custom-tab-1 > .nav-tabs.pezani-finder-category-rail {
        left: var(--dz-sidebar-width);
        width: calc(100vw - var(--dz-sidebar-width));
    }

    body.pezani-mobile-app .custom-tab-1 > .nav-tabs.pezani-finder-category-rail > .nav-item,
    body.pezani-mobile-app .custom-tab-1 > .nav-tabs.pezani-finder-category-rail > .nav-item > .nav-link {
        min-width: 7.5rem !important;
    }

    body.pezani-mobile-app .pezani-finder-category-label {
        font-size: 14px;
    }
}

/* Directory results use a compact native-style identity block and action footer. */
body.pezani-mobile-app .directory-listing-card {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 1rem;
    box-shadow: 0 .45rem 1.1rem rgba(24, 37, 59, .08);
    overflow: hidden;
}

body.pezani-mobile-app .directory-results-count {
    color: #18253b;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

body.pezani-mobile-app .directory-listing-card .card-body {
    padding: 1rem;
}

body.pezani-mobile-app .directory-listing-card-main {
    align-items: center;
    display: flex;
    gap: .9rem;
    min-width: 0;
}

body.pezani-mobile-app .directory-listing-card-logo-wrap {
    flex: 0 0 5rem;
}

body.pezani-mobile-app .directory-listing-card-logo {
    background: #eef4f8;
    border: 1px solid #dce6ef;
    border-radius: 1.15rem;
    display: block;
    height: 5rem;
    object-fit: cover;
    width: 5rem;
}

body.pezani-mobile-app .directory-listing-card-details {
    flex: 1 1 auto;
    min-width: 0;
}

body.pezani-mobile-app .directory-listing-card-name {
    color: #18253b;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .7rem;
    overflow-wrap: anywhere;
}

body.pezani-mobile-app .directory-listing-card-meta {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

body.pezani-mobile-app .directory-listing-card-meta-item {
    align-items: center;
    color: #536981;
    display: flex;
    font-size: .88rem;
    gap: .5rem;
    line-height: 1.25;
    min-width: 0;
    padding: 0;
}

body.pezani-mobile-app .directory-listing-card-meta-item i {
    color: #168fe0;
    flex: 0 0 .9rem;
    text-align: center;
}

body.pezani-mobile-app .directory-listing-card-meta-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.pezani-mobile-app .directory-listing-card-actions {
    border-top: 1px solid #e5edf4;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem !important;
    padding-top: 1rem;
}

body.pezani-mobile-app .directory-listing-card-actions .btn {
    align-items: center;
    border-radius: .7rem;
    display: inline-flex;
    font-size: .9rem;
    justify-content: center;
    margin: 0 !important;
    min-height: 2.75rem;
    padding: .55rem .45rem;
    white-space: nowrap;
}

@media (max-width: 420px) {
    body.pezani-mobile-app .directory-listing-card .card-body {
        padding: .85rem;
    }

    body.pezani-mobile-app .directory-listing-card-main {
        gap: .7rem;
    }

    body.pezani-mobile-app .directory-listing-card-logo-wrap,
    body.pezani-mobile-app .directory-listing-card-logo {
        flex-basis: 4.5rem;
        height: 4.5rem;
        width: 4.5rem;
    }

    body.pezani-mobile-app .directory-listing-card-name {
        font-size: 1rem;
    }

    body.pezani-mobile-app .directory-listing-card-actions .btn {
        font-size: .82rem;
    }
}

/* Shared native-style card composition for Mobile module form cards only. */
body.pezani-mobile-app .pezani-mobile-form-card {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 1rem;
    box-shadow: 0 .45rem 1.1rem rgba(24, 37, 59, .08);
    overflow: hidden;
}

body.pezani-mobile-app .pezani-mobile-form-card > form {
    margin: 0;
}

body.pezani-mobile-app .pezani-mobile-card-header {
    align-items: center;
    background: #f7fbff;
    border-bottom: 1px solid #e5edf4 !important;
    display: flex;
    justify-content: space-between;
    min-height: 4.35rem;
    padding: 1rem 1.25rem;
}

body.pezani-mobile-app .pezani-mobile-card-title {
    color: #18253b;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

body.pezani-mobile-app .pezani-mobile-card-subtitle {
    color: #68788c;
    display: block;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.35;
    margin-top: .25rem;
}

body.pezani-mobile-app .pezani-mobile-card-header-mark {
    align-items: center;
    background: #eaf6ff;
    border: 1px solid #d3edfc;
    border-radius: 50%;
    color: #018bd7;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

body.pezani-mobile-app .pezani-mobile-card-header-mark i,
body.pezani-mobile-app .pezani-mobile-card-header-mark .material-icons {
    font-size: 1.3rem;
}

body.pezani-mobile-app .pezani-mobile-form-card .card-body {
    padding: 1.25rem !important;
}

body.pezani-mobile-app .pezani-mobile-card-footer {
    background: #fff;
    border-top: 1px solid #e5edf4 !important;
    padding: 1rem 1.25rem 1.25rem !important;
}

body.pezani-mobile-app .pezani-mobile-card-footer .pezani-mobile-card-actions {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

body.pezani-mobile-app .pezani-mobile-card-footer .btn {
    align-items: center;
    border-radius: .85rem;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 !important;
    min-height: 3.35rem;
    padding: .75rem 1rem !important;
    width: 100%;
}

/* Search renderers place their submit block inside the form body so the
   existing form markup and request handling remain unchanged. Extend the
   visual footer back to the card edges. */
body.pezani-mobile-app .deal-search-card .deal-search-actions,
body.pezani-mobile-app .deal-filter-card .deal-search-actions,
body.pezani-mobile-app .explore-search-card .explore-search-actions {
    margin: 1rem -1.25rem -1.25rem;
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app .pezani-mobile-card-header {
        min-height: 4rem;
        padding: .9rem 1rem;
    }

    body.pezani-mobile-app .pezani-mobile-card-title {
        font-size: 1.1rem;
    }

    body.pezani-mobile-app .pezani-mobile-card-header-mark {
        flex-basis: 2.25rem;
        height: 2.25rem;
        width: 2.25rem;
    }

    body.pezani-mobile-app .pezani-mobile-card-header-mark i,
    body.pezani-mobile-app .pezani-mobile-card-header-mark .material-icons {
        font-size: 1.15rem;
    }

    body.pezani-mobile-app .pezani-mobile-form-card .card-body {
        padding: 1rem !important;
    }

    body.pezani-mobile-app .pezani-mobile-card-footer {
        padding: .9rem 1rem 1rem !important;
    }

    body.pezani-mobile-app .deal-search-card .deal-search-actions,
    body.pezani-mobile-app .deal-filter-card .deal-search-actions,
    body.pezani-mobile-app .explore-search-card .explore-search-actions {
        margin: .9rem -1rem -1rem;
    }
}

/* Pezani native UI foundation. These rules provide one touch-first visual
   language across Mobile without changing module markup or data flows. */
body.pezani-mobile-app {
    --pezani-navy: #18253b;
    --pezani-navy-deep: #101c31;
    --pezani-sky: #01a3ff;
    --pezani-page: #f3f7fb;
    --pezani-surface: #fff;
    --pezani-ink: #18253b;
    --pezani-muted: #68788c;
    --pezani-border: #dce6ef;
    --pezani-soft: #f7fbff;
    --pezani-positive: #1eae72;
    --pezani-danger: #ef5370;
    --pezani-radius: 1rem;
    --pezani-control-radius: .75rem;
    --pezani-control-height: 3.25rem;
    color: var(--pezani-ink);
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body.pezani-mobile-app #main-wrapper {
    min-height: 100dvh;
}

body.pezani-mobile-app .nav-header {
    background: var(--pezani-navy) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 .45rem 1.2rem rgba(8, 15, 29, .2);
    overflow: hidden;
}

body.pezani-mobile-app .nav-header .brand-logo {
    align-items: center;
    gap: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

body.pezani-mobile-app .nav-header .brand-logo img {
    background: #ffb83d;
    border-radius: 1rem;
    box-shadow: 0 .4rem .9rem rgba(0, 0, 0, .16);
    height: 3.25rem !important;
    object-fit: contain;
    width: 3.25rem !important;
}

body.pezani-mobile-app .nav-header .brand-title {
    margin-left: 0;
    max-width: 10rem;
}

body.pezani-mobile-app .nav-header .brand-title h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

body.pezani-mobile-app .header {
    background: var(--pezani-navy) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
    box-shadow: 0 .45rem 1.25rem rgba(8, 15, 29, .28);
}

body.pezani-mobile-app .header .header-content {
    gap: .75rem;
    min-width: 0;
}

body.pezani-mobile-app .header-page-title {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

body.pezani-mobile-app .header-page-title h1 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle,
body.pezani-mobile-app .mobile-header-action .nav-link {
    border-radius: 1rem;
    height: 3.65rem;
    width: 3.65rem;
}

body.pezani-mobile-app .dashboard-nav-toggle .material-icons,
body.pezani-mobile-app .mobile-header-action .material-icons {
    font-size: 2rem !important;
}

body.pezani-mobile-app .content-body {
    background: var(--pezani-page) !important;
    min-height: 100dvh;
}

body.pezani-mobile-app .content-body > .container-fluid {
    padding-bottom: calc(6rem + env(safe-area-inset-bottom));
    padding-top: 1rem;
}

body.pezani-mobile-app .content-body h1,
body.pezani-mobile-app .content-body h2,
body.pezani-mobile-app .content-body h3,
body.pezani-mobile-app .content-body h4,
body.pezani-mobile-app .content-body h5,
body.pezani-mobile-app .content-body h6 {
    color: var(--pezani-ink);
    letter-spacing: 0;
}

body.pezani-mobile-app .content-body p {
    color: var(--pezani-muted);
}

body.pezani-mobile-app a,
body.pezani-mobile-app button,
body.pezani-mobile-app [role="button"] {
    touch-action: manipulation;
}

body.pezani-mobile-app .btn {
    align-items: center;
    border-radius: var(--pezani-control-radius);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 2.85rem;
    transition: background-color .18s ease, border-color .18s ease,
        box-shadow .18s ease, transform .18s ease;
}

body.pezani-mobile-app .btn:active {
    transform: scale(.98);
}

body.pezani-mobile-app .btn-primary {
    background: var(--pezani-sky);
    border-color: var(--pezani-sky);
    box-shadow: 0 .35rem .9rem rgba(1, 163, 255, .2);
}

body.pezani-mobile-app .btn-primary:hover,
body.pezani-mobile-app .btn-primary:focus-visible {
    background: #008edc;
    border-color: #008edc;
}

/* Keep every tab selector on one native-style rail. A long rail remains
   horizontally swipeable instead of wrapping into a second row. */
body.pezani-mobile-app .custom-tab-1 > .nav-tabs,
body.pezani-mobile-app .nav-tabs[role="tablist"] {
    box-shadow: 0 .3rem .8rem rgba(24, 37, 59, .08);
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item {
    scroll-snap-align: start;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link {
    border-bottom: 3px solid transparent !important;
    color: var(--pezani-muted) !important;
    font-size: .98rem;
    font-weight: 700;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link.active,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link.active {
    background: #fff !important;
    border-bottom-color: var(--pezani-sky) !important;
    color: var(--pezani-ink) !important;
}

body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h3,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h4,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h5,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h3,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h4,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h5,
body.pezani-mobile-app .explore-tab-title {
    color: inherit !important;
    font-size: .98rem !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

/* Amount fields are a single control. The formatter still submits the
   unformatted numeric value through the original input. */
body.pezani-mobile-app .pezani-money-group {
    align-items: stretch;
    background: var(--pezani-surface) !important;
    border: 1px solid #cfdbe6 !important;
    border-radius: var(--pezani-control-radius) !important;
    display: flex;
    overflow: hidden;
    width: 100%;
}

body.pezani-mobile-app .pezani-money-group:focus-within {
    border-color: var(--pezani-sky) !important;
    box-shadow: 0 0 0 .2rem rgba(1, 163, 255, .12) !important;
}

body.pezani-mobile-app .pezani-money-group .input-group-prepend,
body.pezani-mobile-app .pezani-money-group .input-group-append {
    display: flex;
    flex: 0 0 auto;
}

body.pezani-mobile-app .pezani-money-group .input-group-text {
    align-items: center;
    background: #f5f8fb !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--pezani-ink) !important;
    display: flex;
    font-size: .95rem;
    min-height: var(--pezani-control-height);
    padding: .75rem .9rem;
}

body.pezani-mobile-app .pezani-money-group .input-group-prepend .input-group-text {
    border-right: 1px solid #e0e8ef !important;
}

body.pezani-mobile-app .pezani-money-group .input-group-append .input-group-text {
    border-left: 1px solid #e0e8ef !important;
}

body.pezani-mobile-app .pezani-money-group .form-control {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    min-width: 0;
}

body.pezani-mobile-app .pezani-money-group .form-control:focus {
    box-shadow: none !important;
}

/* A more tactile drawer and sheet treatment while retaining the template's
   existing menu open/close behavior. */
body.pezani-mobile-app .dlabnav {
    background: #fff !important;
    box-shadow: .55rem 0 1.4rem rgba(24, 37, 59, .14);
}

body.pezani-mobile-app .dlabnav .metismenu {
    padding: .8rem .35rem 1.5rem;
}

body.pezani-mobile-app .dlabnav .metismenu > li > a {
    min-height: 3.15rem;
    padding: .8rem 1rem !important;
}

body.pezani-mobile-app .dlabnav .metismenu > li > a > i {
    font-size: 1.45rem;
}

body.pezani-mobile-app .modal-content {
    border: 1px solid var(--pezani-border);
    border-radius: 1.15rem;
    box-shadow: 0 1rem 3rem rgba(24, 37, 59, .2);
    overflow: hidden;
}

body.pezani-mobile-app .modal-header {
    background: var(--pezani-soft);
    border-bottom: 1px solid #e5edf4;
    padding: 1rem 1.15rem;
}

body.pezani-mobile-app .modal-footer {
    border-top: 1px solid #e5edf4;
    gap: .6rem;
    padding: .9rem 1.15rem 1rem;
}

body.pezani-mobile-app .modal-footer .btn {
    margin: 0;
}

body.pezani-mobile-app .alert {
    border-radius: .85rem;
}

body.pezani-mobile-app .quick-finder-form .card,
body.pezani-mobile-app .quick-finder-form .pezani-mobile-form-card {
    border-color: var(--pezani-border) !important;
    border-radius: var(--pezani-radius) !important;
    box-shadow: 0 .55rem 1.35rem rgba(24, 37, 59, .09) !important;
}

body.pezani-mobile-app .quick-finder-form .quick-finder-card-header,
body.pezani-mobile-app .quick-finder-form .pezani-mobile-card-header {
    background: var(--pezani-soft) !important;
    border-bottom-color: #e5edf4 !important;
    min-height: 4.35rem;
}

body.pezani-mobile-app .quick-finder-form .quick-finder-card-title,
body.pezani-mobile-app .quick-finder-form .pezani-mobile-card-title {
    color: var(--pezani-ink) !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
}

body.pezani-mobile-app .quick-finder-form .card-footer,
body.pezani-mobile-app .quick-finder-form .pezani-mobile-card-footer {
    background: var(--pezani-surface) !important;
    border-top-color: #e5edf4 !important;
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app .nav-header {
        width: 5rem !important;
        z-index: 31;
    }

    body.pezani-mobile-app .nav-header .brand-logo {
        gap: 0;
        justify-content: center;
        padding: .55rem .35rem;
    }

    body.pezani-mobile-app .nav-header .brand-logo img {
        height: 3.25rem !important;
        width: 3.25rem !important;
    }

    body.pezani-mobile-app .nav-header .brand-title {
        display: none;
    }

    body.pezani-mobile-app .header {
        padding-left: 5rem !important;
    }

    body.pezani-mobile-app .header .header-content {
        gap: .65rem;
        padding-left: 3.75rem !important;
        padding-right: .75rem !important;
    }

    body.pezani-mobile-app .header-page-title {
        order: 1;
    }

    body.pezani-mobile-app .header-page-title h1 {
        font-size: 1.05rem;
    }

    body.pezani-mobile-app .header .header-content > nav {
        flex: 0 0 3.4rem !important;
        order: 2;
        width: 3.4rem !important;
    }

    body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle {
        flex: 0 0 3.4rem;
        order: 3;
    }

    body.pezani-mobile-app .header-right {
        gap: 0;
        margin-left: 0;
    }

    body.pezani-mobile-app .mobile-header-action .nav-link,
    body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle {
        height: 3.4rem;
        width: 3.4rem;
    }

    body.pezani-mobile-app .content-body > .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: .85rem;
    }

    body.pezani-mobile-app .custom-tab-1 > .nav-tabs,
    body.pezani-mobile-app .nav-tabs[role="tablist"] {
        box-shadow: 0 .3rem .75rem rgba(24, 37, 59, .1);
    }

    body.pezani-mobile-app .pezani-money-group .input-group-text {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    body.pezani-mobile-app .modal-dialog {
        margin: .75rem;
    }

    body.pezani-mobile-app .modal-dialog.modal-dialog-centered {
        align-items: flex-end;
        min-height: calc(100% - 1.5rem);
    }

    body.pezani-mobile-app .modal-dialog.modal-dialog-centered .modal-content {
        border-radius: 1.15rem 1.15rem .85rem .85rem;
    }
}

@media (max-width: 375px) {
    body.pezani-mobile-app .header .header-content {
        gap: .5rem;
        padding-left: 2.5rem !important;
    }

    body.pezani-mobile-app .header .header-content > nav {
        flex-basis: 3.25rem !important;
        width: 3.25rem !important;
    }

    body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle,
    body.pezani-mobile-app .mobile-header-action .nav-link {
        height: 3.25rem;
        width: 3.25rem;
    }

    body.pezani-mobile-app .header-page-title h1 {
        font-size: .98rem;
    }
}

/* Shared native runtime states. The native bridge updates these on :root so
   every form surface inherits the device-specific safe-area values. */
body.pezani-mobile-app.pezani-native-loading .content-body {
    opacity: .82;
}

body.pezani-mobile-app .pezani-offline-banner {
    align-items: center;
    background: #fff4e5;
    border-bottom: 1px solid #f4d39b;
    color: #805b1c;
    display: flex;
    font-size: .82rem;
    font-weight: 600;
    gap: .55rem;
    justify-content: center;
    left: 0;
    line-height: 1.35;
    padding: .55rem 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(-110%);
    transition: transform .2s ease;
    z-index: 7000;
}

body.pezani-mobile-app .pezani-offline-banner:not([hidden]) {
    transform: translateY(0);
}

body.pezani-mobile-app .pezani-offline-banner .material-icons {
    color: #c4811b;
    font-size: 1.1rem;
}

body.pezani-mobile-app .pezani-pull-indicator {
    align-items: center;
    background: var(--pezani-navy);
    border-radius: 0 0 .8rem .8rem;
    color: #fff;
    display: flex;
    font-size: .76rem;
    font-weight: 700;
    justify-content: center;
    left: 50%;
    min-height: 2rem;
    opacity: 0;
    padding: .4rem .9rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(-50%, -100%);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 6999;
}

body.pezani-mobile-app .pezani-pull-indicator {
    display: none !important;
}

body.pezani-mobile-app .pezani-pull-indicator.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.pezani-mobile-app .pezani-toast-region {
    bottom: calc(5.4rem + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: .5rem;
    left: 50%;
    max-width: min(23rem, calc(100vw - 2rem));
    pointer-events: none;
    position: fixed;
    transform: translateX(-50%);
    width: max-content;
    z-index: 7100;
}

body.pezani-mobile-app .pezani-toast {
    background: var(--pezani-navy);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .8rem;
    box-shadow: 0 .65rem 1.5rem rgba(8, 15, 29, .24);
    color: #fff;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.35;
    opacity: 0;
    padding: .75rem 1rem;
    transform: translateY(.6rem);
    transition: opacity .2s ease, transform .2s ease;
}

body.pezani-mobile-app .pezani-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.pezani-mobile-app .pezani-toast-success {
    background: #167b55;
}

body.pezani-mobile-app .pezani-toast-warning {
    background: #8a5a13;
}

body.pezani-mobile-app .pezani-toast-error {
    background: #a62e48;
}

body.pezani-mobile-app .pezani-loading-spinner {
    animation: pezani-spin .75s linear infinite;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    margin-right: .5rem;
    vertical-align: -.15rem;
    width: 1rem;
}

body.pezani-mobile-app button.is-loading,
body.pezani-mobile-app .btn.is-loading {
    cursor: wait;
    opacity: .8;
}

body.pezani-mobile-app .pezani-data-loading {
    animation: pezani-pulse 1.25s ease-in-out infinite;
    background: #fff !important;
    border: 1px solid var(--pezani-border);
    border-radius: .85rem;
    color: var(--pezani-muted) !important;
    min-height: 3.5rem;
    padding: 1rem !important;
}

body.pezani-mobile-app .pezani-data-loading:empty::before,
body.pezani-mobile-app .pezani-data-loading:not(:empty)::after {
    color: var(--pezani-muted);
    content: 'Loading...';
    font-size: .84rem;
    font-weight: 600;
}

body.pezani-mobile-app .pezani-data-loading:not(:empty)::after {
    display: block;
}

body.pezani-mobile-app .pezani-nav-overlay {
    background: rgba(8, 15, 29, .38);
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 5980;
}

body.pezani-mobile-app .dlabnav {
    z-index: 5990 !important;
}

body.pezani-mobile-app.pezani-menu-open .dlabnav {
    box-shadow: .7rem 0 1.8rem rgba(8, 15, 29, .22);
}

/* The desktop template only knows how to collapse a sidebar. The mobile
   shell uses a real off-canvas drawer instead, so its closed/open geometry is
   explicit and independent of the template's data-* layout attributes. */
@media only screen and (max-width: 47.9375rem) {
    body.pezani-mobile-app .header .header-content > .dashboard-nav-toggle {
        cursor: pointer;
        position: relative !important;
        z-index: 6001;
    }

    body.pezani-mobile-app .dlabnav {
        bottom: 0;
        height: auto !important;
        left: 0;
        max-width: 86vw;
        overflow: hidden;
        pointer-events: none;
        position: fixed !important;
        top: var(--dz-header-height);
        transform: translate3d(-105%, 0, 0);
        transition: transform .24s cubic-bezier(.22, .61, .36, 1),
            visibility 0s linear .24s;
        visibility: hidden;
        width: min(18rem, 86vw) !important;
        will-change: transform;
    }

    body.pezani-mobile-app .dlabnav .dlabnav-scroll {
        height: 100%;
        overscroll-behavior: contain;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body.pezani-mobile-app.pezani-menu-open {
        overflow: hidden;
    }

    body.pezani-mobile-app.pezani-menu-open .dlabnav {
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
        visibility: visible;
    }
}

/* Final Listings Find refinement. Keep the first screen focused on lookup,
 * not on a decorative panel or a collection of nested cards. */
body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 1.25rem 0 1.1rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading {
    border-bottom: 0 !important;
    display: block !important;
    margin-bottom: 1.1rem !important;
    padding-bottom: 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-kicker,
body.pezani-mobile-app.mobile-view-directory .directory-find-heading-icon,
body.pezani-mobile-app.mobile-view-directory .directory-recent-heading-icon {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading h2 {
    color: #18253b !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading p {
    color: #536981 !important;
    font-size: .98rem !important;
    line-height: 1.4 !important;
    margin: .35rem 0 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form label {
    color: #334a64 !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    margin-bottom: .45rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control {
    background: #fff !important;
    border: 1px solid #cbd8e4 !important;
    border-radius: .85rem !important;
    box-shadow: 0 1px 2px rgba(24, 37, 59, .04) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control:focus {
    border-color: #078fdd !important;
    box-shadow: 0 0 0 .2rem rgba(7, 143, 221, .14) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-live-status {
    color: #637890;
    font-size: .8rem;
    line-height: 1.35;
    margin: .55rem 0 0;
    min-height: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-live-status:empty {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestions {
    background: #fff;
    border: 1px solid #d8e2eb;
    border-radius: .85rem;
    box-shadow: 0 .55rem 1.25rem rgba(24, 37, 59, .1);
    margin-top: .55rem;
    overflow: hidden;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestions[hidden] {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion {
    align-items: center;
    border-bottom: 1px solid #edf1f5;
    color: #18253b;
    display: flex;
    gap: .7rem;
    min-height: 4.15rem;
    padding: .65rem .75rem;
    text-decoration: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion:last-child {
    border-bottom: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion:active,
body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion:focus-visible {
    background: #f2f8fc;
    outline: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-image,
body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-icon {
    align-items: center;
    background: #eaf5fb;
    border: 1px solid #d7eaf4;
    border-radius: .65rem;
    color: #078fdd;
    display: inline-flex;
    flex: 0 0 2.65rem;
    height: 2.65rem;
    justify-content: center;
    object-fit: cover;
    width: 2.65rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-copy strong {
    color: #18253b;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-copy small {
    color: #6a7b90;
    font-size: .8rem;
    line-height: 1.25;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-arrow {
    color: #7a8ca0;
    flex: 0 0 auto;
    font-size: .8rem;
    margin-left: .25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form .directory-search-action {
    border-radius: .85rem !important;
    min-height: 3.25rem !important;
    margin-top: .95rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link {
    background: transparent !important;
    border: 1px solid #d9e3ec !important;
    border-radius: .85rem !important;
    margin-top: .7rem !important;
    min-height: 3.75rem !important;
    padding: .55rem .7rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon {
    background: #eef5f9 !important;
    border-radius: .65rem !important;
    color: #536981 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy strong {
    color: #243b55 !important;
    font-weight: 650 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy small {
    color: #6d7e91 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-arrow {
    color: #536981 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-modern-recent {
    border-top: 1px solid #d9e3ec !important;
    margin-top: .25rem !important;
    padding: 1.15rem 0 .35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-modern-recent[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading h3 {
    font-size: 1.05rem !important;
    font-weight: 650 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches {
    border-top: 1px solid #d9e3ec;
    margin-top: .35rem;
    padding: 1rem 0 .25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .65rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-heading h3 {
    color: #263d56;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.3;
    margin: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-clear {
    background: transparent;
    border: 0;
    color: #536981;
    font-size: .82rem;
    line-height: 1.3;
    min-height: 2.5rem;
    padding: .45rem .35rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-search {
    align-items: center;
    background: #fff;
    border: 1px solid #d4e0ea;
    border-radius: 2rem;
    color: #405873;
    display: inline-flex;
    font-size: .83rem;
    gap: .4rem;
    min-height: 2.5rem;
    max-width: 100%;
    padding: .45rem .75rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-search span {
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-search i {
    color: #078fdd;
    font-size: .75rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-search:active,
body.pezani-mobile-app.mobile-view-directory .directory-recent-search:focus-visible,
body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-clear:focus-visible {
    background: #f2f8fc;
    outline: 0;
}

body.pezani-mobile-app.is-offline .content-body {
    filter: saturate(.86);
}

body.pezani-mobile-app.pezani-menu-open .pezani-nav-overlay {
    opacity: 1;
    pointer-events: auto;
}

@keyframes pezani-spin {
    to { transform: rotate(360deg); }
}

@keyframes pezani-pulse {
    0%, 100% { opacity: .72; }
    50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    body.pezani-mobile-app .pezani-loading-spinner,
    body.pezani-mobile-app .pezani-data-loading {
        animation: none;
    }
}

/* Use the Deals form as the shared Mobile form reference: compact block
   labels, a consistent label-to-control rhythm, and no inherited theme
   decoration. This also normalizes the legacy Finder fieldset markup. */
body.pezani-mobile-app .content-body form label,
body.pezani-mobile-app .content-body form .form-label,
body.pezani-mobile-app .quick-finder-form fieldset.form-group-style > label,
body.pezani-mobile-app .quick-finder-form .form-group-style > label {
    color: var(--pezani-ink) !important;
    display: block;
    font-size: .8rem !important;
    font-weight: 700 !important;
    line-height: 1.35;
    margin: 0 0 .45rem !important;
}

body.pezani-mobile-app .content-body form label small,
body.pezani-mobile-app .content-body form .form-label small {
    color: var(--pezani-muted) !important;
    font-size: .78rem !important;
    font-weight: 500 !important;
}

body.pezani-mobile-app .content-body form .form-group,
body.pezani-mobile-app .content-body form .form-group.mb-3,
body.pezani-mobile-app .quick-finder-form fieldset.form-group-style,
body.pezani-mobile-app .quick-finder-form .form-group-style {
    margin-bottom: 1rem !important;
}

body.pezani-mobile-app .content-body form .form-row {
    margin-bottom: 0;
}

body.pezani-mobile-app .content-body form input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.pezani-mobile-app .content-body form select.form-control,
body.pezani-mobile-app .content-body form select.form-select,
body.pezani-mobile-app .content-body form textarea.form-control,
body.pezani-mobile-app .quick-finder-form .bootstrap-select .dropdown-toggle {
    border-radius: var(--pezani-control-radius) !important;
    min-height: 3rem;
}

body.pezani-mobile-app .quick-finder-form .form-control,
body.pezani-mobile-app .quick-finder-form select,
body.pezani-mobile-app .quick-finder-form textarea,
body.pezani-mobile-app .quick-finder-form .bootstrap-select .dropdown-toggle {
    font-size: 1rem !important;
    line-height: 1.4;
    padding: .7rem .9rem !important;
}

body.pezani-mobile-app .quick-finder-form textarea {
    min-height: 7.5rem;
    padding-top: .8rem !important;
}

/* Explore: event discovery cards use an image, concise metadata and a stable
   action footer so the primary action remains easy to reach. */
body.pezani-mobile-app .explore-event-card {
    background: #fff !important;
    border: 1px solid var(--pezani-border) !important;
    border-radius: 1rem !important;
    box-shadow: 0 .45rem 1.15rem rgba(24, 37, 59, .08) !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

body.pezani-mobile-app .explore-event-card .explore-event-image {
    aspect-ratio: 16 / 9;
    background: #eaf1f7;
    min-height: 9rem;
    overflow: hidden;
    position: relative;
}

body.pezani-mobile-app .explore-event-card .explore-event-image img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

body.pezani-mobile-app .explore-event-card .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem !important;
}

body.pezani-mobile-app .explore-event-card .explore-event-date {
    background: #eaf6ff;
    border-radius: .55rem;
    color: #087fca;
    display: inline-flex;
    font-size: .74rem;
    font-weight: 800;
    gap: .35rem;
    padding: .38rem .55rem;
}

body.pezani-mobile-app .explore-event-card h4 {
    color: var(--pezani-ink) !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    line-height: 1.3;
    margin-bottom: .7rem !important;
}

body.pezani-mobile-app .explore-event-card .explore-event-meta {
    color: var(--pezani-muted);
    display: grid;
    gap: .5rem;
    list-style: none;
    margin: auto 0 0;
    padding: .8rem 0 0;
}

body.pezani-mobile-app .explore-event-card .explore-event-meta li {
    align-items: flex-start;
    display: flex;
    font-size: .8rem;
    gap: .5rem;
    line-height: 1.35;
}

body.pezani-mobile-app .explore-event-card .explore-event-meta i {
    color: var(--pezani-sky);
    flex: 0 0 1rem;
    padding-top: .1rem;
    text-align: center;
}

body.pezani-mobile-app .explore-event-card .explore-card-actions {
    background: #fbfdff !important;
    border-top: 1px solid #e5edf4 !important;
    display: grid !important;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: .8rem !important;
}

body.pezani-mobile-app .explore-event-card .explore-card-actions .btn {
    align-items: center;
    border-radius: .7rem;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    justify-content: center;
    margin: 0 !important;
    min-height: 2.75rem;
    padding: .5rem .4rem;
}

body.pezani-mobile-app #eventResultsStatus,
body.pezani-mobile-app .my-events-status,
body.pezani-mobile-app .saved-events-status,
body.pezani-mobile-app #dealResultsStatus,
body.pezani-mobile-app .saved-deals-status,
body.pezani-mobile-app #businessRequestsStatus,
body.pezani-mobile-app #pendingRequestsStatus {
    margin-bottom: .85rem;
}

body.pezani-mobile-app #eventResultsList > .col-12 > .alert,
body.pezani-mobile-app #dealResultsList > .col-12 > .alert,
body.pezani-mobile-app .saved-events-list > .col-12 > .alert,
body.pezani-mobile-app .saved-deals-list > .col-12 > .alert {
    align-items: center;
    background: #fff !important;
    border: 1px dashed #c8d7e5 !important;
    border-radius: 1rem !important;
    color: var(--pezani-muted) !important;
    display: flex;
    justify-content: center;
    min-height: 5.5rem;
    padding: 1rem !important;
    text-align: center;
}

/* Deals: keep the savings signal prominent and separate it from the identity
   and action regions. */
body.pezani-mobile-app .deal-result-card {
    background: #fff !important;
    border: 1px solid var(--pezani-border) !important;
    border-radius: 1rem !important;
    box-shadow: 0 .45rem 1.15rem rgba(24, 37, 59, .08) !important;
    overflow: hidden;
}

body.pezani-mobile-app .deal-result-card .card-body {
    align-items: stretch !important;
    gap: 1rem;
    padding: 1rem !important;
}

body.pezani-mobile-app .deal-result-card .deal-result-image {
    align-items: center;
    background: #eef5fb;
    border-radius: .85rem;
    display: flex;
    flex: 0 0 7rem;
    height: 7rem;
    justify-content: center;
    margin: 0 !important;
    overflow: hidden;
    width: 7rem;
}

body.pezani-mobile-app .deal-result-card .deal-result-image img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

body.pezani-mobile-app .deal-result-card h3 {
    color: var(--pezani-ink) !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    line-height: 1.3;
}

body.pezani-mobile-app .deal-result-card p {
    color: var(--pezani-muted) !important;
    font-size: .82rem;
}

body.pezani-mobile-app .deal-result-card .deal-meta-list {
    color: var(--pezani-muted);
    gap: .4rem .8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.pezani-mobile-app .deal-result-card .deal-meta-list li {
    font-size: .78rem;
    line-height: 1.35;
}

body.pezani-mobile-app .deal-result-card .deal-meta-list i {
    color: var(--pezani-sky);
}

body.pezani-mobile-app .deal-result-card .deal-result-image + .clearfix {
    min-width: 0;
}

body.pezani-mobile-app .deal-result-card .clearfix.mt-3 {
    border-left: 1px solid #e5edf4;
    justify-content: center;
    padding-left: 1rem;
}

body.pezani-mobile-app .deal-result-card .view-deal-btn,
body.pezani-mobile-app .deal-result-card .save-deal-btn,
body.pezani-mobile-app .deal-result-card .remove-saved-deal-btn {
    border-radius: .7rem;
    font-size: .82rem;
    font-weight: 800;
    margin: 0 0 .5rem !important;
    min-height: 2.65rem;
    min-width: 5.2rem;
}

/* Chats: each inbox entry reads as a conversation summary, with a footer
   action rail that remains stable when message text varies in length. */
body.pezani-mobile-app #quickFinderChats .chat-card,
body.pezani-mobile-app #quickFinderChats .chat-business-card,
body.pezani-mobile-app #quickFinderChats .chat-pending-card {
    background: #fff !important;
    border: 1px solid var(--pezani-border) !important;
    border-radius: 1rem !important;
    box-shadow: 0 .4rem 1rem rgba(24, 37, 59, .07) !important;
    overflow: hidden;
}

body.pezani-mobile-app #quickFinderChats .chat-card .card-body,
body.pezani-mobile-app #quickFinderChats .chat-business-card .card-body,
body.pezani-mobile-app #quickFinderChats .chat-pending-card .card-body {
    padding: 1rem !important;
}

body.pezani-mobile-app #quickFinderChats .chat-card-actions,
body.pezani-mobile-app #quickFinderChats .chat-business-card .chat-card-actions,
body.pezani-mobile-app #quickFinderChats .chat-pending-card .chat-card-actions {
    background: #fbfdff !important;
    border-top: 1px solid #e5edf4 !important;
    display: grid !important;
    gap: .45rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: .75rem !important;
}

body.pezani-mobile-app #quickFinderChats .chat-card-action,
body.pezani-mobile-app #quickFinderChats .chat-business-action {
    align-items: center;
    border: 1px solid #dce6ef !important;
    border-radius: .65rem !important;
    display: inline-flex;
    font-size: .78rem !important;
    font-weight: 800;
    justify-content: center;
    min-height: 2.6rem;
    padding: .4rem .25rem !important;
}

body.pezani-mobile-app #quickFinderChats .chat-card-action.chat-remove,
body.pezani-mobile-app #quickFinderChats .chat-business-action.chat-remove {
    color: #b4233d !important;
}

body.pezani-mobile-app #quickFinderChats .chat-business-count {
    background: var(--pezani-danger) !important;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
    min-height: 1.3rem;
    min-width: 1.3rem;
    padding: .3rem .4rem;
}

body.pezani-mobile-app #quickFinderChats .chat-card-action:focus-visible,
body.pezani-mobile-app #quickFinderChats .chat-business-action:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(1, 163, 255, .16) !important;
    outline: 0;
}

/* Notifications: give the existing API-backed page a quiet, scannable inbox
   treatment and make empty/error states feel intentional. */
body.pezani-mobile-app .mobile-notifications-page {
    max-width: 58rem !important;
}

body.pezani-mobile-app .mobile-notification-card {
    border-radius: 1rem !important;
    box-shadow: 0 .4rem 1rem rgba(24, 37, 59, .07) !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

body.pezani-mobile-app .mobile-notification-card:active {
    transform: scale(.99);
}

body.pezani-mobile-app .mobile-notification-status {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 5rem;
    text-align: center;
}

/* Business hub. */
body.pezani-mobile-app .mobile-business-home {
    margin: 0 auto;
    max-width: 60rem;
    padding: .35rem 0 2rem;
}

body.pezani-mobile-app .mobile-business-hero {
    align-items: center;
    background: var(--pezani-navy);
    border-radius: 1rem;
    box-shadow: 0 .55rem 1.25rem rgba(24, 37, 59, .16);
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.25rem;
}

body.pezani-mobile-app .mobile-business-kicker {
    color: #9bdcff;
    display: block;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

body.pezani-mobile-app .mobile-business-hero h2 {
    color: #fff !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin: 0;
}

body.pezani-mobile-app .mobile-business-hero p {
    color: #c5d1df !important;
    font-size: .84rem;
    line-height: 1.4;
    margin: .45rem 0 0;
    max-width: 28rem;
}

body.pezani-mobile-app .mobile-business-hero-icon {
    align-items: center;
    background: rgba(1, 163, 255, .2);
    border: 1px solid rgba(155, 220, 255, .25);
    border-radius: .85rem;
    color: #9bdcff;
    display: inline-flex;
    flex: 0 0 3.5rem;
    height: 3.5rem;
    justify-content: center;
    width: 3.5rem;
}

body.pezani-mobile-app .mobile-business-status {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--pezani-border);
    border-radius: .9rem;
    display: flex;
    gap: .7rem;
    margin-bottom: 1rem;
    padding: .9rem 1rem;
}

body.pezani-mobile-app .mobile-business-status-dot {
    background: var(--pezani-positive);
    border-radius: 50%;
    flex: 0 0 .6rem;
    height: .6rem;
    margin-top: .32rem;
    width: .6rem;
}

body.pezani-mobile-app .mobile-business-status strong,
body.pezani-mobile-app .mobile-business-status span:not(.mobile-business-status-dot) {
    display: block;
}

body.pezani-mobile-app .mobile-business-status strong {
    color: var(--pezani-ink);
    font-size: .88rem;
}

body.pezani-mobile-app .mobile-business-status span:not(.mobile-business-status-dot) {
    color: var(--pezani-muted);
    font-size: .78rem;
    line-height: 1.35;
    margin-top: .2rem;
}

body.pezani-mobile-app .mobile-business-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.pezani-mobile-app .mobile-business-module-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--pezani-border);
    border-radius: .9rem;
    box-shadow: 0 .3rem .8rem rgba(24, 37, 59, .05);
    display: flex;
    gap: .7rem;
    min-height: 5.6rem;
    padding: .85rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

body.pezani-mobile-app .mobile-business-module-card:active {
    transform: scale(.98);
}

body.pezani-mobile-app .mobile-business-module-icon {
    align-items: center;
    border-radius: .7rem;
    display: inline-flex;
    flex: 0 0 2.4rem;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

body.pezani-mobile-app .mobile-business-module-icon .material-icons {
    font-size: 1.2rem;
}

body.pezani-mobile-app .mobile-business-module-icon.profile { background: #e9e4ff; color: #5a43cf; }
body.pezani-mobile-app .mobile-business-module-icon.content { background: #e4f2ff; color: #087fca; }
body.pezani-mobile-app .mobile-business-module-icon.deals { background: #fff0d9; color: #a86105; }
body.pezani-mobile-app .mobile-business-module-icon.events { background: #e5f8ed; color: #168456; }
body.pezani-mobile-app .mobile-business-module-icon.billing { background: #e3f5f4; color: #168783; }
body.pezani-mobile-app .mobile-business-module-icon.saved { background: #ffe6eb; color: #ba3c58; }
body.pezani-mobile-app .mobile-business-module-icon.requests { background: #e9efff; color: #405fc7; }
body.pezani-mobile-app .mobile-business-module-icon.settings { background: #edf0f4; color: #516174; }

body.pezani-mobile-app .mobile-business-module-copy {
    flex: 1 1 auto;
    min-width: 0;
}

body.pezani-mobile-app .mobile-business-module-copy strong,
body.pezani-mobile-app .mobile-business-module-copy small {
    display: block;
}

body.pezani-mobile-app .mobile-business-module-copy strong {
    color: var(--pezani-ink);
    font-size: .82rem;
    line-height: 1.3;
}

body.pezani-mobile-app .mobile-business-module-copy small {
    color: var(--pezani-muted);
    font-size: .7rem;
    line-height: 1.3;
    margin-top: .22rem;
}

body.pezani-mobile-app .mobile-business-module-arrow {
    color: #9aabbb;
    flex: 0 0 auto;
    font-size: 1.15rem;
}

body.pezani-mobile-app .mobile-business-dashboard-link {
    align-items: center;
    background: var(--pezani-sky);
    border-radius: .8rem;
    color: #fff;
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    gap: .45rem;
    justify-content: center;
    margin-top: 1rem;
    min-height: 3rem;
    padding: .7rem 1rem;
    text-decoration: none;
}

@media (max-width: 520px) {
    body.pezani-mobile-app .mobile-business-grid {
        grid-template-columns: 1fr;
    }

    body.pezani-mobile-app .mobile-business-module-card {
        min-height: 4.6rem;
    }

    body.pezani-mobile-app .deal-result-card .card-body {
        display: block !important;
    }

    body.pezani-mobile-app .deal-result-card .deal-result-image {
        float: left;
        height: 5.8rem;
        margin: 0 .8rem .4rem 0 !important;
        width: 5.8rem;
    }

    body.pezani-mobile-app .deal-result-card .clearfix.mt-3 {
        border-left: 0;
        border-top: 1px solid #e5edf4;
        clear: both;
        display: grid !important;
        gap: .5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 1rem 0 0 !important;
        padding: 1rem 0 0;
    }

    body.pezani-mobile-app .deal-result-card .clearfix.mt-3 > .clearfix {
        display: contents;
    }

    body.pezani-mobile-app .deal-result-card .view-deal-btn,
    body.pezani-mobile-app .deal-result-card .save-deal-btn,
    body.pezani-mobile-app .deal-result-card .remove-saved-deal-btn {
        min-width: 0;
        width: 100%;
    }
}

/* Unified Mobile form system. Keep this scoped to form surfaces so result
   cards, chat bubbles, and navigation keep their own visual language. */
body.pezani-mobile-app .quick-finder-form,
body.pezani-mobile-app .directory-search-card form,
body.pezani-mobile-app .directory-filter-card form,
body.pezani-mobile-app .directory-category-filter-card form,
body.pezani-mobile-app .deal-search-card form,
body.pezani-mobile-app .deal-filter-card form,
body.pezani-mobile-app .explore-search-card form,
body.pezani-mobile-app #exploreBookingForm,
body.pezani-mobile-app #directoryReportForm,
body.pezani-mobile-app #dealClaimForm,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form,
body.pezani-mobile-app #mobileSavedSearchForm,
body.pezani-mobile-app #mobileQuickReplyForm {
    --pezani-form-label: #435873;
    --pezani-form-control: #fff;
    --pezani-form-control-muted: #f8fafc;
    --pezani-form-border: #d5e0ea;
    --pezani-form-focus: #0799ed;
}

body.pezani-mobile-app .quick-finder-form .form-row,
body.pezani-mobile-app .deal-search-card form .form-row,
body.pezani-mobile-app .deal-filter-card form .form-row,
body.pezani-mobile-app .explore-search-card form .form-row,
body.pezani-mobile-app #exploreBookingForm .form-row {
    display: grid;
    gap: 0 1rem;
    margin: 0;
}

body.pezani-mobile-app .quick-finder-form .form-row > [class*="col-"],
body.pezani-mobile-app .deal-search-card form .form-row > [class*="col-"],
body.pezani-mobile-app .deal-filter-card form .form-row > [class*="col-"],
body.pezani-mobile-app .explore-search-card form .form-row > [class*="col-"],
body.pezani-mobile-app #exploreBookingForm .form-row > [class*="col-"] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

body.pezani-mobile-app .quick-finder-form .form-group-style,
body.pezani-mobile-app .quick-finder-form .form-group,
body.pezani-mobile-app .directory-search-card form .form-group,
body.pezani-mobile-app .directory-filter-card form .form-group,
body.pezani-mobile-app .directory-category-filter-card form .form-group,
body.pezani-mobile-app .deal-search-card form .form-group,
body.pezani-mobile-app .deal-filter-card form .form-group,
body.pezani-mobile-app .explore-search-card form .form-group,
body.pezani-mobile-app #exploreBookingForm .form-group,
body.pezani-mobile-app #directoryReportForm .form-group,
body.pezani-mobile-app #dealClaimForm .form-group,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .form-group,
body.pezani-mobile-app #mobileSavedSearchForm .form-group,
body.pezani-mobile-app #mobileQuickReplyForm .form-group {
    margin-bottom: 1.25rem !important;
}

body.pezani-mobile-app .quick-finder-form fieldset.form-group-style > label,
body.pezani-mobile-app .quick-finder-form .form-group-style > label,
body.pezani-mobile-app .directory-search-card form label.form-label,
body.pezani-mobile-app .directory-filter-card form label.form-label,
body.pezani-mobile-app .directory-category-filter-card form label,
body.pezani-mobile-app .deal-search-card form label.form-label,
body.pezani-mobile-app .deal-filter-card form label.form-label,
body.pezani-mobile-app .explore-search-card form label.form-label,
body.pezani-mobile-app #exploreBookingForm label,
body.pezani-mobile-app #directoryReportForm label,
body.pezani-mobile-app #dealClaimForm label,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form label.form-label,
body.pezani-mobile-app #mobileSavedSearchForm label:not(.settings-switch),
body.pezani-mobile-app #mobileQuickReplyForm label:not(.settings-switch) {
    color: var(--pezani-form-label) !important;
    display: block;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 .55rem !important;
}

body.pezani-mobile-app .quick-finder-form label small,
body.pezani-mobile-app .deal-search-card form label.form-label small,
body.pezani-mobile-app .deal-filter-card form label.form-label small,
body.pezani-mobile-app .explore-search-card form label.form-label small,
body.pezani-mobile-app .directory-category-filter-card form label small,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form label.form-label small,
body.pezani-mobile-app #mobileSavedSearchForm label:not(.settings-switch) small,
body.pezani-mobile-app #mobileQuickReplyForm label:not(.settings-switch) small {
    color: var(--pezani-muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

body.pezani-mobile-app .quick-finder-form .form-control,
body.pezani-mobile-app .quick-finder-form select,
body.pezani-mobile-app .quick-finder-form textarea,
body.pezani-mobile-app .directory-search-card form .form-control,
body.pezani-mobile-app .directory-filter-card form .form-control,
body.pezani-mobile-app .directory-filter-card form select,
body.pezani-mobile-app .directory-category-filter-card form .form-control,
body.pezani-mobile-app .directory-category-filter-card form select,
body.pezani-mobile-app .deal-search-card form .form-control,
body.pezani-mobile-app .deal-search-card form select,
body.pezani-mobile-app .deal-filter-card form .form-control,
body.pezani-mobile-app .deal-filter-card form select,
body.pezani-mobile-app .explore-search-card form .form-control,
body.pezani-mobile-app .explore-search-card form select,
body.pezani-mobile-app #exploreBookingForm .form-control,
body.pezani-mobile-app #exploreBookingForm select,
body.pezani-mobile-app #directoryReportForm .form-control,
body.pezani-mobile-app #directoryReportForm select,
body.pezani-mobile-app #dealClaimForm .form-control,
body.pezani-mobile-app #dealClaimForm select,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .form-control,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form select,
body.pezani-mobile-app #mobileSavedSearchForm .form-control,
body.pezani-mobile-app #mobileSavedSearchForm select,
body.pezani-mobile-app #mobileQuickReplyForm .form-control,
body.pezani-mobile-app #mobileQuickReplyForm select {
    align-items: center;
    background: var(--pezani-form-control) !important;
    border: 1px solid var(--pezani-form-border) !important;
    border-radius: .85rem !important;
    box-shadow: none !important;
    color: var(--pezani-ink) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    min-height: 3.25rem !important;
    padding: .75rem .95rem !important;
    width: 100%;
}

body.pezani-mobile-app .quick-finder-form textarea,
body.pezani-mobile-app #exploreBookingForm textarea,
body.pezani-mobile-app #directoryReportForm textarea,
body.pezani-mobile-app #dealClaimForm textarea,
body.pezani-mobile-app #mobileQuickReplyForm textarea {
    align-items: flex-start;
    min-height: 7rem !important;
    padding-top: .85rem !important;
    resize: vertical;
}

body.pezani-mobile-app .quick-finder-form .form-control::placeholder,
body.pezani-mobile-app .directory-search-card form .form-control::placeholder,
body.pezani-mobile-app .directory-filter-card form .form-control::placeholder,
body.pezani-mobile-app .deal-search-card form .form-control::placeholder,
body.pezani-mobile-app .deal-filter-card form .form-control::placeholder,
body.pezani-mobile-app .explore-search-card form .form-control::placeholder,
body.pezani-mobile-app #mobileSavedSearchForm .form-control::placeholder,
body.pezani-mobile-app #mobileQuickReplyForm .form-control::placeholder {
    color: #8998a8 !important;
    opacity: 1;
}

body.pezani-mobile-app .quick-finder-form .form-control:focus,
body.pezani-mobile-app .quick-finder-form select:focus,
body.pezani-mobile-app .directory-search-card form .form-control:focus,
body.pezani-mobile-app .directory-filter-card form .form-control:focus,
body.pezani-mobile-app .directory-filter-card form select:focus,
body.pezani-mobile-app .directory-category-filter-card form .form-control:focus,
body.pezani-mobile-app .directory-category-filter-card form select:focus,
body.pezani-mobile-app .deal-search-card form .form-control:focus,
body.pezani-mobile-app .deal-search-card form select:focus,
body.pezani-mobile-app .deal-filter-card form .form-control:focus,
body.pezani-mobile-app .deal-filter-card form select:focus,
body.pezani-mobile-app .explore-search-card form .form-control:focus,
body.pezani-mobile-app .explore-search-card form select:focus,
body.pezani-mobile-app #exploreBookingForm .form-control:focus,
body.pezani-mobile-app #exploreBookingForm select:focus,
body.pezani-mobile-app #directoryReportForm .form-control:focus,
body.pezani-mobile-app #directoryReportForm select:focus,
body.pezani-mobile-app #dealClaimForm .form-control:focus,
body.pezani-mobile-app #dealClaimForm select:focus,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .form-control:focus,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form select:focus,
body.pezani-mobile-app #mobileSavedSearchForm .form-control:focus,
body.pezani-mobile-app #mobileSavedSearchForm select:focus,
body.pezani-mobile-app #mobileQuickReplyForm .form-control:focus,
body.pezani-mobile-app #mobileQuickReplyForm select:focus {
    border-color: var(--pezani-form-focus) !important;
    box-shadow: 0 0 0 .2rem rgba(7, 153, 237, .13) !important;
    outline: 0;
}

/* Money fields read as one control, including the currency and decimal
   affordances, instead of three unrelated boxes. */
body.pezani-mobile-app .quick-finder-form .pezani-money-group,
body.pezani-mobile-app .deal-search-card form .pezani-money-group,
body.pezani-mobile-app .deal-filter-card form .pezani-money-group {
    align-items: stretch;
    background: var(--pezani-form-control);
    border: 1px solid var(--pezani-form-border);
    border-radius: .85rem;
    display: flex;
    min-height: 3.25rem;
    overflow: hidden;
}

body.pezani-mobile-app .quick-finder-form .pezani-money-group .input-group-text,
body.pezani-mobile-app .deal-search-card form .pezani-money-group .input-group-text,
body.pezani-mobile-app .deal-filter-card form .pezani-money-group .input-group-text {
    background: var(--pezani-form-control-muted) !important;
    border: 0 !important;
    color: var(--pezani-ink) !important;
    font-size: .92rem;
    font-weight: 600;
    min-height: 3.25rem;
    padding: .75rem .85rem;
}

body.pezani-mobile-app .quick-finder-form .pezani-money-group .form-control,
body.pezani-mobile-app .deal-search-card form .pezani-money-group .form-control,
body.pezani-mobile-app .deal-filter-card form .pezani-money-group .form-control {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: 0;
}

/* Upload surfaces use the same visual weight as the fields around them. */
body.pezani-mobile-app .quick-finder-form .quick-finder-dropzone {
    background: #f8fbfd;
    border: 1px dashed #b7cadb;
    border-radius: .85rem;
    min-height: 7rem;
    padding: 1rem;
}

body.pezani-mobile-app .quick-finder-form .quick-finder-dropzone-copy strong {
    font-size: .95rem;
    font-weight: 600;
}

body.pezani-mobile-app .quick-finder-form .quick-finder-dropzone-copy small {
    font-size: .8rem;
}

/* Form footers are deliberate action zones. One action fills the row; paired
   actions share the row on normal phones and stack only on very narrow widths. */
body.pezani-mobile-app .quick-finder-form .card-footer,
body.pezani-mobile-app .directory-search-card form .card-footer,
body.pezani-mobile-app .directory-filter-card form .card-footer,
body.pezani-mobile-app .directory-category-filter-card form .card-footer,
body.pezani-mobile-app .deal-search-card form .deal-search-actions,
body.pezani-mobile-app .deal-filter-card form .deal-search-actions,
body.pezani-mobile-app .explore-search-card form .explore-search-actions,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .card-footer {
    border-top: 1px solid #e5edf4 !important;
    margin-top: .35rem;
    padding: 1rem 1.25rem 1.25rem !important;
}

body.pezani-mobile-app .quick-finder-form .card-footer .text-center,
body.pezani-mobile-app .quick-finder-form .card-footer .pezani-mobile-card-actions,
body.pezani-mobile-app .directory-search-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .directory-filter-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .directory-category-filter-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .deal-search-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .deal-filter-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .explore-search-card form .pezani-mobile-card-actions,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .pezani-mobile-card-actions {
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(0, 1fr);
}

body.pezani-mobile-app .quick-finder-form .card-footer .btn,
body.pezani-mobile-app .directory-search-card form .card-footer .btn,
body.pezani-mobile-app .directory-filter-card form .card-footer .btn,
body.pezani-mobile-app .directory-category-filter-card form .card-footer .btn,
body.pezani-mobile-app .deal-search-card form .deal-search-actions .btn,
body.pezani-mobile-app .deal-filter-card form .deal-search-actions .btn,
body.pezani-mobile-app .explore-search-card form .explore-search-actions .btn,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form .card-footer .btn,
body.pezani-mobile-app #mobileSavedSearchForm > button,
body.pezani-mobile-app #mobileQuickReplyForm > button {
    align-items: center;
    border-radius: .85rem;
    display: inline-flex;
    font-size: 1rem !important;
    font-weight: 700 !important;
    justify-content: center;
    letter-spacing: 0;
    margin: 0 !important;
    min-height: 3.35rem;
    padding: .75rem 1rem !important;
    width: 100%;
}

body.pezani-mobile-app .deal-search-card form .deal-search-actions .pezani-mobile-card-actions,
body.pezani-mobile-app .deal-filter-card form .deal-search-actions .pezani-mobile-card-actions,
body.pezani-mobile-app .directory-filter-card form .pezani-mobile-card-actions,
body.pezani-mobile-app .directory-category-filter-card form .pezani-mobile-card-actions {
    grid-template-columns: minmax(0, 1fr) minmax(7rem, .45fr);
}

body.pezani-mobile-app .quick-finder-form .quick-finder-card-header,
body.pezani-mobile-app .directory-search-card .pezani-mobile-card-header,
body.pezani-mobile-app .directory-filter-card .pezani-mobile-card-header,
body.pezani-mobile-app .directory-category-filter-card .pezani-mobile-card-header,
body.pezani-mobile-app .deal-search-card .pezani-mobile-card-header,
body.pezani-mobile-app .deal-filter-card .pezani-mobile-card-header,
body.pezani-mobile-app .explore-search-card .pezani-mobile-card-header,
body.pezani-mobile-app #quickFinderChats .chat-settings-card .pezani-mobile-card-header {
    min-height: 4.5rem;
    padding: 1rem 1.25rem;
}

body.pezani-mobile-app .quick-finder-form .quick-finder-card-title,
body.pezani-mobile-app .directory-search-card .pezani-mobile-card-title,
body.pezani-mobile-app .directory-filter-card .pezani-mobile-card-title,
body.pezani-mobile-app .directory-category-filter-card .pezani-mobile-card-title,
body.pezani-mobile-app .deal-search-card .pezani-mobile-card-title,
body.pezani-mobile-app .deal-filter-card .pezani-mobile-card-title,
body.pezani-mobile-app .explore-search-card .pezani-mobile-card-title,
body.pezani-mobile-app #quickFinderChats .chat-settings-card .pezani-mobile-card-title {
    font-size: 1.16rem !important;
    line-height: 1.3;
}

body.pezani-mobile-app #quickFinderChats .chat-settings-card form .chat-settings-toggle,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form #chatSettingsCityChoices,
body.pezani-mobile-app #quickFinderChats .chat-settings-card form #chatSettingsSubcategoryChoices {
    margin-bottom: 1.25rem !important;
}

body.pezani-mobile-app #mobileSavedSearchForm,
body.pezani-mobile-app #mobileQuickReplyForm {
    display: flex;
    flex-direction: column;
}

body.pezani-mobile-app #mobileSavedSearchForm > button,
body.pezani-mobile-app #mobileQuickReplyForm > button {
    margin-top: .25rem !important;
}

@media (min-width: 576px) {
    body.pezani-mobile-app .quick-finder-form .form-row,
    body.pezani-mobile-app .deal-search-card form .form-row,
    body.pezani-mobile-app .deal-filter-card form .form-row,
    body.pezani-mobile-app .explore-search-card form .form-row,
    body.pezani-mobile-app #exploreBookingForm .form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app .quick-finder-form .card-footer,
    body.pezani-mobile-app .directory-search-card form .card-footer,
    body.pezani-mobile-app .directory-filter-card form .card-footer,
    body.pezani-mobile-app .directory-category-filter-card form .card-footer,
    body.pezani-mobile-app .deal-search-card form .deal-search-actions,
    body.pezani-mobile-app .deal-filter-card form .deal-search-actions,
    body.pezani-mobile-app .explore-search-card form .explore-search-actions,
    body.pezani-mobile-app #quickFinderChats .chat-settings-card form .card-footer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    body.pezani-mobile-app .deal-search-card form .deal-search-actions .pezani-mobile-card-actions,
    body.pezani-mobile-app .deal-filter-card form .deal-search-actions .pezani-mobile-card-actions,
    body.pezani-mobile-app .directory-filter-card form .pezani-mobile-card-actions,
    body.pezani-mobile-app .directory-category-filter-card form .pezani-mobile-card-actions {
        grid-template-columns: minmax(0, 1fr) minmax(6.5rem, .42fr);
    }
}

/* Listings Find surface: make business discovery feel like an app entry point,
 * with one clear lookup action and one clear browse path. */
body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 1.4rem;
    box-shadow: 0 .75rem 1.5rem rgba(24, 37, 59, .07);
    padding: 1.5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading {
    align-items: flex-start;
    border-bottom: 1px solid #e8eef3;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 1.2rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-kicker {
    color: #078fdd;
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: .35rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading h2 {
    color: #18253b;
    font-size: 1.7rem;
    line-height: 1.15;
    margin: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading p {
    color: #68788c;
    font-size: .95rem;
    line-height: 1.4;
    margin: .45rem 0 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading-icon,
body.pezani-mobile-app.mobile-view-directory .directory-recent-heading-icon {
    align-items: center;
    background: #eaf6ff;
    border: 1px solid #d1edfc;
    border-radius: 50%;
    color: #078fdd;
    display: inline-flex;
    flex: 0 0 auto;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form label {
    color: #435873;
    display: block;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 .55rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap {
    position: relative;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control {
    background: #f8fafc !important;
    border-radius: 1rem !important;
    min-height: 3.5rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-icon {
    color: #078fdd;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-clear {
    align-items: center;
    background: #e7eef4;
    border: 0;
    border-radius: 50%;
    color: #536981;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    z-index: 2;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-clear[hidden] {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control::-webkit-search-cancel-button {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-hint {
    color: #728297;
    font-size: .82rem;
    line-height: 1.4;
    margin: .6rem 0 1rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form .directory-search-action {
    align-items: center;
    border-radius: 1rem;
    display: inline-flex;
    font-size: 1rem !important;
    gap: .65rem;
    justify-content: center;
    min-height: 3.35rem !important;
    width: 100%;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link {
    align-items: center;
    background: #f5f9fc;
    border: 1px solid #dce8f0;
    border-radius: 1rem;
    color: #18253b;
    display: grid;
    gap: .8rem;
    grid-template-columns: 2.7rem minmax(0, 1fr) auto;
    margin-top: 1rem;
    min-height: 4.25rem;
    padding: .7rem .8rem;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease,
        transform .12s ease;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link:active {
    background: #edf7fd;
    border-color: #9fdaf7;
    transform: scale(.99);
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon {
    align-items: center;
    background: #dff2ff;
    border-radius: .8rem;
    color: #078fdd;
    display: inline-flex;
    height: 2.7rem;
    justify-content: center;
    width: 2.7rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy strong {
    font-size: .95rem;
    line-height: 1.25;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy small {
    color: #728297;
    font-size: .78rem;
    line-height: 1.35;
    margin-top: .2rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-arrow {
    color: #078fdd;
    font-size: .9rem;
    margin-right: .25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-modern-recent {
    border-top: 1px solid #dce6ef;
    margin-top: 1.4rem;
    padding: 1.25rem 0 .5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading h3 {
    color: #18253b;
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading p {
    color: #728297;
    font-size: .82rem;
    line-height: 1.35;
    margin: .25rem 0 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading-icon {
    height: 2.7rem;
    width: 2.7rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-modern-recent #recentViewedListingsStatus {
    color: #728297 !important;
    font-size: .88rem;
    line-height: 1.4;
    margin: .75rem 0 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-legacy-find,
body.pezani-mobile-app.mobile-view-directory .directory-legacy-find-divider,
body.pezani-mobile-app.mobile-view-directory .directory-legacy-recent {
    display: none !important;
}

/* Listings mobile experience: keep the discovery rail fixed to the shell while
 * preserving the content offset below it during touch scrolling. */
@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs {
        bottom: auto !important;
        left: 0 !important;
        position: fixed !important;
        right: 0 !important;
        top: var(--dz-header-height, 70px) !important;
        width: 100vw !important;
        z-index: 20;
    }

    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs + .tab-content {
        padding-top: var(--pezani-mobile-tabbar-height, 70px) !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
        border-radius: 1.25rem;
        padding: 1.15rem 1rem 1rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading {
        gap: .7rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading h2 {
        font-size: 1.5rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading p {
        font-size: .9rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading-icon {
        height: 2.7rem;
        width: 2.7rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-form label {
        font-size: .9rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-hint {
        font-size: .78rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link {
        gap: .65rem;
        grid-template-columns: 2.5rem minmax(0, 1fr) auto;
        min-height: 4rem;
        padding-left: .65rem;
        padding-right: .65rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon {
        height: 2.5rem;
        width: 2.5rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy strong {
        font-size: .9rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy small {
        font-size: .74rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-search-card .card-body {
        padding: 1rem 1.1rem 1.15rem !important;
        text-align: left !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-search-card .card-body > svg {
        height: 56px;
        margin: 0 0 .35rem;
        width: 56px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-search-card .card-body > h4 {
        font-size: 18px !important;
        line-height: 1.3;
        margin: 0 0 .9rem !important;
        text-align: left;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-search-card .card-footer {
        padding: .85rem 1rem 1rem !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-search-card .directory-search-action {
        font-size: 15px !important;
        min-height: 48px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-grid {
        display: grid;
        gap: .7rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-left: 0;
        margin-right: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-grid > [class*="col-"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-card {
        background: #fff !important;
        border: 1px solid #dce6ef !important;
        border-radius: 16px;
        box-shadow: 0 .35rem .9rem rgba(24, 37, 59, .06);
        overflow: hidden;
        transition: border-color .16s ease, box-shadow .16s ease,
            transform .12s ease;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-card:active {
        box-shadow: 0 .2rem .55rem rgba(24, 37, 59, .08);
        transform: scale(.98);
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-card .card-body {
        padding: .75rem .2rem .7rem !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-card a {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 104px;
        padding: .15rem .1rem;
        text-decoration: none;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-card svg {
        height: 46px !important;
        margin: 0 !important;
        width: 46px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-category-label {
        color: #18253b;
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.15;
        margin-top: .45rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-recent-viewed {
        padding-left: 0;
        padding-right: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-panel-heading {
        align-items: center;
        border-bottom: 1px solid #dce6ef;
        display: flex;
        justify-content: space-between;
        margin-bottom: .85rem;
        padding-bottom: .75rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-panel-kicker {
        color: #168fe0;
        display: block;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1.2;
        margin-bottom: .2rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-panel-heading h3 {
        color: #18253b;
        font-size: 20px;
        line-height: 1.25;
        margin: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-panel-icon {
        align-items: center;
        background: #eaf6ff;
        border: 1px solid #d3edfc;
        border-radius: 50%;
        color: #168fe0;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-saved-status {
        color: #68788c;
        font-size: 15px;
        line-height: 1.45;
        margin: 0 0 1rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-saved-status:empty {
        display: none;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-count {
        font-size: 16px;
        line-height: 1.35;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-new-search {
        align-items: center;
        display: inline-flex;
        font-size: 14px !important;
        justify-content: center;
        min-height: 44px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-result > .directory-listing-card {
        border-radius: 18px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-name {
        font-size: 16px;
        line-height: 1.25;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-meta-item {
        font-size: 14px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-actions {
        gap: .35rem;
        padding-top: .85rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-actions .btn {
        border-radius: 12px;
        font-size: 14px !important;
        line-height: 1.2;
        min-height: 44px !important;
        padding: .65rem .3rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-actions .btn-light {
        background: #f5f8fb;
        border-color: #dce6ef;
        color: #18253b;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-listing-card-actions .btn:focus-visible,
    body.pezani-mobile-app.mobile-view-directory .directory-category-card a:focus-visible {
        box-shadow: 0 0 0 .2rem rgba(1, 163, 255, .2);
        outline: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-panel {
        padding-left: 0;
        padding-right: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-heading {
        align-items: flex-end;
        display: flex;
        gap: .75rem;
        justify-content: space-between;
        margin-bottom: .75rem;
        padding: 0 .15rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-kicker {
        color: #18253b;
        display: block;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.25;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-instruction,
    body.pezani-mobile-app.mobile-view-directory .directory-map-status {
        color: #68788c;
        font-size: 13px;
        line-height: 1.35;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-instruction {
        margin-top: .15rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-nearby {
        align-items: center;
        border: 1px solid #d7e3ed;
        border-radius: 12px;
        color: #168fe0;
        display: inline-flex;
        flex: 0 0 auto;
        font-size: 13px;
        gap: .4rem;
        justify-content: center;
        min-height: 42px;
        padding: .55rem .75rem;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-nearby:disabled {
        opacity: .7;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-nearby.is-loading i {
        animation: pezani-directory-map-spin .8s linear infinite;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell {
        position: relative;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map {
        background: #eaf2f7;
        border: 1px solid #dce6ef;
        border-radius: 18px;
        display: block;
        height: min(62svh, 31rem) !important;
        min-height: 360px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map .leaflet-container {
        background: #dfeaf0;
        font-family: inherit;
        height: 100%;
        width: 100%;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map .leaflet-control-zoom {
        border: 0;
        box-shadow: 0 .35rem .9rem rgba(24, 37, 59, .16);
        margin-left: .7rem;
        margin-top: .7rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map .leaflet-control-zoom a {
        color: #18253b;
        font-size: 22px;
        height: 38px;
        line-height: 36px;
        width: 38px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-results-map .leaflet-control-attribution {
        font-size: 9px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-pin {
        background: transparent;
        border: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-pin-dot {
        align-items: center;
        background: #168fe0;
        border: 3px solid #fff;
        border-radius: 50% 50% 50% 0;
        box-shadow: 0 .25rem .7rem rgba(24, 37, 59, .28);
        color: #fff;
        display: flex;
        height: 38px;
        justify-content: center;
        transform: rotate(-45deg);
        width: 38px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-pin-dot i {
        font-size: 16px;
        transform: rotate(45deg);
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-container .leaflet-popup-content-wrapper {
        border-radius: 16px;
        box-shadow: 0 .65rem 1.4rem rgba(24, 37, 59, .18);
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-container .leaflet-popup-content {
        margin: .8rem .9rem .75rem;
        min-width: 190px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup {
        color: #536981;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-heading {
        align-items: center;
        display: flex;
        gap: .6rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-heading > div {
        min-width: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-logo {
        border: 1px solid #dce6ef;
        border-radius: 10px;
        flex: 0 0 38px;
        height: 38px;
        object-fit: cover;
        width: 38px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup strong,
    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-heading span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup strong {
        color: #18253b;
        font-size: 15px;
        line-height: 1.3;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-heading span,
    body.pezani-mobile-app.mobile-view-directory .directory-map-popup small {
        color: #68788c;
        font-size: 12px;
        line-height: 1.35;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup small {
        display: block;
        margin-top: .6rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-distance {
        color: #168fe0 !important;
        font-weight: 700;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-actions {
        display: flex;
        gap: .45rem;
        margin-top: .7rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-action {
        align-items: center;
        border: 1px solid #d7e3ed;
        border-radius: 9px;
        color: #168fe0;
        display: inline-flex;
        font-size: 12px;
        font-weight: 700;
        gap: .3rem;
        justify-content: center;
        min-height: 34px;
        padding: .35rem .5rem;
        text-decoration: none;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-popup-primary {
        background: #168fe0;
        border-color: #168fe0;
        color: #fff;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-status {
        min-height: 1.15rem;
        margin: .45rem .2rem 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-fallback,
    body.pezani-mobile-app.mobile-view-directory .directory-map-empty {
        align-items: center;
        color: #536981;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        min-height: 180px;
        padding: 1.25rem;
        text-align: center;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-empty {
        background: #fff;
        border: 1px solid #dce6ef;
        border-radius: 18px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-empty h3 {
        color: #18253b;
        font-size: 18px;
        margin: .7rem 0 .25rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-empty p,
    body.pezani-mobile-app.mobile-view-directory .directory-map-fallback span:last-child {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-empty-icon,
    body.pezani-mobile-app.mobile-view-directory .directory-map-location-icon {
        align-items: center;
        background: #dff2ff;
        border-radius: 50%;
        color: #168fe0;
        display: inline-flex;
        height: 48px;
        justify-content: center;
        width: 48px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-map-fallback strong {
        color: #18253b;
        font-size: 18px;
        margin-top: .7rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-filter-card form .card-footer {
        background: rgba(255, 255, 255, .98);
        bottom: 0;
        box-shadow: 0 -.45rem 1rem rgba(24, 37, 59, .08);
        position: sticky;
        z-index: 2;
    }

    @keyframes pezani-directory-map-spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
}

/* Nearby Map is a destination, so its canvas owns the available panel height
   instead of ending at a fixed card height on one device size. */
body.pezani-mobile-app.mobile-view-directory .directory-map-panel {
    display: flex;
    flex-direction: column;
    min-height: calc(100dvh - var(--dz-header-height, 5rem)
        - var(--pezani-mobile-tabbar-height, 5rem) - .5rem);
    padding-bottom: .4rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-heading {
    flex: 0 0 auto;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 24rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map {
    flex: 1 1 auto;
    height: auto !important;
    min-height: 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-status {
    flex: 0 0 auto;
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate,
body.pezani-mobile-app.mobile-view-directory .directory-nearby-empty {
    align-items: center;
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 1.35rem;
    box-shadow: 0 .45rem 1.1rem rgba(24, 37, 59, .08);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 24rem;
    padding: 2rem 1.25rem;
    text-align: center;
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate-icon {
    align-items: center;
    background: #e7f5fd;
    border: 1px solid #cfeafb;
    border-radius: 50%;
    color: #168fe0;
    display: inline-flex;
    flex: 0 0 4.25rem;
    font-size: 1.75rem;
    height: 4.25rem;
    justify-content: center;
    width: 4.25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate h3,
body.pezani-mobile-app.mobile-view-directory .directory-nearby-empty h3 {
    color: #18253b;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 1rem 0 .4rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate p,
body.pezani-mobile-app.mobile-view-directory .directory-nearby-empty p {
    color: #68788c;
    font-size: .95rem;
    line-height: 1.45;
    margin: 0;
    max-width: 23rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate .directory-map-nearby,
body.pezani-mobile-app.mobile-view-directory .directory-nearby-empty .directory-map-nearby {
    align-items: center;
    border-radius: .85rem;
    display: inline-flex;
    font-size: .95rem;
    gap: .5rem;
    justify-content: center;
    margin-top: 1.25rem;
    min-height: 3.1rem;
    padding: .7rem 1rem;
    width: min(100%, 20rem);
}

body.pezani-mobile-app.mobile-view-directory .directory-nearby-gate small {
    color: #8391a0;
    font-size: .76rem;
    line-height: 1.35;
    margin-top: .7rem;
}

/* Keep the map visible even before location permission is available. The
   permission and empty states float over the map so the tab still feels like
   a map destination, not a second results card. */
body.pezani-mobile-app.mobile-view-directory .directory-map-panel {
    min-height: calc(100dvh - var(--dz-header-height, 5rem)
        - var(--pezani-mobile-tabbar-height, 5rem) + .75rem);
    padding: 0;
}

body.pezani-mobile-app.mobile-view-directory.directory-map-mode {
    overflow: hidden;
}

html.directory-map-mode {
    overflow: hidden;
}

body.pezani-mobile-app.mobile-view-directory.directory-map-mode,
body.pezani-mobile-app.mobile-view-directory.directory-map-mode .main-wrapper {
    width: 100vw;
}

body.pezani-mobile-app.mobile-view-directory.directory-map-mode .container-fluid {
    padding-bottom: 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell {
    background: #dfeaf0;
    border-radius: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: calc(100dvh - var(--dz-header-height, 5rem)
        - var(--pezani-mobile-tabbar-height, 5rem) + .75rem);
    overflow: hidden;
    position: relative;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map {
    border: 0;
    border-radius: 0;
    flex: 1 1 auto;
    height: auto !important;
    min-height: 0 !important;
    width: 100%;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay {
    left: 1rem;
    margin: 0;
    max-width: 22rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 500;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay.directory-nearby-gate,
body.pezani-mobile-app.mobile-view-directory .directory-map-overlay.directory-nearby-empty {
    bottom: auto;
    flex: 0 0 auto;
    min-height: 0;
    padding: 1.25rem 1rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay.directory-nearby-gate {
    align-items: stretch;
    padding: .65rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay.directory-nearby-gate .directory-map-nearby {
    margin-top: 0;
    width: 100%;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay .directory-nearby-gate-icon {
    flex-basis: 3.25rem;
    height: 3.25rem;
    width: 3.25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay h3 {
    font-size: 1.05rem;
    margin-top: .75rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay p {
    font-size: .88rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-overlay .directory-map-nearby {
    color: #fff !important;
    margin-top: .95rem;
    min-height: 2.85rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-floating-heading {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(220, 230, 239, .95);
    border-radius: .95rem;
    box-shadow: 0 .35rem .9rem rgba(24, 37, 59, .13);
    left: 1rem;
    margin: 0;
    max-width: none;
    padding: .75rem .85rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 500;
}

/* Quick Finder is one three-destination workspace shared by Directory and My Requests. */
body.pezani-mobile-app .pezani-quickfinder-rail {
    position: fixed !important;
    z-index: 30 !important;
    top: var(--dz-header-height, 5rem) !important;
    right: 0 !important;
    left: 0 !important;
    display: grid !important;
    width: 100vw !important;
    height: var(--pezani-mobile-tabbar-height, 5rem) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e9ef !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(24, 37, 59, .09);
}

body.pezani-mobile-app .pezani-quickfinder-rail .pezani-quickfinder-link {
    display: flex;
    min-width: 0;
    min-height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    padding: .35rem .2rem .3rem;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #697b8f;
    text-decoration: none;
}

body.pezani-mobile-app .pezani-quickfinder-rail .pezani-quickfinder-link.is-active {
    border-bottom-color: #078fdd;
    color: #18253b;
    background: #f8fbfd;
}

body.pezani-mobile-app .pezani-quickfinder-rail .pezani-finder-category-icon {
    display: block;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 27px !important;
    line-height: 1 !important;
}

body.pezani-mobile-app .pezani-quickfinder-rail .pezani-finder-category-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .content-body > .container-fluid,
body.pezani-mobile-app.mobile-view-chats .content-body > .container-fluid {
    padding-top: calc(var(--pezani-mobile-tabbar-height, 5rem) + .85rem) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-home-content > .tab-content {
    padding-top: .35rem !important;
}

/* Results/nearby/filter are secondary controls. Keep them in flow below the
   shared Quick Finder rail instead of pinning a second bar over it. */
body.pezani-mobile-app.mobile-view-directory .content-body > .container-fluid .custom-tab-1 > .nav-tabs:not(.pezani-quickfinder-rail) {
    position: relative !important;
    z-index: 1 !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    margin: .25rem 0 .75rem !important;
    overflow-x: auto !important;
    border: 1px solid #e1e8ef !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: none !important;
}

body.pezani-mobile-app.mobile-view-directory .content-body > .container-fluid .custom-tab-1 > .nav-tabs:not(.pezani-quickfinder-rail) > .nav-item,
body.pezani-mobile-app.mobile-view-directory .content-body > .container-fluid .custom-tab-1 > .nav-tabs:not(.pezani-quickfinder-rail) > .nav-item > .nav-link {
    min-height: 46px !important;
}

@media (min-width: 768px) {
    body.pezani-mobile-app .pezani-quickfinder-rail {
        right: 0 !important;
        left: var(--dz-sidebar-width, 17rem) !important;
        width: calc(100vw - var(--dz-sidebar-width, 17rem)) !important;
    }

    body.pezani-mobile-app .pezani-quickfinder-rail .pezani-finder-category-label {
        font-size: .8rem;
    }
}

body.pezani-mobile-app.mobile-view-chats .chat-inbox-toolbar {
    max-width: 100% !important;
    margin: 0 auto .85rem !important;
    padding: .85rem 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e1e8ef !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-mark {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-kicker {
    margin-bottom: .1rem;
    letter-spacing: .04em;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar h2 {
    font-size: 1.25rem;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar p {
    max-width: 34rem;
    font-size: .88rem;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid #dce5ed;
    border-radius: 12px;
    background: #fff;
    color: #334860;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger .material-symbols-rounded {
    font-size: 22px;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch {
    position: sticky;
    z-index: 19;
    top: calc(var(--dz-header-height, 5rem) + var(--pezani-mobile-tabbar-height, 5rem) + .2rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: .35rem;
    margin: 0 0 .8rem;
    padding: .25rem;
    border: 1px solid #dfe7ee;
    border-radius: 14px;
    background: rgba(245, 248, 250, .97);
    box-shadow: 0 5px 14px rgba(24, 37, 59, .07);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
    display: grid;
    position: relative;
    min-width: 0;
    min-height: 54px;
    grid-template-rows: 20px 14px;
    align-content: center;
    justify-items: center;
    gap: 2px;
    padding: .28rem .15rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #52657b;
    font-size: .68rem;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button.is-active {
    border-color: #e2e9ef;
    background: #fff;
    color: #18253b;
    box-shadow: 0 1px 4px rgba(24, 37, 59, .09);
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > .material-symbols-rounded {
    color: #078fdd;
    font-size: 19px;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch .quickfinder-count {
    position: absolute;
    top: 1px;
    right: 5px;
    min-width: 19px;
    height: 19px;
    padding: 0 .22rem;
    border: 1px solid #fff;
    font-size: .64rem;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-count {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0 .32rem;
    border-radius: 999px;
    background: #e5f3fb;
    color: #0678bf;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > .tab-pane[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > #posts,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > #inbox,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > #business-conversations {
    padding-top: .25rem !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-action:disabled {
    border-color: #e4e9ee !important;
    background: #f0f3f6 !important;
    color: #8996a4 !important;
    cursor: not-allowed;
    opacity: 1;
}

@media (min-width: 640px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
        display: flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        gap: .45rem;
        padding: .4rem .55rem;
        font-size: .82rem;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch .quickfinder-count {
        position: static;
        border: 0;
        font-size: .7rem;
    }
}

body.pezani-mobile-app.mobile-view-directory .directory-home-heading {
    margin: .55rem .15rem .25rem;
    text-align: left;
}

body.pezani-mobile-app.mobile-view-directory .directory-discovery-title {
    max-width: 25rem;
    margin: 0;
    color: #18253b;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-backdrop[hidden],
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-backdrop {
    position: fixed;
    z-index: 1080;
    inset: 0;
    background: rgba(10, 22, 40, .5);
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer {
    position: fixed;
    z-index: 1081;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    max-height: min(92dvh, 820px);
    flex-direction: column;
    overflow: hidden;
    padding: .55rem 1rem 0;
    border-radius: 22px 22px 0 0;
    background: #f4f7fa;
    box-shadow: 0 -12px 36px rgba(10, 22, 40, .2);
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-handle {
    width: 38px;
    height: 4px;
    flex: 0 0 auto;
    align-self: center;
    margin: .1rem 0 .65rem;
    border-radius: 8px;
    background: #cbd5df;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0 .7rem;
    border-bottom: 1px solid #e1e8ef;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-header > div {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: .5rem;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-header h2 {
    margin: 0;
    color: #18253b;
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.3;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-header .chat-settings-intro {
    max-width: 30rem;
    margin: .3rem 0 0;
    color: #68788c;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.4;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-close {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #e9eff4;
    color: #43566c;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: .75rem 0 1rem;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-card {
    margin-bottom: 0 !important;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: .5rem;
    margin: 0 -1rem;
    padding: .7rem 1rem calc(.55rem + env(safe-area-inset-bottom));
    border-top: 1px solid #e1e8ef;
    background: #fff;
    box-shadow: 0 -5px 16px rgba(24, 37, 59, .06);
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #chatSettingsResponse:empty {
    display: none;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #chatSettingsResponse {
    max-height: 4rem;
    overflow: auto;
    margin: 0;
    font-size: .875rem;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #saveChatSettings {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    border-radius: 12px;
    font-family: inherit;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #saveChatSettings .material-symbols-rounded {
    display: inline-flex;
    align-items: center;
    font-size: 19px;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #saveChatSettings .material-symbols-rounded.is-spinning {
    animation: pezani-chat-settings-spin .9s linear infinite;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions #saveChatSettings:disabled {
    cursor: progress;
}

@keyframes pezani-chat-settings-spin {
    to { transform: rotate(360deg); }
}

body.pezani-mobile-app.mobile-view-chats.chat-settings-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer {
        top: var(--dz-header-height, 5rem);
        bottom: 0;
        left: auto;
        width: min(600px, 100vw);
        max-height: none;
        border-radius: 18px 0 0 18px;
        padding-bottom: 0;
    }
}

body.pezani-mobile-app.mobile-view-contacts .content-body > .container-fluid {
    padding-top: .85rem !important;
}

body.pezani-mobile-app.mobile-view-contacts.contacts-drawer-open {
    overflow: hidden;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-floating-heading .directory-map-nearby {
    flex: 0 0 auto;
    min-height: 2.6rem;
    padding: .5rem .7rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell > .directory-map-status {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(220, 230, 239, .95);
    border-radius: 999px;
    bottom: .75rem;
    box-shadow: 0 .25rem .7rem rgba(24, 37, 59, .12);
    left: 1rem;
    margin: 0;
    max-width: calc(100% - 2rem);
    padding: .35rem .7rem;
    position: absolute;
    right: 1rem;
    text-align: center;
    z-index: 500;
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .tab-content > #map {
        margin-left: -14px;
        margin-top: -12px;
        width: calc(100% + 28px);
    }

    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .tab-content > #map,
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .tab-content > #map .directory-map-panel,
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .tab-content > #map .directory-results-map-shell {
        min-height: calc(100dvh - var(--dz-header-height, 5rem)
            - var(--pezani-mobile-tabbar-height, 5rem) + .05rem);
    }
}

@media (max-width: 359.98px) {
    body.pezani-mobile-app .deal-search-card form .deal-search-actions .pezani-mobile-card-actions,
    body.pezani-mobile-app .deal-filter-card form .deal-search-actions .pezani-mobile-card-actions,
    body.pezani-mobile-app .directory-filter-card form .pezani-mobile-card-actions,
    body.pezani-mobile-app .directory-category-filter-card form .pezani-mobile-card-actions {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Keep Explore's search affordance and field together as one touch target.
   The legacy input-group permits wrapping on narrow screens. */
body.pezani-mobile-app .explore-search-card form .input-group {
    align-items: stretch;
    display: flex !important;
    flex-wrap: nowrap !important;
}

body.pezani-mobile-app .explore-search-card form .input-group .input-group-text {
    align-items: center;
    border-radius: .85rem 0 0 .85rem !important;
    display: inline-flex;
    flex: 0 0 3.25rem;
    justify-content: center;
    min-height: 3.25rem !important;
    padding: .75rem !important;
}

body.pezani-mobile-app .explore-search-card form .input-group .form-control {
    border-left: 0 !important;
    border-radius: 0 .85rem .85rem 0 !important;
    min-width: 0;
}

@media (max-width: 575.98px) {
    /* Keep the action zone inside the form's padded content box. This avoids
       creating a hidden horizontal scroll strip from legacy negative margins. */
    body.pezani-mobile-app .deal-search-card form .deal-search-actions,
    body.pezani-mobile-app .deal-filter-card form .deal-search-actions,
    body.pezani-mobile-app .explore-search-card form .explore-search-actions {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Guided form interaction polish: make progress visible, make touch states
   feel intentional, and give the user a clear recovery point on validation. */
body.pezani-mobile-app .pezani-form-step,
body.pezani-mobile-app .pezani-form-section-toggle,
body.pezani-mobile-app .pezani-filter-toggle {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    touch-action: manipulation;
    transition: background-color .16s ease, border-color .16s ease,
        box-shadow .16s ease, color .16s ease, transform .12s ease;
    user-select: none;
}

body.pezani-mobile-app .pezani-form-step {
    min-height: 44px;
}

body.pezani-mobile-app .pezani-form-step:active,
body.pezani-mobile-app .pezani-form-section-toggle:active,
body.pezani-mobile-app .pezani-filter-toggle:active {
    transform: scale(.98);
}

body.pezani-mobile-app .pezani-form-step:focus-visible,
body.pezani-mobile-app .pezani-form-section-toggle:focus-visible,
body.pezani-mobile-app .pezani-filter-toggle:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(7, 153, 237, .18);
    outline: 0;
}

body.pezani-mobile-app .pezani-form-step-status {
    color: #1ca875;
    font-size: 1rem;
    margin-left: .05rem;
}

body.pezani-mobile-app .pezani-form-step.is-complete:not(.is-active) {
    background: #f0fbf6;
    border-color: #b9e8d2;
    color: #27775a;
}

body.pezani-mobile-app .pezani-form-step.is-complete:not(.is-active) > .material-icons:first-child {
    color: #1ca875;
}

body.pezani-mobile-app .pezani-form-section {
    scroll-margin-top: 6rem;
    transition: border-color .16s ease, box-shadow .16s ease;
}

body.pezani-mobile-app .pezani-form-section.is-complete .pezani-form-section-title {
    color: #27775a;
}

body.pezani-mobile-app .pezani-form-section.is-complete .pezani-form-section-title > .material-icons {
    color: #1ca875;
}

body.pezani-mobile-app .pezani-form-section.has-error {
    border-top-color: #e7a5a0;
    box-shadow: inset 3px 0 0 #d64545;
    padding-left: .7rem;
}

body.pezani-mobile-app .pezani-form-section.has-error .pezani-form-section-title {
    color: #a52d2d;
}

body.pezani-mobile-app .pezani-form-feedback {
    align-items: flex-start;
    background: #fff6f5;
    border: 1px solid #f0c0bb;
    border-radius: .8rem;
    color: #a52d2d;
    display: flex;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .85rem;
    padding: .75rem .85rem;
}

body.pezani-mobile-app .pezani-form-feedback[hidden] {
    display: none !important;
}

body.pezani-mobile-app .pezani-form-section .form-group-style:focus-within > label,
body.pezani-mobile-app .pezani-form-section .form-group:focus-within > label,
body.pezani-mobile-app .pezani-simple-form .form-group:focus-within > label,
body.pezani-mobile-app .pezani-filter-form .form-group:focus-within > label {
    color: #087fc2 !important;
}

body.pezani-mobile-app .pezani-required-field > label::after {
    color: #8998a8;
    content: 'Required';
    font-size: .72rem;
    font-weight: 500;
    margin-left: .4rem;
    white-space: nowrap;
}

body.pezani-mobile-app .quick-finder-dropzone,
body.pezani-mobile-app .quick-finder-preview-grid {
    touch-action: pan-x pan-y;
}

body.pezani-mobile-app .quick-finder-dropzone:active,
body.pezani-mobile-app .quick-finder-dropzone:focus-within {
    background: #eef8ff;
    border-color: #0799ed;
    box-shadow: 0 0 0 .2rem rgba(7, 153, 237, .12);
}

body.pezani-mobile-app .pezani-filter-panel {
    overscroll-behavior: contain;
    touch-action: pan-y;
}

body.pezani-mobile-app .pezani-filter-toggle.is-open > .material-icons {
    transform: rotate(90deg);
}

body.pezani-mobile-app .pezani-filter-toggle > .material-icons {
    transition: transform .16s ease;
}

/* Guided form presentation: keep the mobile task visible while reducing the
   amount of information a user has to parse at one time. */
body.pezani-mobile-app .pezani-guided-form-card {
    overflow: visible !important;
}

body.pezani-mobile-app .pezani-guided-form-card .card-body {
    background: #ffffff;
}

body.pezani-mobile-app .pezani-form-steps {
    align-items: center;
    display: flex;
    gap: .45rem;
    margin: 0 0 1rem;
    overflow-x: auto;
    padding: .15rem .05rem .35rem;
    scrollbar-width: none;
}

body.pezani-mobile-app .pezani-form-steps::-webkit-scrollbar {
    display: none;
}

body.pezani-mobile-app .pezani-form-step {
    align-items: center;
    background: #f4f7fa;
    border: 1px solid #e0e7ee;
    border-radius: 999px;
    color: #68788c;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 700;
    gap: .3rem;
    justify-content: center;
    min-height: 44px;
    padding: .45rem .75rem;
    white-space: nowrap;
}

body.pezani-mobile-app .pezani-form-step .material-icons {
    color: #718196;
    font-size: 1.05rem;
}

body.pezani-mobile-app .pezani-form-step.is-active {
    background: #eaf6ff;
    border-color: #9bd9fb;
    color: #087fc2;
}

body.pezani-mobile-app .pezani-form-step.is-active .material-icons {
    color: #01a3ff;
}

body.pezani-mobile-app .pezani-form-section {
    border-top: 1px solid #edf1f5;
    margin-top: 1.1rem;
    padding-top: 1rem;
    scroll-margin-top: 5rem;
}

body.pezani-mobile-app .pezani-form-section:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

body.pezani-mobile-app .pezani-form-section-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem;
}

body.pezani-mobile-app .pezani-form-section-title {
    align-items: center;
    color: #18253b;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: .45rem;
    line-height: 1.35;
    margin: 0;
}

body.pezani-mobile-app .pezani-form-section-title .material-icons {
    color: #01a3ff;
    font-size: 1.25rem;
}

body.pezani-mobile-app .pezani-form-section-fields {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

body.pezani-mobile-app .pezani-form-section .form-group-style {
    margin: 0 !important;
}

body.pezani-mobile-app .pezani-form-section .form-group-style > label,
body.pezani-mobile-app .pezani-form-section .form-label {
    font-size: .95rem !important;
    font-weight: 600 !important;
    line-height: 1.35;
    margin-bottom: .45rem !important;
}

body.pezani-mobile-app .pezani-form-section-toggle {
    align-items: center;
    background: #f5f8fb;
    border: 1px solid #dce5ee;
    border-radius: 50%;
    color: #087fc2;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    padding: 0;
    width: 44px;
}

body.pezani-mobile-app .pezani-form-section-toggle .material-icons {
    font-size: 1.2rem;
}

body.pezani-mobile-app .pezani-form-section.is-collapsed .pezani-form-section-fields {
    display: none;
}

body.pezani-mobile-app .pezani-form-section.is-collapsed {
    padding-bottom: .05rem;
}

body.pezani-mobile-app .pezani-form-section-heading-copy {
    min-width: 0;
}

body.pezani-mobile-app .pezani-form-section-summary {
    color: #6d7f93;
    display: block;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.35;
    margin-top: .18rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app .pezani-form-section-summary[hidden] {
    display: none !important;
}

body.pezani-mobile-app .pezani-form-guidance {
    background: #f7fbff;
    border: 1px solid #dcecf8;
    border-radius: .85rem;
    margin: .05rem 0 1rem;
    overflow: hidden;
}

body.pezani-mobile-app .pezani-form-progress {
    align-items: center;
    background: #edf8ff;
    color: #087fc2;
    display: flex;
    font-size: .82rem;
    font-weight: 700;
    gap: .45rem;
    line-height: 1.3;
    min-height: 2.5rem;
    padding: .6rem .85rem;
}

body.pezani-mobile-app .pezani-form-progress-icon {
    color: #1ca875;
    font-size: 1.15rem;
}

body.pezani-mobile-app .pezani-form-summary {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .55rem;
    padding: .7rem .85rem .75rem;
}

body.pezani-mobile-app .pezani-form-summary-label {
    color: #6d7f93;
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

body.pezani-mobile-app .pezani-form-summary-value {
    color: #18253b;
    flex: 1 1 12rem;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.35;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app .pezani-form-summary:not(.has-content) .pezani-form-summary-value {
    color: #7b8a9b;
    font-weight: 500;
}

body.pezani-mobile-app .pezani-form-draft-status {
    color: #1b986c;
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 700;
    opacity: 0;
    transition: opacity .18s ease;
}

body.pezani-mobile-app .pezani-form-draft-status.is-visible {
    opacity: 1;
}

body.pezani-mobile-app .pezani-submit-status {
    color: #68788c;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .65rem;
    text-align: center;
}

body.pezani-mobile-app .pezani-submit-status[hidden] {
    display: none !important;
}

body.pezani-mobile-app .pezani-submit-status.is-error {
    color: #a52d2d;
}

body.pezani-mobile-app .pezani-submit-status.is-success {
    color: #1b986c;
}

body.pezani-mobile-app .pezani-guided-form .card-footer .btn.is-submitting {
    cursor: wait;
    opacity: .9;
}

body.pezani-mobile-app .pezani-guided-form .card-footer .btn.is-error {
    background: #a52d2d !important;
}

body.pezani-mobile-app .pezani-submit-spinner {
    animation: pezani-submit-spin .9s linear infinite;
    font-size: 1.15rem;
}

@keyframes pezani-submit-spin {
    to { transform: rotate(360deg); }
}

body.pezani-mobile-app .quick-finder-upload-status.is-limit {
    color: #a56a10;
    font-weight: 600;
}

body.pezani-mobile-app .pezani-form-steps-compact {
    margin-bottom: .8rem;
}

body.pezani-mobile-app .pezani-form-steps-compact .pezani-form-step {
    background: transparent;
    border: 0;
    color: #53657b;
    cursor: default;
    padding-left: .1rem;
}

body.pezani-mobile-app .pezani-filter-toggle {
    align-items: center;
    background: #f7fafc;
    border: 1px solid #dce5ee;
    border-radius: .75rem;
    color: #18253b;
    display: flex;
    font-size: .95rem;
    font-weight: 700;
    gap: .5rem;
    justify-content: center;
    min-height: 3rem;
    padding: .65rem .9rem;
    width: 100%;
}

body.pezani-mobile-app .pezani-filter-toggle > .material-icons {
    color: #01a3ff;
    font-size: 1.2rem;
}

body.pezani-mobile-app .pezani-filter-toggle.is-open {
    background: #eaf6ff;
    border-color: #9bd9fb;
    color: #087fc2;
}

body.pezani-mobile-app .pezani-filter-count {
    align-items: center;
    background: #087fc2;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 1.35rem;
    justify-content: center;
    min-width: 1.35rem;
    padding: 0 .3rem;
}

body.pezani-mobile-app .pezani-filter-panel {
    background: #f8fafc;
    border: 1px solid #e1e8ef;
    border-radius: .85rem;
    margin-top: .75rem;
    padding: .9rem;
}

body.pezani-mobile-app .pezani-filter-panel > .form-row {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
}

body.pezani-mobile-app .pezani-filter-panel > .form-row + .form-row {
    margin-top: 1rem;
}

body.pezani-mobile-app .pezani-filter-panel > .form-row > [class*="col-"] {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

body.pezani-mobile-app .pezani-filter-panel > .form-group {
    margin: 1rem 0 0 !important;
}

body.pezani-mobile-app .pezani-filter-field-disabled {
    display: none !important;
}

body.pezani-mobile-app .pezani-simple-form .form-label,
body.pezani-mobile-app .pezani-filter-form .form-label {
    color: #18253b;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .45rem;
}

body.pezani-mobile-app .pezani-simple-form .form-control,
body.pezani-mobile-app .pezani-simple-form select,
body.pezani-mobile-app .pezani-filter-form .form-control,
body.pezani-mobile-app .pezani-filter-form select {
    font-size: 1rem;
}

body.pezani-mobile-app #quickFinderChats .chat-settings-card .form-label {
    font-size: .95rem !important;
    font-weight: 600 !important;
}

body.pezani-mobile-app #quickFinderChats .chat-settings-card .pezani-choice-list {
    background: #f8fafc;
    border-color: #e1e8ef !important;
    border-radius: .75rem !important;
    padding: .45rem !important;
}

body.pezani-mobile-app #quickFinderChats .chat-settings-card .pezani-choice-list .form-check {
    background: #fff;
    border: 1px solid #e5ebf1;
    border-radius: .65rem;
    min-height: 3rem;
    padding: .65rem .7rem .65rem 2.35rem;
}

@media (min-width: 576px) {
    body.pezani-mobile-app .pezani-form-section-fields,
    body.pezani-mobile-app .pezani-filter-panel > .form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.pezani-mobile-app .pezani-filter-panel > .form-row + .form-row {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app .pezani-guided-form .card-footer,
    body.pezani-mobile-app .pezani-filter-form .deal-search-actions,
    body.pezani-mobile-app .pezani-filter-form .explore-search-actions {
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, .96) !important;
        bottom: calc(4.35rem + env(safe-area-inset-bottom));
        box-shadow: 0 -.35rem .9rem rgba(24, 37, 59, .08);
        position: sticky;
        z-index: 4;
    }

    body.pezani-mobile-app .pezani-guided-form .card-footer {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding: .85rem 1.25rem 1rem !important;
    }

    body.pezani-mobile-app .pezani-filter-panel {
        padding: .8rem;
    }
}

/* Finder actions stay available while a long request is being completed.
   A bottom-sticky element cannot reveal itself when its normal position is
   below the viewport, so the phone layout uses a real action dock and leaves
   enough room at the end of the form for the last field to remain reachable. */
@media (max-width: 575.98px) {
    /* Normal Mobile screens need one small trailing reserve. Form docks own
       their own clearance, so the shared desktop reserve must not create a
       second blank area after the final card. */
    body.pezani-mobile-app:not(.mobile-view-chat) .content-body > .container-fluid {
        padding-bottom: calc(1rem + max(var(--pezani-safe-bottom, 0px), env(safe-area-inset-bottom))) !important;
    }

    /* Android WebToNative already gives the WebView a viewport below the
       system navigation area. Do not reserve that bridge inset a second time
       on normal Mobile screens. */
    body.pezani-mobile-app.pezani-platform-android:not(.mobile-view-chat) .content-body > .container-fluid {
        padding-bottom: 1rem !important;
    }

    body.pezani-mobile-app form.quick-finder-form {
        padding-bottom: calc(4rem + max(var(--pezani-safe-bottom, 0px), env(safe-area-inset-bottom)));
    }

    body.pezani-mobile-app.pezani-platform-android.mobile-view-finder form.quick-finder-form,
    body.pezani-mobile-app.pezani-platform-android .pezani-filter-form {
        padding-bottom: 4rem !important;
    }

    body.pezani-mobile-app form.quick-finder-form > .pezani-mobile-form-card {
        overflow: visible;
    }

    body.pezani-mobile-app form.quick-finder-form .card-footer {
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, .97) !important;
        border: 1px solid #dfe7ef !important;
        border-radius: 1rem !important;
        bottom: calc(max(var(--pezani-safe-bottom, 0px), env(safe-area-inset-bottom)) + .5rem);
        box-shadow: 0 .45rem 1.2rem rgba(24, 37, 59, .14),
            0 -.35rem .9rem rgba(24, 37, 59, .08);
        left: .75rem;
        margin: 0 !important;
        padding: .7rem .7rem .75rem !important;
        position: fixed !important;
        right: .75rem;
        width: auto;
        z-index: 1050;
    }

    body.pezani-mobile-app form.quick-finder-form .card-footer .btn {
        min-height: 3.5rem;
    }

    /* Android gets one small visual inset. The dock's own padding remains the
       touch-safe space inside the action surface. */
    body.pezani-mobile-app.pezani-platform-android.mobile-view-finder form.quick-finder-form .card-footer,
    body.pezani-mobile-app.pezani-platform-android .pezani-filter-form .deal-search-actions,
    body.pezani-mobile-app.pezani-platform-android .pezani-filter-form .explore-search-actions {
        bottom: .25rem !important;
    }

    body.pezani-mobile-app .pezani-filter-form {
        padding-bottom: calc(4rem + max(var(--pezani-safe-bottom, 0px), env(safe-area-inset-bottom)));
    }

    body.pezani-mobile-app .pezani-filter-form .deal-search-actions,
    body.pezani-mobile-app .pezani-filter-form .explore-search-actions {
        backdrop-filter: blur(12px);
        background: rgba(255, 255, 255, .97) !important;
        border: 1px solid #dfe7ef !important;
        border-radius: 1rem !important;
        bottom: calc(max(var(--pezani-safe-bottom, 0px), env(safe-area-inset-bottom)) + .5rem);
        box-shadow: 0 .45rem 1.2rem rgba(24, 37, 59, .14),
            0 -.35rem .9rem rgba(24, 37, 59, .08);
        left: .75rem;
        margin: 0 !important;
        padding: .7rem .7rem .75rem !important;
        position: fixed !important;
        right: .75rem;
        width: auto;
        z-index: 1050;
    }
}

/* Date controls need a shrinkable chain of parents on iOS WebView. Bootstrap
   grid items otherwise retain their min-content width and can push the native
   date control beyond the visual field at narrow widths. */
body.pezani-mobile-app .pezani-guided-form .form-row,
body.pezani-mobile-app .pezani-guided-form .form-row > [class*="col-"],
body.pezani-mobile-app .pezani-guided-form .form-group-style,
body.pezani-mobile-app .pezani-guided-form .form-group-style > input[type="date"] {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

body.pezani-mobile-app .pezani-guided-form .pezani-date-field {
    background: var(--pezani-form-control, #fff);
    border: 1px solid var(--pezani-form-border, #d5e0ea);
    border-radius: var(--pezani-control-radius);
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

body.pezani-mobile-app .pezani-guided-form .pezani-date-control {
    background: transparent !important;
    border: 0 !important;
    border-radius: inherit !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    max-width: 100% !important;
    min-inline-size: 0 !important;
    min-width: 0 !important;
    outline: 0 !important;
    width: 100% !important;
}

body.pezani-mobile-app .pezani-guided-form input[type="date"] {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
}

/* Keep native date controls inside their field on narrow iOS and Android
   WebViews. The browser picker remains native; only the field geometry is
   constrained. */
body.pezani-mobile-app .pezani-guided-form input[type="date"] {
    box-sizing: border-box;
    display: block;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
}

body.pezani-mobile-app .pezani-guided-form input[type="date"]::-webkit-datetime-edit,
body.pezani-mobile-app .pezani-guided-form input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    max-width: 100%;
    overflow: hidden;
}

/* Safari and iOS WebView can keep an intrinsic date-control width even when
   the input and its Bootstrap parents are width-constrained. Normalize the
   control's native presentation so the visible field stays inside the card;
   tapping it still opens the platform date picker. */
@supports (-webkit-touch-callout: none) {
    body.pezani-mobile-app .pezani-guided-form .form-row,
    body.pezani-mobile-app .pezani-guided-form .form-row > [class*="col-"],
    body.pezani-mobile-app .pezani-guided-form .form-group-style {
        display: block;
        flex: 0 0 100%;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.pezani-mobile-app .pezani-guided-form input[type="date"] {
        -webkit-appearance: none !important;
        appearance: none !important;
        display: block !important;
        inline-size: 100% !important;
        max-inline-size: 100% !important;
        min-inline-size: 0 !important;
        width: 100% !important;
    }

    body.pezani-mobile-app .pezani-guided-form .pezani-date-field {
        inline-size: 100% !important;
        max-inline-size: 100% !important;
        width: 100% !important;
    }

    body.pezani-mobile-app .pezani-guided-form input[type="date"]::-webkit-date-and-time-value {
        min-height: 1.4em;
        text-align: left;
    }

    body.pezani-mobile-app .pezani-guided-form input[type="date"]::-webkit-calendar-picker-indicator {
        margin: 0;
        max-width: 1.1rem;
    }
}

/* The amount field is one control. The field-level rule in the legacy Finder
   view is intentionally overridden for the actual input inside this group. */
body.pezani-mobile-app form.quick-finder-form .pezani-money-group > input.form-control,
body.pezani-mobile-app form.quick-finder-form .pezani-money-group > .form-control,
body.pezani-mobile-app .deal-search-card form .pezani-money-group > input.form-control,
body.pezani-mobile-app .deal-filter-card form .pezani-money-group > input.form-control {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    outline: 0 !important;
}

/* Explore's event-name search is a normal text field. A detached icon segment
   makes it read like a desktop input-group on small screens. */
body.pezani-mobile-app .explore-search-card form .input-group {
    display: block;
    min-width: 0;
    width: 100%;
}

body.pezani-mobile-app .explore-search-card form .input-group > .form-control {
    border-radius: var(--pezani-control-radius) !important;
    margin: 0 !important;
    min-width: 0;
    width: 100% !important;
}

/* Keep the Find controls above the shared theme specificity on small screens.
 * These dimensions are deliberate so the search icon, text, and clear action
 * remain aligned in WebView and Safari. */
@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
        padding: 18px 16px 16px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-kicker {
        font-size: 12px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading h2 {
        font-size: 24px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-heading p {
        font-size: 15px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-form label {
        font-size: 15px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        background: #f8fafc !important;
        border-radius: 16px !important;
        min-height: 56px !important;
        padding: 12px 48px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-hint {
        font-size: 13px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-form .directory-search-action {
        font-size: 16px !important;
        min-height: 52px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy strong {
        font-size: 15px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy small {
        font-size: 13px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-recent-heading h3 {
        font-size: 18px;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-recent-heading p,
    body.pezani-mobile-app.mobile-view-directory .directory-modern-recent #recentViewedListingsStatus {
        font-size: 13px;
    }
}

/* Final Finder mobile hardening. WebKit date controls can retain an
 * intrinsic width unless their Bootstrap row and native pseudo-elements can
 * all shrink inside the form card. */
@media only screen and (max-width: 47.9375rem) {
    body.pezani-mobile-app.mobile-view-finder .quick-finder-form,
    body.pezani-mobile-app.mobile-view-finder .quick-finder-form .form-row,
    body.pezani-mobile-app.mobile-view-finder .quick-finder-form .pezani-date-field {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.pezani-mobile-app.mobile-view-finder .tab-content > .tab-pane > .pt-4 {
        overflow-x: hidden !important;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form .form-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form .form-row > [class*="col-"] {
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form .pezani-date-field {
        overflow: hidden !important;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form input[type="date"].pezani-date-control {
        -webkit-appearance: none !important;
        appearance: none !important;
        box-sizing: border-box !important;
        display: block !important;
        font-size: 16px !important;
        height: 52px !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        padding: .75rem .95rem !important;
        text-align: left !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        width: 100% !important;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form input[type="date"].pezani-date-control::-webkit-datetime-edit,
    body.pezani-mobile-app.mobile-view-finder .quick-finder-form input[type="date"].pezani-date-control::-webkit-datetime-edit-fields-wrapper,
    body.pezani-mobile-app.mobile-view-finder .quick-finder-form input[type="date"].pezani-date-control::-webkit-date-and-time-value {
        box-sizing: border-box;
        display: block;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        text-align: left;
        width: 100%;
    }

    body.pezani-mobile-app.mobile-view-finder .quick-finder-form input[type="date"].pezani-date-control::-webkit-calendar-picker-indicator {
        flex: 0 0 auto;
        margin-left: .35rem;
        max-width: 1.15rem;
        width: 1.15rem;
    }
}

/* Listings Find polish: give lookup the strongest visual priority, keep
 * business onboarding discoverable, and use the same local icon font as the
 * rest of the Mobile tab rails. */
body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs h4 {
    align-items: center;
    display: inline-flex;
    gap: .3rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-tab-icon {
    font-size: 1.05rem;
    line-height: 1;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control {
    background: #fff !important;
    border: 2px solid #078fdd !important;
    box-shadow: 0 .35rem .9rem rgba(7, 143, 221, .13) !important;
    min-height: 3.75rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap .form-control:focus {
    border-color: #0576b9 !important;
    box-shadow: 0 0 0 .22rem rgba(7, 143, 221, .16), 0 .35rem .9rem rgba(7, 143, 221, .13) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-icon {
    color: #0576b9 !important;
    font-size: 1rem;
    left: 1.05rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #d9e3ec;
    border-top: 1px solid #d9e3ec;
    color: #263d56;
    display: grid;
    gap: .7rem;
    grid-template-columns: 2.7rem minmax(0, 1fr) auto;
    margin-top: .7rem;
    min-height: 3.75rem;
    padding: .55rem .05rem;
    text-decoration: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link:active,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link:focus-visible {
    background: #f2f8fc;
    outline: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon {
    align-items: center;
    background: #eef5f9;
    border-radius: .65rem;
    color: #536981;
    display: inline-flex;
    height: 2.7rem;
    justify-content: center;
    width: 2.7rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon .material-icons {
    font-size: 1.25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-intro {
    color: #6d7e91;
    font-size: .9rem;
    line-height: 1.35;
    margin: .3rem 0 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-panel .directory-saved-status {
    align-items: center;
    background: #f7fafc;
    border: 1px dashed #cbd8e4;
    border-radius: .85rem;
    color: #536981;
    display: flex;
    font-size: .9rem;
    justify-content: center;
    line-height: 1.45;
    margin-top: 1.1rem;
    min-height: 5rem;
    padding: 1rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs h4 {
        font-size: .82rem;
        gap: .2rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-tab-icon {
        font-size: .95rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        min-height: 60px !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link {
        grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon {
        height: 2.5rem;
        width: 2.5rem;
    }
}

/* Final Listings Find control hardening: keep the primary search and rail icons
   visible when shared form and tab rules are loaded later in the cascade. */
body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs .directory-tab-icon {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px;
    font-size: 16px !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    min-height: 60px !important;
    background: #fff !important;
    border: 2px solid #078fdd !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(7, 143, 221, .14) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-wrap input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #0576b9 !important;
    box-shadow: 0 0 0 .22rem rgba(7, 143, 221, .16), 0 6px 18px rgba(7, 143, 221, .14) !important;
}

/* Give Listings the same calm, vertical icon-label destinations as Finder. */
body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs.pezani-finder-category-rail > .nav-item > .nav-link {
    align-items: center !important;
    flex-direction: column !important;
    gap: .2rem !important;
    justify-content: center !important;
    padding: .35rem .55rem !important;
}

body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs.pezani-finder-category-rail .directory-tab-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    font-size: 32px !important;
}

body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs.pezani-finder-category-rail .pezani-finder-category-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* One clear Find surface: the lookup is the primary action and the two
   secondary destinations read as a single native grouped list. */
body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
    background: #fff !important;
    border: 1px solid #dce6ef !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(24, 37, 59, .08) !important;
    padding: 18px 16px 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form {
    border-bottom: 1px solid #e3ebf2;
    padding-bottom: 16px;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-browse-link,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-add-listing-link {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e3ebf2 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-height: 60px !important;
    padding: 10px 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-add-listing-link {
    border-bottom: 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-browse-link:active,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-add-listing-link:active {
    background: #f2f8fc !important;
    transform: none !important;
}

/* Saved has a real empty state rather than a low-information dashed sentence. */
body.pezani-mobile-app.mobile-view-directory .directory-saved-panel {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(24, 37, 59, .08);
    padding: 18px 16px 16px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-panel .directory-panel-heading {
    margin-bottom: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-status:empty {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty {
    align-items: center;
    border: 1px dashed #cbd8e4;
    border-radius: 14px;
    color: #536981;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 16px;
    padding: 24px 16px 18px;
    text-align: center;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty-icon {
    align-items: center;
    background: #e8f4fb;
    border-radius: 50%;
    color: #078fdd;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 4px;
    width: 48px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty-icon .material-icons {
    font-size: 25px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty strong {
    color: #18253b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty > span:not(.directory-saved-empty-icon) {
    font-size: 14px;
    line-height: 1.4;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-find-btn {
    margin-top: 8px;
    min-height: 44px;
    padding: 8px 18px;
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs.pezani-finder-category-rail .directory-tab-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important;
    }
}

/* Listings home correction: the content should read like a native destination,
   not a stack of website cards. Keep one focused search surface, then use
   simple grouped rows and a quiet full-screen Saved state. */
body.pezani-mobile-app.mobile-view-directory .directory-find-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 18px 0 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(24, 37, 59, .08);
    padding: 16px;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-browse-link {
    border-bottom: 1px solid #e3ebf2 !important;
    border-top: 1px solid #e3ebf2 !important;
    margin-top: 16px !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel .directory-add-listing-link {
    border-bottom: 1px solid #e3ebf2 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 18px 0 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-panel .directory-panel-heading {
    border-bottom: 1px solid #dce6ef;
    padding: 0 0 12px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    gap: 8px;
    justify-content: center;
    margin-top: 0;
    min-height: 310px;
    padding: 28px 20px 36px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty-icon {
    background: #e8f4fb;
    border: 1px solid #cfe7f4;
    height: 56px;
    margin-bottom: 6px;
    width: 56px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty-icon .material-icons {
    font-size: 28px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-empty > span:not(.directory-saved-empty-icon) {
    max-width: 280px;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-find-btn {
    margin-top: 12px;
    min-width: 170px;
    min-height: 46px;
}

/* Listings icon language: use simple local Material symbols so each
   destination is recognisable at a glance in both WebView shells. */
body.pezani-mobile-app.mobile-view-directory .custom-tab-1 > .nav-tabs.pezani-finder-category-rail .directory-tab-icon {
    font-size: 32px !important;
    height: 32px !important;
    line-height: 1 !important;
    width: 32px !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-icon.material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-find-clear .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-search-action .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-browse-link-arrow.material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-arrow.material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-recent-search .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-saved-find-btn .material-icons {
    font-family: 'Material Symbols Rounded' !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-input-icon.material-icons {
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-clear .material-icons {
    font-size: 1.15rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-search-action .material-icons {
    font-size: 1.15rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon .material-icons {
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-arrow.material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-find-suggestion-arrow.material-icons {
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-search .material-icons {
    color: #078fdd;
    font-size: .9rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-find-btn {
    align-items: center;
    display: inline-flex;
    gap: .4rem;
    justify-content: center;
}

/* Saved results read as a native list, not a stack of marketing cards. */
body.pezani-mobile-app.mobile-view-directory #directorySavedListingsList {
    margin-top: 1rem;
}

body.pezani-mobile-app.mobile-view-directory #directorySavedListingsList > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing {
    border: 0;
    border-bottom: 1px solid #dce6ef;
    border-radius: 0;
    box-shadow: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .card-body {
    padding: 1rem 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .directory-listing-card-logo-wrap,
body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .directory-listing-card-logo {
    flex-basis: 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .directory-listing-card-logo {
    border-radius: .85rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .directory-listing-card-name {
    margin-bottom: .45rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-listing .directory-listing-card-actions {
    margin-top: .85rem !important;
    padding-top: .75rem;
}

/* Saved is a working collection: lead with the live filter, not a redundant
   title block. */
body.pezani-mobile-app.mobile-view-directory .directory-saved-search {
    margin: 0 0 .75rem;
    position: relative;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-search .form-control {
    background: #fff !important;
    border: 1px solid #cbd8e4 !important;
    border-radius: .85rem !important;
    box-shadow: 0 1px 2px rgba(24, 37, 59, .04) !important;
    min-height: 3.5rem !important;
    padding: .75rem 3rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-search .form-control:focus {
    border-color: #078fdd !important;
    box-shadow: 0 0 0 .2rem rgba(7, 143, 221, .14) !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-search input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    min-height: 56px !important;
    padding: .75rem 3rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-search-icon {
    color: #536981;
    font-size: 22px !important;
    left: .95rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-clear {
    align-items: center;
    background: #e7eef4;
    border: 0;
    border-radius: 50%;
    color: #536981;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    z-index: 2;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-clear[hidden] {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-clear .material-icons {
    font-size: 1.1rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-panel .directory-saved-status {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #536981 !important;
    display: block;
    font-size: .9rem;
    line-height: 1.4;
    margin: .85rem 0 0;
    min-height: 0;
    padding: 0;
    text-align: left;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-icon .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link-icon .material-icons {
    font-size: 1.5rem !important;
}

/* Saved listings behave like a lightweight business contacts list. The row is
   intentionally quiet; the full set of actions belongs in the detail sheet. */
body.pezani-mobile-app.mobile-view-directory #directorySavedListingsList {
    border-top: 1px solid #dce6ef;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

body.pezani-mobile-app.mobile-view-directory #directorySavedListingsList > [class*="col-"] {
    margin: 0;
    padding: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact {
    align-items: center;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #dce6ef;
    color: #18253b;
    display: grid;
    font: inherit;
    gap: .8rem;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    min-height: 5.5rem;
    padding: .8rem .15rem .8rem 0;
    text-align: left;
    touch-action: manipulation;
    width: 100%;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact:active {
    background: #f2f8fc;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-logo-wrap,
body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-logo {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-logo {
    border-radius: .9rem;
    object-fit: cover;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-copy {
    display: flex;
    flex-direction: column;
    gap: .22rem;
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-name {
    color: #18253b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-meta {
    align-items: center;
    color: #60748b;
    display: flex;
    font-size: .82rem;
    gap: .28rem;
    line-height: 1.25;
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-meta > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact .material-icons,
body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer .material-icons {
    font-family: 'Material Symbols Rounded' !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-meta .material-icons {
    color: #078fdd;
    font-size: 1rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-contact-chevron {
    color: #7a8da1;
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory.directory-saved-drawer-open {
    overflow: hidden;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-backdrop {
    background: rgba(11, 26, 48, .42);
    inset: 0;
    position: fixed;
    z-index: 2200;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-backdrop[hidden],
body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer[hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer {
    background: #fff;
    border-radius: 1.5rem 1.5rem 0 0;
    bottom: 0;
    box-shadow: 0 -16px 42px rgba(11, 26, 48, .2);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    left: 0;
    max-height: 78vh;
    max-height: min(78dvh, 680px);
    overflow: hidden;
    position: fixed;
    right: 0;
    transform: translateY(0);
    z-index: 2210;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-handle {
    background: #c9d6e1;
    border-radius: 999px;
    height: .28rem;
    justify-self: center;
    margin: .65rem 0 .35rem;
    width: 2.75rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-header {
    align-items: center;
    border-bottom: 1px solid #e1e9f0;
    display: grid;
    gap: .8rem;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    padding: .65rem 1rem 1rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-logo-wrap,
body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-logo {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-logo {
    border-radius: .9rem;
    object-fit: cover;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-heading {
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-eyebrow,
body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-section-title,
body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-label {
    color: #078fdd;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-heading h2 {
    color: #18253b;
    font-size: 1.25rem;
    line-height: 1.2;
    margin: .18rem 0 .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-heading p {
    color: #60748b;
    font-size: .86rem;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-close {
    align-items: center;
    background: #f2f6f9;
    border: 1px solid #d7e2eb;
    border-radius: 50%;
    color: #31465d;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-close .material-icons {
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-content {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    -webkit-overflow-scrolling: touch;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-section-title {
    color: #536981;
    margin-bottom: .35rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta {
    border-top: 1px solid #e1e9f0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-row {
    align-items: center;
    border-bottom: 1px solid #e1e9f0;
    display: flex;
    gap: .75rem;
    min-height: 4.35rem;
    padding: .65rem 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-icon {
    align-items: center;
    background: #e8f4fb;
    border-radius: .8rem;
    color: #078fdd;
    display: inline-flex;
    flex: 0 0 2.65rem;
    height: 2.65rem;
    justify-content: center;
    width: 2.65rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-icon .material-icons {
    font-size: 1.35rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-copy {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-meta-copy strong {
    color: #18253b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-note {
    color: #60748b;
    font-size: .88rem;
    line-height: 1.45;
    margin: 1rem 0 .25rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-actions {
    background: #fff;
    border-top: 1px solid #e1e9f0;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-actions .btn {
    align-items: center;
    display: inline-flex;
    font-size: .82rem;
    gap: .28rem;
    justify-content: center;
    min-height: 2.9rem;
    min-width: 0;
    padding: .55rem .35rem;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-actions .material-icons {
    font-size: 1.1rem !important;
}

@media (min-width: 768px) {
    body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer {
        border-radius: 1.5rem 0 0 1.5rem;
        left: auto;
        max-height: 100vh;
        max-height: 100dvh;
        top: 0;
        width: min(30rem, 100vw);
    }
}

@media (max-width: 380px) {
    body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-actions {
        gap: .3rem;
        padding-left: .65rem;
        padding-right: .65rem;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-saved-drawer-actions .btn {
        font-size: .74rem;
        gap: .15rem;
    }
}

/* The category tiles use one local icon language instead of a mixture of
   unrelated inline SVG styles. */
body.pezani-mobile-app.mobile-view-directory .directory-category-card svg {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a::before {
    align-items: center;
    background: #e8f4fb;
    border: 1px solid #d1edfc;
    border-radius: 1rem;
    color: #078fdd;
    content: 'category';
    display: inline-flex;
    font-family: 'Material Symbols Rounded' !important;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    height: 3.4rem;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: .15rem;
    text-transform: none;
    width: 3.4rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=shopping"]::before {
    content: 'storefront';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=accommodation"]::before {
    content: 'hotel';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=food"]::before {
    content: 'restaurant';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=transport"]::before {
    content: 'directions_car';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=healthcare"]::before {
    content: 'medical_services';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=finance"]::before {
    content: 'account_balance';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=realestate"]::before {
    content: 'home_work';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=beauty"]::before {
    content: 'spa';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=sports"]::before {
    content: 'sports_soccer';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=community"]::before {
    content: 'groups';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=education"]::before {
    content: 'school';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=professionals"]::before {
    content: 'work';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=entertainment"]::before {
    content: 'theater_comedy';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=government"]::before {
    content: 'account_balance';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-card a[href*="category=religion"]::before {
    content: 'church';
}

body.pezani-mobile-app.mobile-view-directory .directory-category-search {
    margin: .9rem 0 .8rem;
    position: relative;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-search .form-control {
    background: #fff !important;
    border: 1px solid #cbd8e4 !important;
    border-radius: .9rem !important;
    min-height: 3.1rem !important;
    padding-left: 2.8rem !important;
    padding-right: .9rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-search > .material-icons {
    color: #078fdd;
    font-size: 1.25rem !important;
    left: .9rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-status {
    color: #60748b;
    font-size: .85rem;
    line-height: 1.35;
    margin: -.2rem 0 .55rem;
    min-height: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-status:empty {
    display: none;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-grid {
    margin-top: 0 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-grid > [hidden] {
    display: none !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-suggestions.is-loading {
    background: #fff;
    border: 1px solid #dce6ef;
    border-radius: .9rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: .35rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-row {
    align-items: center;
    display: flex;
    gap: .7rem;
    min-height: 3.65rem;
    padding: .45rem .55rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-avatar,
body.pezani-mobile-app.mobile-view-directory .directory-find-loading-copy span {
    animation: directory-find-loading-pulse 1.1s ease-in-out infinite;
    background: #e7eef4;
    border-radius: .7rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-avatar {
    flex: 0 0 2.45rem;
    height: 2.45rem;
    width: 2.45rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .4rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-copy span {
    display: block;
    height: .65rem;
    width: 72%;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-loading-copy span:last-child {
    width: 48%;
}

@keyframes directory-find-loading-pulse {
    0%, 100% { opacity: .55; }
    50% { opacity: 1; }
}

/* Keep the category search affordance clear of the typed text even when the
   shared mobile form rules apply a stronger default inset. */
body.pezani-mobile-app.mobile-view-directory .directory-category-search input#directoryCategoryQuery {
    padding-left: 2.8rem !important;
}

/* Android WebViews already exclude the system navigation area from their
   layout viewport. Do not add that inset a second time to this drawer. */
@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-directory.pezani-platform-android .directory-saved-drawer-actions {
        padding-bottom: .75rem;
    }
}

/* Find destinations are action controls, not plain list links. Keep both
   routes visually consistent and easy to discover on a small screen. */
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link {
    align-items: center;
    background: #fff !important;
    border: 1px solid #d7e3ed !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 12px rgba(24, 37, 59, .06);
    display: grid;
    gap: .7rem;
    grid-template-columns: 2.8rem minmax(0, 1fr) auto;
    margin-top: .75rem !important;
    min-height: 4rem !important;
    padding: .6rem .75rem !important;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease,
        box-shadow .16s ease, transform .12s ease;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link:hover,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link:focus-visible,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link:hover,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link:focus-visible {
    background: #f7fbfe !important;
    border-color: #168fe0 !important;
    box-shadow: 0 6px 16px rgba(22, 143, 224, .12);
    outline: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link:active,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link:active {
    transform: scale(.99);
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-icon,
body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link-icon {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 2.8rem;
    justify-content: center;
    width: 2.8rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-icon {
    background: #e8f4fb !important;
    border: 1px solid #d1edfc;
    color: #078fdd !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-add-listing-link-icon {
    background: #fff4d8 !important;
    border: 1px solid #ffe4a8;
    color: #b97800 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-copy {
    min-width: 0;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-copy strong {
    color: #18253b !important;
    display: block;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.25;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-copy small {
    color: #6d7e91 !important;
    display: block;
    font-size: .8rem;
    line-height: 1.3;
    margin-top: .15rem;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-panel
.directory-browse-link-arrow {
    color: #168fe0 !important;
    font-size: 1.15rem;
}

/* When a map pin is open, let the popup own the upper map layer so its
   content and actions cannot be covered by the nearby summary. */
body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell
.leaflet-popup-pane {
    z-index: 750 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-map-floating-heading {
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

body.pezani-mobile-app.mobile-view-directory .directory-results-map-shell.directory-map-popup-open
.directory-map-floating-heading {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.5rem);
    visibility: hidden;
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-directory .directory-find-panel
    .directory-browse-link,
    body.pezani-mobile-app.mobile-view-directory .directory-find-panel
    .directory-add-listing-link {
        grid-template-columns: 2.6rem minmax(0, 1fr) auto;
        min-height: 3.8rem !important;
    }

    body.pezani-mobile-app.mobile-view-directory .directory-find-panel
    .directory-browse-link-icon,
    body.pezani-mobile-app.mobile-view-directory .directory-find-panel
    .directory-add-listing-link-icon {
        height: 2.6rem;
        width: 2.6rem;
    }
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-inbox-kicker {
    display: block;
    margin-bottom: .15rem;
    color: #078fdd;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-card {
    width: 100%;
    max-width: none;
    margin: 0;
    border: 1px solid #dfe7ee;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(21, 34, 56, .06);
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-card .card-body {
    padding: 1rem !important;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-card .form-label {
    margin: 4px 0 8px !important;
    color: #24364d;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsForm .card-body > .row > [class*="col-"] > .mb-3 {
    margin-bottom: 18px !important;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-toggle,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsCityChoices .form-check,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsSubcategoryChoices .form-check {
    display: flex !important;
    position: relative;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 11px 13px !important;
    border: 1px solid #e1e9f1;
    border-radius: 12px;
    background: #fff;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsCityChoices,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsSubcategoryChoices {
    display: grid;
    gap: 8px;
    max-height: 230px;
    overflow-y: auto;
    padding: 8px !important;
    border: 1px solid #dfe8f0 !important;
    border-radius: 14px !important;
    background: #f6f9fb;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-toggle .form-check-input,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsCityChoices .form-check-input,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsSubcategoryChoices .form-check-input {
    position: relative !important;
    inset: auto !important;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    float: none !important;
    margin: 0 !important;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer .chat-settings-toggle .form-check-label,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsCityChoices .form-check-label,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsSubcategoryChoices .form-check-label {
    display: flex;
    min-height: 24px;
    flex: 1 1 auto;
    align-items: center;
    margin: 0 !important;
    color: #24364d;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35;
}

body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsCityChoices > p,
body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer #chatSettingsSubcategoryChoices > p {
    margin: 4px;
    color: #697a8d;
    font-size: 14px;
    line-height: 1.45;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar {
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: .6rem;
    padding-top: .35rem !important;
    padding-bottom: .7rem !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-copy {
    min-width: 0;
    flex: 1 1 auto;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar h2 {
    font-size: 1.18rem;
    white-space: nowrap;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    gap: .45rem;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar {
        display: flex !important;
        flex-wrap: nowrap;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-live-state {
        display: none !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions .chat-primary-button {
        min-height: 44px;
        padding-right: .7rem;
        padding-left: .7rem;
        font-size: .84rem;
    }
}

/* My Requests: align the page actions, view switch, and empty states as one
   compact mobile surface. The shell's fixed Quick Finder rail stays untouched. */
@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats {
        overflow: visible !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar {
        min-height: 0;
        margin: 0 16px 8px !important;
        padding: 8px 0 10px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar h2 {
        margin: 0 !important;
        font-size: 1.18rem;
        line-height: 1.25;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions .chat-primary-button {
        min-height: 44px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch {
        position: sticky;
        top: calc(var(--dz-header-height, 5rem) + var(--pezani-mobile-tabbar-height, 5rem) + .2rem);
        width: auto;
        margin: 0 16px 8px !important;
        padding: 3px;
        gap: 3px;
        border-radius: 12px;
        box-shadow: 0 2px 7px rgba(24, 37, 59, .06);
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
        min-height: 50px;
        border-radius: 9px;
        font-size: .74rem;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content {
        padding: 0 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > .tab-pane {
        padding: 12px 16px 20px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state {
        width: min(100%, 430px);
        padding: 22px 20px;
        border-radius: 16px;
        box-shadow: 0 4px 14px rgba(21, 34, 56, .045);
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
        border-radius: 14px;
        font-size: 1.25rem;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state h4 {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state p {
        max-width: 310px;
        margin: 7px auto 0;
        font-size: .9rem;
        line-height: 1.45;
    }

    body.pezani-mobile-app.mobile-view-chats #posts.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #inbox.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #business-conversations.has-empty-state {
        min-height: clamp(300px, calc(100vh - 25rem), 460px);
        min-height: clamp(300px, calc(100dvh - 25rem), 460px);
    }

    body.pezani-mobile-app.mobile-view-chats #posts.has-empty-state {
        display: flex !important;
        flex-direction: column;
    }

    body.pezani-mobile-app.mobile-view-chats #posts.has-empty-state #quickFinderRequestsEmpty {
        display: flex !important;
        flex: 1 1 auto;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #inbox.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #business-conversations.has-empty-state {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    body.pezani-mobile-app.mobile-view-chats #inbox.has-empty-state > .pt-4,
    body.pezani-mobile-app.mobile-view-chats #business-conversations.has-empty-state > .pt-4 {
        width: 100%;
        padding-top: 0 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-actions {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-actions.no-chat {
        grid-template-columns: minmax(0, 1fr) 44px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-actions .chat-remove {
        width: 44px;
        min-width: 44px;
        padding: 0 !important;
        border-color: transparent !important;
        background: transparent !important;
        color: #7b8795 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-actions .chat-remove:hover,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-actions .chat-remove:focus-visible {
        border-color: #f0c9d0 !important;
        background: #fff4f5 !important;
        color: #b4233d !important;
    }
}

@media (max-width: 380px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > .tab-pane {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content {
        padding: 0 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > .tab-pane,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > #posts {
        padding-top: 6px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #posts.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #inbox.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #business-conversations.has-empty-state {
        min-height: clamp(240px, calc(100dvh - 32rem), 340px);
    }
}

/* Use the New Request category rail type scale across Mobile tab rails. */
body.pezani-mobile-app .pezani-quickfinder-rail .pezani-finder-category-label,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs .pezani-finder-category-label,
body.pezani-mobile-app .explore-tabs .explore-tab > span:not(.material-icons),
body.pezani-mobile-app .quickfinder-request-view-switch button > span:not(.material-symbols-rounded):not(.quickfinder-count),
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h3,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h4,
body.pezani-mobile-app .custom-tab-1 > .nav-tabs > .nav-item > .nav-link > h5,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h3,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h4,
body.pezani-mobile-app .nav-tabs[role="tablist"] > .nav-item > .nav-link > h5 {
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 12px !important;
    letter-spacing: normal;
}

/* Keep the discovery and request surfaces on one calmer mobile type scale;
   message and request cards retain their own typography. */
body.pezani-mobile-app.mobile-view-directory .directory-find-heading h2,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar h2 {
    font-size: 1.3rem !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-heading p,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state p {
    font-size: .98rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-find-form .directory-search-action,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions > .chat-primary-button {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > span:not(.material-symbols-rounded):not(.quickfinder-count) {
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 14px !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state h4 {
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state p {
    max-width: 310px;
}

body.pezani-mobile-app.mobile-view-chats #quickFinderChats #businessRequestsFilter,
body.pezani-mobile-app.mobile-view-chats #quickFinderChats #pendingRequestsFilter {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-recent-heading h3,
body.pezani-mobile-app.mobile-view-directory .directory-recent-searches-heading h3 {
    font-size: 1rem !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy strong,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link .directory-browse-link-copy strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-browse-link-copy small,
body.pezani-mobile-app.mobile-view-directory .directory-add-listing-link .directory-browse-link-copy small {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-home-heading {
    margin: .75rem 0 0 !important;
    padding: 0 .25rem .55rem;
    text-align: center !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-discovery-title {
    max-width: none !important;
    font-size: 1.05rem !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-search {
    margin: .7rem 0 1.2rem !important;
}

body.pezani-mobile-app.mobile-view-directory .directory-category-grid {
    margin-top: 0 !important;
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-chats .chat-settings-drawer-actions {
        padding-bottom: max(4px, env(safe-area-inset-bottom, 0px)) !important;
    }

    body.pezani-mobile-app.pezani-platform-android.mobile-view-chats .chat-settings-drawer-actions {
        padding-bottom: 4px !important;
    }
}

/* My Requests mobile: keep the three destinations, but present them as one
   compact native segmented control and make each list read as a touch-first feed. */
@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar {
        margin-bottom: 8px !important;
        padding: 8px 0 11px !important;
        border-bottom: 1px solid #e2e9f0;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar h2 {
        font-size: 18px !important;
        font-weight: 650 !important;
        line-height: 1.25 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger {
        width: 42px;
        min-width: 42px;
        min-height: 42px;
        border: 1px solid #dce5ed;
        border-radius: 12px;
        background: #fff;
        color: #42566d;
        box-shadow: 0 1px 2px rgba(22, 37, 59, .04);
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger .material-symbols-rounded {
        font-size: 21px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions {
        gap: 7px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions > .chat-primary-button {
        min-height: 42px;
        padding: 0 12px !important;
        border-radius: 12px;
        box-shadow: none;
        font-size: 13px !important;
        font-weight: 600 !important;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2px;
        margin-top: 0 !important;
        margin-bottom: 4px !important;
        padding: 3px;
        border: 1px solid #e3eaf0;
        border-radius: 13px;
        background: #eaf0f5;
        box-shadow: none;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
        display: flex;
        min-width: 0;
        width: 100%;
        height: 44px;
        min-height: 44px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
        gap: 4px;
        padding: 0 4px;
        border: 1px solid transparent;
        border-radius: 10px;
        background: transparent;
        color: #5e6d7e;
        box-shadow: none;
        white-space: nowrap;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > .material-symbols-rounded {
        display: none;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > span:not(.material-symbols-rounded):not(.quickfinder-count) {
        display: inline-flex;
        min-width: 0;
        align-items: center;
        overflow: hidden;
        align-self: center;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        text-overflow: ellipsis;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch .quickfinder-count {
        position: static;
        display: inline-flex;
        width: 18px;
        min-width: 18px;
        height: 18px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 999px;
        background: #dce6ee;
        color: #536579;
        font-size: 10px !important;
        font-weight: 650;
        line-height: 1;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button.is-active {
        border-color: #fff;
        background: #fff;
        color: #1b2a40;
        box-shadow: 0 1px 3px rgba(18, 34, 56, .11);
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button.is-active .quickfinder-count {
        background: #e6f4fb;
        color: #087fca;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button:focus-visible,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-settings-trigger:focus-visible,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-primary-button:focus-visible {
        outline: 3px solid rgba(0, 145, 230, .24);
        outline-offset: 2px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats > .tab-content > .tab-pane {
        padding-top: 10px !important;
        padding-bottom: 24px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-request-card {
        overflow: hidden;
        border: 1px solid #e0e8ef;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(20, 39, 62, .045);
        transform: none;
        transition: border-color .16s ease, box-shadow .16s ease;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-request-card:hover,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-request-card:focus-within {
        border-color: #d2e0ea;
        box-shadow: 0 3px 10px rgba(20, 39, 62, .07);
        transform: none;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .card-body,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .card-body {
        padding: 14px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-leading,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-request-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
        border-radius: 12px;
        background: #edf7fc;
        color: #0788d8;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-leading .material-symbols-rounded,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-request-icon .material-symbols-rounded {
        font-size: 21px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-title,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-title,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .user-details h5 {
        color: #1a2940;
        font-size: 15px !important;
        font-weight: 650 !important;
        line-height: 1.32 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-copy {
        min-width: 0;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-post-submeta {
        gap: 7px;
        margin-top: 5px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-category,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-category {
        color: #62758a;
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 1.3;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-status-inline {
        padding: 4px 8px;
        border-radius: 999px;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.2;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-description,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-description {
        display: -webkit-box;
        overflow: hidden;
        margin: 9px 0 0;
        color: #4d5e72;
        font-size: 13px !important;
        line-height: 1.42 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-meta,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 7px 14px;
        margin-top: 9px;
        color: #718196;
        font-size: 12px !important;
        line-height: 1.35;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .card-footer,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .card-footer,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .card-footer {
        padding: 6px 8px !important;
        border-top: 1px solid #edf1f5;
        background: #fff;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-actions,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-actions,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-actions {
        min-height: 0;
        gap: 6px;
        background: transparent;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-action,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-action,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-action {
        min-height: 42px;
        gap: 5px;
        padding: 8px 5px !important;
        border: 1px solid transparent !important;
        border-radius: 10px;
        background: #f5f8fa;
        color: #42566d;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.2;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-post-chat,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-accept,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-open {
        border-color: #dceef8 !important;
        background: #edf7fc;
        color: #0877b8;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-remove,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-remove {
        min-width: 42px;
        width: 42px;
        background: transparent;
        color: #758397;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-post-card .chat-card-action .material-symbols-rounded,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-pending-card .chat-card-action .material-symbols-rounded,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-action .material-symbols-rounded {
        font-size: 17px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-identity {
        gap: 10px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-avatar .avatar {
        width: 44px;
        height: 44px;
        margin: 0 !important;
        border-radius: 13px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-details p {
        margin-top: 4px !important;
        color: #697b8e;
        font-size: 12px !important;
        line-height: 1.35;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-message {
        display: flex;
        gap: 7px;
        margin-top: 12px;
        padding: 10px 11px;
        border: 0;
        border-radius: 11px;
        background: #f4f7f9;
        color: #536579;
        font-size: 13px !important;
        line-height: 1.4;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-business-card .chat-business-message > span:last-child {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state {
        width: 100%;
        padding: 24px 12px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
        border-radius: 50%;
        background: #e6f4fb;
        color: #0788d8;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state h4 {
        margin-bottom: 0;
        color: #1b2b42;
        font-size: 16px !important;
        font-weight: 650 !important;
        line-height: 1.3 !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-empty-state p {
        max-width: 290px;
        margin-top: 6px;
        color: #718196;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 360px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
        gap: 3px;
        padding-right: 2px;
        padding-left: 2px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > span:not(.material-symbols-rounded):not(.quickfinder-count) {
        font-size: 11px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .chat-inbox-toolbar-actions > .chat-primary-button {
        padding-right: 9px !important;
        padding-left: 9px !important;
    }
}

@media (max-width: 767.98px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-view-content {
        width: 100%;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats #inbox.has-empty-state,
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats #business-conversations.has-empty-state {
        justify-content: flex-start;
    }
}

@media (max-width: 380px) {
    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button {
        gap: 2px;
        padding-right: 1px;
        padding-left: 1px;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch button > span:not(.material-symbols-rounded):not(.quickfinder-count) {
        font-size: 10.5px !important;
    }

    body.pezani-mobile-app.mobile-view-chats #quickFinderChats .quickfinder-request-view-switch .quickfinder-count {
        width: 16px;
        min-width: 16px;
        height: 16px;
        font-size: 9px !important;
    }
}
