.mmf-widget{--mmf-accent:#04724d;--mmf-text:#1b1b1b;--mmf-muted:#72777f;--mmf-border:#e6e8eb;--mmf-soft:#f5f7f7;--mmf-loader-color:var(--mmf-accent);font-family:inherit;position:relative;direction:rtl;color:var(--mmf-text)}
.mmf-widget *{box-sizing:border-box}
.mmf-filter-card{background:#fff;border:1px solid var(--mmf-border);border-radius:22px;padding:24px;box-shadow:0 16px 50px rgba(17,24,39,.06)}
.mmf-filter-card__head{margin-bottom:22px}.mmf-filter-card__title{font-size:18px;line-height:1.7;margin:0 0 5px;font-weight:800;color:var(--mmf-text)}.mmf-filter-card__desc{margin:0;font-size:14px;line-height:1.8;color:var(--mmf-muted)}
.mmf-filter-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:14px!important;width:100%!important}.mmf-fields{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0!important}.mmf-field{min-width:0;position:relative}.mmf-field__label{display:block;font-size:13px;font-weight:700;color:#4b525b;margin:0 2px 7px}
.mmf-select{position:relative!important}.mmf-select__trigger{appearance:none!important;-webkit-appearance:none!important;width:100%!important;min-height:50px;border:1px solid var(--mmf-border)!important;border-radius:13px;background:#fff!important;padding:10px 14px;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px;color:#3c434a;font:inherit;font-size:14px;text-align:right!important;text-transform:none!important;text-decoration:none!important;outline:0!important;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.mmf-select__trigger:hover,.mmf-select.is-open .mmf-select__trigger{border-color:color-mix(in srgb,var(--mmf-accent) 55%,#d6d9dd);box-shadow:0 0 0 3px color-mix(in srgb,var(--mmf-accent) 9%,transparent)}.mmf-select.has-value .mmf-select__trigger{color:var(--mmf-text);font-weight:700}.mmf-select.is-disabled .mmf-select__trigger{opacity:.5;cursor:not-allowed}.mmf-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mmf-select__chevron{width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;transition:transform .2s ease}.mmf-select__chevron svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mmf-select.is-open .mmf-select__chevron{transform:rotate(180deg)}
.mmf-select__dropdown{position:absolute;z-index:80;right:0;left:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--mmf-border);border-radius:15px;padding:8px;box-shadow:0 18px 45px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s ease}.mmf-select.is-open .mmf-select__dropdown{opacity:1;visibility:visible;transform:none}.mmf-select__search-wrap{height:40px;border:1px solid #eceef0;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 10px;margin-bottom:6px;background:#fafbfb}.mmf-select__search-wrap svg{width:17px;height:17px;fill:none;stroke:#8a9097;stroke-width:1.7}.mmf-select__search{width:100%;height:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;font:inherit;font-size:13px;color:var(--mmf-text)}.mmf-options{max-height:250px;overflow:auto;overscroll-behavior:contain;padding-left:2px}.mmf-options::-webkit-scrollbar{width:5px}.mmf-options::-webkit-scrollbar-thumb{background:#d8dcdf;border-radius:10px}.mmf-option{appearance:none!important;-webkit-appearance:none!important;width:100%!important;border:0!important;background:transparent!important;border-radius:9px;padding:10px 11px;text-align:right!important;text-transform:none!important;text-decoration:none!important;outline:0!important;font:inherit;font-size:13px;color:#444b52;cursor:pointer;transition:.15s ease}.mmf-option:hover,.mmf-option.is-selected{background:#f0f7f4;color:var(--mmf-accent)}.mmf-options-empty{font-size:12px;color:#8a9097;text-align:center;padding:13px}
.mmf-actions{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;flex-wrap:nowrap!important;white-space:nowrap!important}.mmf-submit{appearance:none!important;-webkit-appearance:none!important;min-height:50px;border:1px solid var(--mmf-accent)!important;border-radius:13px;background:var(--mmf-accent)!important;color:#fff!important;padding:10px 22px;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;font:inherit;font-size:14px;font-weight:800;line-height:1.2!important;text-transform:none!important;text-decoration:none!important;outline:0!important;white-space:nowrap!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.mmf-submit:hover{background:#035e40!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 10px 25px color-mix(in srgb,var(--mmf-accent) 20%,transparent)}.mmf-submit svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8;stroke-linecap:round}.mmf-reset{appearance:none!important;-webkit-appearance:none!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border:1px solid var(--mmf-border)!important;border-radius:13px!important;background:#fff!important;padding:0!important;color:#777d84!important;display:none!important;place-items:center!important;line-height:1!important;text-transform:none!important;text-decoration:none!important;outline:0!important;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.mmf-reset.is-visible{display:inline-grid!important}.mmf-reset:hover{color:var(--mmf-text)!important;background:#f5f7f7!important;border-color:#d7dcdf!important;transform:translateY(-1px)}.mmf-reset svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9;stroke-linecap:round!important}
.mmf-filter-form.is-loading .mmf-select__trigger,.mmf-filter-form.is-loading .mmf-submit,.mmf-filter-form.is-loading .mmf-reset{cursor:progress}.mmf-filter-form.is-loading .mmf-select__trigger{position:relative;overflow:hidden}.mmf-filter-form.is-loading .mmf-select__trigger:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.72) 45%,transparent 70%);transform:translateX(100%);animation:mmfShimmer 1s linear infinite}
@keyframes mmfShimmer{to{transform:translateX(-100%)}}
body.mmf-modal-open{overflow:hidden!important}.mmf-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:26px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.mmf-modal.is-open{opacity:1;visibility:visible}.mmf-modal__backdrop{position:absolute;inset:0;background:rgba(7,12,16,.64);backdrop-filter:blur(5px)}.mmf-modal__dialog{position:relative;z-index:1;width:100%;max-width:1280px;max-height:calc(100vh - 52px);background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 35px 100px rgba(0,0,0,.28);transform:translateY(12px) scale(.985);transition:transform .25s ease}.mmf-modal.is-open .mmf-modal__dialog{transform:none}.mmf-modal__header{height:72px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 24px;border-bottom:1px solid #eceeef;background:#fff}.mmf-modal__title{font-size:17px;font-weight:850;color:var(--mmf-text);margin:0}.mmf-modal__close{width:40px;height:40px;border:0;border-radius:12px;background:#f3f5f5;color:#3e454b;display:grid;place-items:center;cursor:pointer;transition:.18s ease}.mmf-modal__close:hover{background:#e9ecec;transform:rotate(3deg)}.mmf-modal__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mmf-modal__body{overflow:auto;overscroll-behavior:contain;padding:22px 24px 28px}.mmf-modal-filter{padding:18px;background:#f7f9f9;border:1px solid #ecefef;border-radius:18px}.mmf-modal-filter .mmf-filter-form{margin:0!important}.mmf-modal-filter .mmf-actions{margin-top:0!important}
.mmf-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:27px 0 16px;transition:opacity .2s ease}.mmf-results-head.is-pending{opacity:.6}.mmf-results-title{font-size:16px;font-weight:850;margin:0 0 7px;color:var(--mmf-text)}.mmf-results-count{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;padding:8px 12px;border-radius:999px;background:#eef6f3;color:var(--mmf-accent);font-size:12px}.mmf-results-count b{font-size:14px}.mmf-active-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mmf-active-chip{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f2f4f5;color:#676e75;font-size:11px;line-height:1.5}.mmf-active-chip--muted{opacity:.8}
.mmf-results-stage{position:relative;min-height:140px}.mmf-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.mmf-result-item{min-width:0}.mmf-results-loader{position:absolute;inset:0;z-index:5;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:rgba(255,255,255,.94);color:#747b82;font-size:13px;opacity:0;visibility:hidden;transition:.16s ease;border-radius:18px}.mmf-results-loader.is-visible{opacity:1;visibility:visible}.mmf-loader{width:44px;height:44px;border-radius:50%;border:3px solid color-mix(in srgb,var(--mmf-loader-color) 15%,transparent);border-top-color:var(--mmf-loader-color);position:relative;animation:mmfSpin .85s linear infinite}.mmf-loader:after{content:"";position:absolute;inset:7px;border-radius:50%;border:2px solid transparent;border-bottom-color:color-mix(in srgb,var(--mmf-loader-color) 55%,transparent);animation:mmfSpin .55s linear infinite reverse}@keyframes mmfSpin{to{transform:rotate(360deg)}}
.mmf-empty{border:1px dashed #dfe3e4;border-radius:18px;padding:42px 20px;text-align:center;color:#6f767d}.mmf-empty strong,.mmf-empty span{display:block}.mmf-empty strong{font-size:15px;color:#3d444a;margin-bottom:7px}.mmf-empty span{font-size:13px;line-height:1.8}.mmf-load-more-wrap{text-align:center;margin-top:22px}.mmf-load-more{min-width:170px;min-height:44px;border:1px solid #dfe3e4;border-radius:12px;background:#fff;color:#40474d;font:inherit;font-size:13px;font-weight:700;padding:8px 18px;cursor:pointer;transition:.18s ease}.mmf-load-more:hover{border-color:var(--mmf-accent);color:var(--mmf-accent)}.mmf-load-more.is-loading{opacity:.6;cursor:progress}
.mmf-result-item--fallback{border:1px solid #e8eaec;border-radius:17px;overflow:hidden;background:#fff}.mmf-fallback-card__image{display:block;aspect-ratio:4/3;overflow:hidden;background:#f2f3f4}.mmf-fallback-card__image img{width:100%;height:100%;object-fit:cover;display:block}.mmf-fallback-card__body{padding:15px}.mmf-fallback-card__title{display:block;font-size:14px;font-weight:800;color:var(--mmf-text);text-decoration:none;margin-bottom:12px}.mmf-fallback-card__link{font-size:12px;color:var(--mmf-accent);text-decoration:none}
@media(max-width:1024px){.mmf-filter-row{grid-template-columns:minmax(0,1fr) auto!important}.mmf-fields{grid-template-columns:repeat(4,minmax(0,1fr))}.mmf-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mmf-modal{padding:16px}.mmf-modal__dialog{max-height:calc(100vh - 32px)}}
@media(max-width:767px){.mmf-filter-card{padding:17px;border-radius:17px}.mmf-filter-row{grid-template-columns:1fr!important;gap:12px!important}.mmf-fields{grid-template-columns:1fr;gap:11px}.mmf-actions{gap:9px!important;justify-content:stretch!important}.mmf-submit{width:100%!important;flex:1 1 auto!important}.mmf-reset{flex:0 0 auto!important}.mmf-modal{padding:0;align-items:stretch}.mmf-modal__dialog{max-width:none!important;max-height:none;height:100%;border-radius:0!important}.mmf-modal__header{height:62px;min-height:62px;padding:0 16px}.mmf-modal__body{padding:16px}.mmf-modal-filter{padding:14px;border-radius:15px}.mmf-results-head{margin-top:22px}.mmf-results-grid{grid-template-columns:1fr;gap:14px}.mmf-select__dropdown{position:fixed;right:14px;left:14px;top:auto;bottom:14px;z-index:100010;max-height:62vh;border-radius:18px;padding:10px;transform:translateY(20px)}.mmf-select.is-open .mmf-select__dropdown{transform:none}.mmf-options{max-height:50vh}.mmf-results-count{padding:7px 10px}}

/* v1.0.2 — Dana + isolated action buttons -------------------------------- */
.mmf-widget,
.mmf-widget *,
.mmf-modal,
.mmf-modal *{
    font-family:Dana,dana,"Dana VF",Tahoma,Arial,sans-serif!important;
}

/* Keep Elementor/Theme global button rules away from the plugin actions. */
.mmf-widget .mmf-submit,
.mmf-widget .mmf-reset,
.mmf-widget .mmf-modal__close,
.mmf-widget .mmf-load-more,
.mmf-widget .mmf-fallback-card__link,
.mmf-widget .mmf-result-item .elementor-button,
.mmf-widget .mmf-result-item a.elementor-button,
.mmf-widget .mmf-result-item .elementor-widget-button .elementor-button,
.mmf-widget .mmf-result-item button:not(.mmf-select__trigger):not(.mmf-option),
.mmf-widget .mmf-result-item input[type="button"],
.mmf-widget .mmf-result-item input[type="submit"],
.mmf-widget .mmf-result-item .button,
.mmf-widget .mmf-result-item a.button{
    background:#FF5101!important;
    background-color:#FF5101!important;
    border-color:#FF5101!important;
    color:#fff!important;
    fill:#fff!important;
    text-decoration:none!important;
    text-transform:none!important;
    font-family:Dana,dana,"Dana VF",Tahoma,Arial,sans-serif!important;
}

.mmf-widget .mmf-submit:hover,
.mmf-widget .mmf-submit:focus,
.mmf-widget .mmf-submit:active,
.mmf-widget .mmf-reset:hover,
.mmf-widget .mmf-reset:focus,
.mmf-widget .mmf-reset:active,
.mmf-widget .mmf-modal__close:hover,
.mmf-widget .mmf-modal__close:focus,
.mmf-widget .mmf-modal__close:active,
.mmf-widget .mmf-load-more:hover,
.mmf-widget .mmf-load-more:focus,
.mmf-widget .mmf-load-more:active,
.mmf-widget .mmf-fallback-card__link:hover,
.mmf-widget .mmf-fallback-card__link:focus,
.mmf-widget .mmf-result-item .elementor-button:hover,
.mmf-widget .mmf-result-item .elementor-button:focus,
.mmf-widget .mmf-result-item .elementor-button:active,
.mmf-widget .mmf-result-item button:not(.mmf-select__trigger):not(.mmf-option):hover,
.mmf-widget .mmf-result-item button:not(.mmf-select__trigger):not(.mmf-option):focus,
.mmf-widget .mmf-result-item button:not(.mmf-select__trigger):not(.mmf-option):active,
.mmf-widget .mmf-result-item input[type="button"]:hover,
.mmf-widget .mmf-result-item input[type="submit"]:hover,
.mmf-widget .mmf-result-item .button:hover,
.mmf-widget .mmf-result-item a.button:hover{
    background:#FF5101!important;
    background-color:#FF5101!important;
    border-color:#FF5101!important;
    color:#fff!important;
    fill:#fff!important;
}

.mmf-widget .mmf-submit svg,
.mmf-widget .mmf-reset svg,
.mmf-widget .mmf-modal__close svg,
.mmf-widget .mmf-load-more svg,
.mmf-widget .mmf-result-item .elementor-button svg,
.mmf-widget .mmf-result-item .elementor-button i{
    color:#fff!important;
    fill:#fff!important;
    stroke:currentColor!important;
}

/* Normalize Elementor pseudo layers/icons inside result buttons as well. */
.mmf-widget .mmf-result-item .elementor-button-content-wrapper,
.mmf-widget .mmf-result-item .elementor-button-text,
.mmf-widget .mmf-result-item .elementor-button-icon,
.mmf-widget .mmf-result-item .elementor-button-icon *{
    color:#fff!important;
    fill:#fff!important;
}
