.mkllf-filters{
    width:100%;
    box-sizing:border-box;
    padding:20px;
    border:1px solid #e6ece9;
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbf9 100%);
    box-shadow:0 10px 30px rgba(18,63,43,.08);
    font-family:inherit;
}
.mkllf-heading{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.mkllf-heading-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:12px;background:#eaf7f0;color:#087b49}
.mkllf-heading-icon svg{width:22px;height:22px}
.mkllf-title{font-size:21px;line-height:1.2;font-weight:750;letter-spacing:-.25px;color:#14231c}
.mkllf-subtitle{margin-top:3px;font-size:12px;line-height:1.35;color:#789086}
.mkllf-searchbox{height:48px;display:flex;align-items:center;gap:9px;padding:0 10px 0 14px;border:1px solid #d9e5df;border-radius:13px;background:#fff;box-shadow:0 3px 12px rgba(18,63,43,.06);transition:border-color .2s,box-shadow .2s}
.mkllf-searchbox:focus-within{border-color:#15905a;box-shadow:0 0 0 4px rgba(21,144,90,.10)}
.mkllf-search-icon{display:inline-flex;color:#5f8172;flex:0 0 auto}
.mkllf-search-icon svg{width:19px;height:19px}
.mkllf-input{width:100%!important;min-width:0!important;height:44px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#18251f!important;font-size:14px!important;font-weight:500!important}
.mkllf-input::placeholder{color:#8aa097}
.mkllf-clear{width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:8px;background:#edf5f1;color:#487063;font-size:20px;line-height:1;cursor:pointer;padding:0;flex:0 0 28px}
.mkllf-clear:hover{background:#dcefe6;color:#087b49}
.mkllf-current{display:flex;align-items:center;gap:6px;margin:10px 2px 0;color:#7b9188;font-size:11px;line-height:1.3}
.mkllf-current-dot{width:6px;height:6px;border-radius:50%;background:#15905a;box-shadow:0 0 0 3px #e1f4ea;flex:0 0 6px}
.mkllf-current-name{color:#087b49;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mkllf-suggestions{display:none;position:relative;margin-top:9px;max-height:250px;overflow:auto;padding:5px;border:1px solid #e2ebe7;border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(18,63,43,.10);scrollbar-width:thin;z-index:20}
.mkllf-suggestions.is-open{display:block}
.mkllf-suggestion{display:flex;align-items:center;gap:9px;min-height:39px;padding:7px 9px;border-radius:10px;text-decoration:none!important;color:#24342d!important;font-size:13px;line-height:1.25;transition:background .15s,color .15s}
.mkllf-suggestion:hover{background:#f0f8f4;color:#087b49!important}
.mkllf-suggestion.is-active{background:#eaf7f0;color:#087b49!important;font-weight:700}
.mkllf-suggestion-pin{display:inline-flex;color:#7b9589;flex:0 0 auto}
.mkllf-suggestion-pin svg{width:16px;height:16px}
.mkllf-suggestion.is-active .mkllf-suggestion-pin{color:#087b49}
.mkllf-suggestion-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mkllf-check{margin-left:auto;color:#087b49;font-size:15px;font-weight:800}
.mkllf-empty{padding:14px 10px;text-align:center;color:#879991;font-size:12px}
.mkllf-suggestions::-webkit-scrollbar{width:6px}
.mkllf-suggestions::-webkit-scrollbar-thumb{background:#cbded5;border-radius:20px}
@media(max-width:767px){
    .mkllf-filters{padding:15px;border-radius:16px}
    .mkllf-heading{margin-bottom:12px}
    .mkllf-heading-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px}
    .mkllf-heading-icon svg{width:20px;height:20px}
    .mkllf-title{font-size:18px}
    .mkllf-subtitle{font-size:11px}
    .mkllf-searchbox{height:46px}
    .mkllf-input{font-size:13px!important}
    .mkllf-suggestions{max-height:220px}
}


/* Empty-state + related companies */
.mkllf-no-results{display:flex;align-items:center;gap:16px;margin:22px 0;padding:22px 24px;border:1px solid #dfece5;border-radius:18px;background:linear-gradient(135deg,#f7fcf9 0%,#fff 100%);box-shadow:0 10px 28px rgba(18,63,43,.07)}
.mkllf-empty-icon{width:52px;height:52px;flex:0 0 52px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#e8f7ef;color:#087b49;font-size:29px;font-weight:700}
.mkllf-empty-kicker{display:block;font-size:10px;letter-spacing:.12em;font-weight:800;color:#15905a}
.mkllf-empty-copy h3{margin:3px 0 5px;color:#14231c;font-size:20px;line-height:1.2}
.mkllf-empty-copy p{margin:0;color:#6d8379;font-size:13px;line-height:1.55}
.mkllf-recommended{margin:22px 0 0}
.mkllf-recommended-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:12px}
.mkllf-recommended-head h4{margin:3px 0 0;color:#14231c;font-size:18px;line-height:1.25}
.mkllf-recommended-head a{font-size:12px;font-weight:700;color:#087b49;text-decoration:none}
.mkllf-recommended-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.mkllf-company-card{min-width:0;display:flex;flex-direction:column;gap:8px;padding:13px;border:1px solid #e2ebe6;border-radius:15px;background:#fff;text-decoration:none!important;box-shadow:0 5px 16px rgba(18,63,43,.05);transition:transform .18s,box-shadow .18s,border-color .18s}
.mkllf-company-card:hover{transform:translateY(-2px);border-color:#b9dfcd;box-shadow:0 10px 22px rgba(18,63,43,.09)}
.mkllf-company-logo{height:62px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#fafcfb}
.mkllf-company-logo img{display:block!important;width:auto!important;height:auto!important;max-width:88%!important;max-height:52px!important;object-fit:contain!important}
.mkllf-logo-fallback{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eaf7f0;color:#087b49;font-weight:800}
.mkllf-company-name{color:#1c2c25;font-size:13px;line-height:1.35;font-weight:750;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mkllf-company-link{color:#087b49;font-size:11px;font-weight:750;margin-top:auto}
@media(max-width:900px){.mkllf-recommended-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.mkllf-no-results{padding:17px;align-items:flex-start}.mkllf-empty-icon{width:44px;height:44px;flex-basis:44px;font-size:24px}.mkllf-empty-copy h3{font-size:17px}.mkllf-empty-copy p{font-size:12px}.mkllf-recommended-grid{grid-template-columns:1fr}.mkllf-recommended-head{align-items:flex-start}}
