/* KBM canonical marketplace convergence — functional UI owned by the plugin. */
:root{--kbm-mlec-navy:#071a33;--kbm-mlec-blue:#123b6d;--kbm-mlec-yellow:#f5b800;--kbm-mlec-text:#10213a;--kbm-mlec-muted:#65758b;--kbm-mlec-line:#e2e8f0;--kbm-mlec-soft:#f5f8fc;--kbm-mlec-green:#087f5b;--kbm-mlec-radius:22px}
.kbm-marketplace-convergence :where(input,select,textarea,button){font:inherit}
.kbm-marketplace-convergence :where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(245,184,0,.45)!important;outline-offset:2px}
.kbm-mlec-state{width:min(720px,calc(100% - 28px));margin:38px auto;padding:34px;text-align:center;background:#fff;border:1px solid var(--kbm-mlec-line);border-radius:28px;box-shadow:0 18px 50px rgba(15,35,65,.08)}
.kbm-mlec-state h1{margin:0 0 10px;color:var(--kbm-mlec-text);font-size:clamp(22px,4vw,32px)}.kbm-mlec-state p{color:var(--kbm-mlec-muted);line-height:2}.kbm-mlec-state a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:9px 22px;border-radius:14px;background:var(--kbm-mlec-navy);color:#fff!important;font-weight:900;text-decoration:none}.kbm-mlec-state.is-error{border-color:#fecaca;background:#fffafa}

.kbm-mlec-pay{width:min(980px,calc(100% - 28px));margin:26px auto 54px;color:var(--kbm-mlec-text)}
.kbm-mlec-pay *{box-sizing:border-box}.kbm-mlec-pay__hero{position:relative;overflow:hidden;padding:28px;border-radius:28px;background:linear-gradient(135deg,var(--kbm-mlec-navy),var(--kbm-mlec-blue));color:#fff;box-shadow:0 24px 55px rgba(7,26,51,.2)}
.kbm-mlec-pay__hero:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;left:-85px;bottom:-130px;background:rgba(245,184,0,.22)}.kbm-mlec-pay__hero>span{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--kbm-mlec-yellow);color:#18212c;font-size:12px;font-weight:950}.kbm-mlec-pay__hero h1{margin:12px 0 4px;font-size:clamp(22px,4vw,34px);color:#fff}.kbm-mlec-pay__hero p{max-width:720px;margin:8px 0;color:rgba(255,255,255,.82);line-height:2}.kbm-mlec-pay__hero small{display:inline-flex;margin-top:8px;padding:5px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px}
.kbm-mlec-pay__form{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start;margin-top:18px}.kbm-mlec-pay__renew,.kbm-mlec-pay__free,.kbm-mlec-pay__services,.kbm-mlec-pay__summary{background:#fff;border:1px solid var(--kbm-mlec-line);border-radius:var(--kbm-mlec-radius);box-shadow:0 12px 35px rgba(15,35,65,.06)}
.kbm-mlec-pay__renew,.kbm-mlec-pay__free{grid-column:1;padding:18px;display:flex;align-items:center;gap:14px}.kbm-mlec-pay__renew div{display:grid;gap:4px;flex:1}.kbm-mlec-pay__renew strong,.kbm-mlec-pay__free strong{font-size:16px}.kbm-mlec-pay__renew span,.kbm-mlec-pay__free span{font-size:12px;color:var(--kbm-mlec-muted)}.kbm-mlec-pay__renew>b{white-space:nowrap}.kbm-mlec-pay__renew>em{font-style:normal;padding:5px 9px;border-radius:999px;background:#fff4cc;color:#7a5100;font-size:11px;font-weight:900}.kbm-mlec-pay__free{display:grid;background:#f0fdf8;border-color:#b7ead7}.kbm-mlec-pay__free strong{color:var(--kbm-mlec-green)}
.kbm-mlec-pay__services{grid-column:1;padding:18px}.kbm-mlec-pay__section-head{margin-bottom:12px}.kbm-mlec-pay__section-head h2{font-size:19px;margin:0}.kbm-mlec-pay__section-head p{margin:6px 0 0;color:var(--kbm-mlec-muted);font-size:13px}.kbm-mlec-pay__service{position:relative;display:grid;grid-template-columns:auto 42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;margin-top:10px;border:1px solid var(--kbm-mlec-line);border-radius:17px;cursor:pointer;transition:.18s ease}.kbm-mlec-pay__service:hover{border-color:#9cb2cb;transform:translateY(-1px)}.kbm-mlec-pay__service:has(input:checked){border-color:var(--kbm-mlec-yellow);box-shadow:0 0 0 4px rgba(245,184,0,.14)}.kbm-mlec-pay__service input{width:19px;height:19px;accent-color:var(--kbm-mlec-yellow)}.kbm-mlec-pay__service i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--kbm-mlec-soft);font-style:normal;font-size:22px}.kbm-mlec-pay__service span{display:grid;gap:3px}.kbm-mlec-pay__service span strong{font-size:14px}.kbm-mlec-pay__service span small{font-size:11px;color:var(--kbm-mlec-muted);line-height:1.8}.kbm-mlec-pay__service>b{font-size:13px;white-space:nowrap}.kbm-mlec-pay__service>em{position:absolute;left:12px;top:-8px;padding:3px 7px;background:var(--kbm-mlec-yellow);border-radius:999px;font-style:normal;font-size:10px;font-weight:900}.kbm-mlec-pay__service.is-locked{cursor:default;background:#fffdf5}
.kbm-mlec-pay__summary{grid-column:2;grid-row:1/span 3;position:sticky;top:90px;padding:19px}.kbm-mlec-pay__summary>div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--kbm-mlec-line)}.kbm-mlec-pay__summary>div span{font-size:13px;color:var(--kbm-mlec-muted)}.kbm-mlec-pay__summary>div strong{font-size:19px}.kbm-mlec-pay__summary p{min-height:48px;font-size:11.5px;line-height:1.9;color:var(--kbm-mlec-muted)}.kbm-mlec-pay__summary button{width:100%;min-height:50px;border:0;border-radius:15px;background:var(--kbm-mlec-yellow);color:#172033;font-weight:950;cursor:pointer}.kbm-mlec-pay__summary button:disabled{background:#dbe2ea;color:#718096;cursor:not-allowed}

.kbm-mlec-home{width:min(1240px,calc(100% - 30px));margin:18px auto 50px}.kbm-mlec-hero{border-radius:30px!important;overflow:hidden}.kbm-mlec-section{margin-top:26px;padding:22px;background:#fff;border:1px solid var(--kbm-mlec-line);border-radius:26px;box-shadow:0 12px 38px rgba(15,35,65,.055)}.kbm-mlec-section__head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 16px;margin-bottom:17px}.kbm-mlec-section__head>span{grid-column:1;color:#997300;font-size:12px;font-weight:950}.kbm-mlec-section__head h2{grid-column:1;margin:0;color:var(--kbm-mlec-text);font-size:clamp(20px,3vw,28px)}.kbm-mlec-section__head>a{grid-column:2;grid-row:1/span 2;color:var(--kbm-mlec-blue);font-weight:900;text-decoration:none}.kbm-mlec-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.kbm-mlec-categories>a{display:grid;align-content:start;gap:11px;min-height:208px;padding:18px;color:var(--kbm-mlec-text)!important;text-decoration:none;border:1px solid var(--kbm-mlec-line);border-radius:20px;background:linear-gradient(180deg,#fff,#f7f9fc);transition:.2s ease}.kbm-mlec-categories>a:hover{transform:translateY(-3px);border-color:#9fb1c5;box-shadow:0 15px 35px rgba(15,35,65,.09)}.kbm-mlec-categories i{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#fff4c7;font-style:normal;font-size:30px}.kbm-mlec-categories span{display:grid;gap:7px}.kbm-mlec-categories strong{font-size:16px}.kbm-mlec-categories small{color:var(--kbm-mlec-muted);line-height:1.8}.kbm-mlec-categories b{margin-top:auto;color:var(--kbm-mlec-blue);font-size:12px}.kbm-mlec-home-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.kbm-mlec-home-grid>.kbm-ads-recode-card{height:100%!important;align-self:stretch!important}.kbm-mlec-routes{margin-top:26px!important}

.kbm-ads-recode-card{height:100%!important;display:flex!important;flex-direction:column!important}.kbm-ads-recode-card-body{display:flex!important;flex-direction:column!important;flex:1!important}.kbm-ads-recode-card-foot{margin-top:auto!important}.kbm-ads-recode-card-price{display:inline-flex!important;align-items:baseline!important;gap:3px!important;white-space:nowrap!important}.kbm-ads-recode-card-price small{display:inline!important}.kbm-ads-recode-badge--divar{background:#dff7ee!important;color:#075f46!important;border-color:#9fddc9!important}.kbm-ads-recode-filter [data-kbm-location-map]{display:none!important}
.kbm-ad-single-recode-gallery-main{aspect-ratio:16/10!important;min-height:320px!important;max-height:620px!important;background:#eef2f7!important}.kbm-ad-single-recode-gallery-main>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.kbm-ad-single-recode-flag--divar{background:#dff7ee!important;color:#075f46!important}.kbm-ad-single-recode-commercial strong,.kbm-ad-single-recode-contact-head strong,.kbm-ad-single-recode-bottombar-price{white-space:nowrap!important}.kbm-ad-single-recode-estimate:empty{display:none!important}
.kbm-dashboard-recode-list{align-items:stretch!important}.kbm-dashboard-recode-list>.kbm-dashboard-recode-card{height:100%!important;align-self:stretch!important;grid-template-rows:1fr!important}.kbm-dashboard-recode-card-body{display:flex!important;flex-direction:column!important;height:100%!important}.kbm-dashboard-recode-actions{margin-top:auto!important}.kbm-dashboard-recode-commercial strong{white-space:nowrap!important}

@media(max-width:980px){.kbm-mlec-pay__form{grid-template-columns:1fr}.kbm-mlec-pay__renew,.kbm-mlec-pay__free,.kbm-mlec-pay__services,.kbm-mlec-pay__summary{grid-column:1}.kbm-mlec-pay__summary{grid-row:auto;position:static}.kbm-mlec-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.kbm-mlec-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.kbm-mlec-pay{width:calc(100% - 18px);margin-top:12px}.kbm-mlec-pay__hero{padding:20px;border-radius:22px}.kbm-mlec-pay__form{gap:11px;margin-top:11px}.kbm-mlec-pay__renew,.kbm-mlec-pay__free,.kbm-mlec-pay__services,.kbm-mlec-pay__summary{border-radius:18px;padding:14px}.kbm-mlec-pay__renew{display:grid;grid-template-columns:1fr auto}.kbm-mlec-pay__renew>em{grid-column:1/-1;justify-self:start}.kbm-mlec-pay__service{grid-template-columns:auto 36px minmax(0,1fr);padding:12px;gap:8px}.kbm-mlec-pay__service i{width:36px;height:36px;font-size:18px}.kbm-mlec-pay__service>b{grid-column:3;justify-self:start;color:var(--kbm-mlec-blue)}.kbm-mlec-home{width:calc(100% - 18px);margin-top:9px}.kbm-mlec-section{padding:14px;border-radius:21px;margin-top:14px}.kbm-mlec-section__head{display:block}.kbm-mlec-section__head>a{display:inline-flex;margin-top:8px}.kbm-mlec-categories{grid-template-columns:1fr 1fr;gap:8px}.kbm-mlec-categories>a{min-height:180px;padding:13px;border-radius:17px}.kbm-mlec-categories i{width:48px;height:48px;font-size:25px}.kbm-mlec-categories strong{font-size:13px}.kbm-mlec-categories small{font-size:11px}.kbm-mlec-home-grid{grid-template-columns:1fr!important}.kbm-ad-single-recode-gallery-main{min-height:230px!important;aspect-ratio:4/3!important}}
@media(max-width:390px){.kbm-mlec-categories{grid-template-columns:1fr}.kbm-mlec-categories>a{min-height:150px}}
@media(prefers-reduced-motion:reduce){.kbm-mlec-categories>a,.kbm-mlec-pay__service{transition:none!important}}

