/* Home 13 — iOS-inspired, compact app navigation layered over Home 12 detail views. */
:root { --h13-primary:#ea1b23; --h13-primary-dark:#c41219; --h13-blue:#ea1b23; --h13-red:#ff3b30; --h13-orange:#ff9500; --h13-green:#34c759; --h13-teal:#00a6a6; --h13-indigo:#5856d6; --h13-pink:#ff2d55; --h13-gray:#69707a; }
body.h13-body { background:#eef1f5; color:#111; font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter",sans-serif; }
.h13-body a:focus-visible,
.h13-body button:focus-visible,
.h13-body input:focus-visible,
.h13-body select:focus-visible,
.h13-body textarea:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(234,27,35,.22) !important;
}
.h13-body .h12-app-viewport { max-width:900px; overflow:hidden; background:radial-gradient(circle at 100% 23%,rgba(8,124,255,.07),transparent 25%),radial-gradient(circle at 0 72%,rgba(88,86,214,.055),transparent 28%),linear-gradient(155deg,#f8f9fb 0%,#edf1f6 100%); box-shadow:0 18px 60px rgba(22,32,55,.12); }
.h13-body .h12-header { margin:0 12px;border:0;border-bottom:1px solid rgba(60,60,67,.12);border-radius:0 0 18px 18px;background:rgba(255,255,255,.78); backdrop-filter:saturate(180%) blur(22px); -webkit-backdrop-filter:saturate(180%) blur(22px); box-shadow:0 5px 20px rgba(25,35,55,.055); }
.h13-body .h12-header-inner { height:66px;padding:0 16px; }
.h13-body .h12-logo-img { height:43px;max-width:200px; }
.h13-body .h12-header-actions { gap:7px; }
.h13-body .h12-icon-btn,.h13-body .h12-back-btn { width:35px;height:35px;border:0;background:rgba(118,118,128,.12);color:#087cff;box-shadow:inset 0 0 0 .5px rgba(60,60,67,.08);font-size:1rem; }
.h13-body .h12-back-btn { background:#087cff;color:#fff; }
.h13-body .h12-shell { padding:30px 28px 112px; }
.h13-body .h12-footer,.h13-body .h12-whatsapp-float { display:none; }
.h13-welcome,.h13-page-heading { display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:2px 2px 24px; }
.h13-welcome h1,.h13-page-heading h1 { margin:3px 0 4px;font-size:clamp(1.7rem,4vw,2.25rem);line-height:1.12;letter-spacing:-.045em;color:#111; }
.h13-welcome p,.h13-page-heading p { margin:0;color:#71717a;font-size:.94rem; }
.h13-page-heading { display:block; }
.h13-eyebrow { color:#e5242e;font-size:.68rem;font-weight:800;letter-spacing:.095em;text-transform:uppercase; }
.h13-trust { flex:none;padding:7px 11px;border-radius:999px;background:rgba(52,199,89,.12);color:#248a3d;font-size:.72rem;font-weight:700; }
.h13-app-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px;padding:24px 20px;margin-bottom:28px;border-radius:28px;background:rgba(255,255,255,.78);box-shadow:0 12px 34px rgba(28,39,58,.07);border:1px solid rgba(255,255,255,.9); }
.h13-app { min-width:0;text-align:center;text-decoration:none;color:#202124;font-size:.76rem;font-weight:600;line-height:1.2;transition:transform .18s ease; }
.h13-app:hover { color:#111;transform:translateY(-3px); }
.h13-app-icon { display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin:0 auto 8px;border-radius:15px;color:#fff;font-size:1.65rem;box-shadow:inset 0 1px rgba(255,255,255,.35),0 7px 14px rgba(30,40,60,.16); }
.h13-blue { background:linear-gradient(145deg,#42a5ff,#087cff); }.h13-orange { background:linear-gradient(145deg,#ffb43b,#ff8500); }.h13-red { background:linear-gradient(145deg,#ff6259,#ed1c24); }.h13-green { background:linear-gradient(145deg,#65d77c,#20a944); }.h13-teal { background:linear-gradient(145deg,#36c9c9,#008f95); }.h13-indigo { background:linear-gradient(145deg,#7775e9,#4d4bc3); }.h13-pink { background:linear-gradient(145deg,#ff6682,#e91e50); }.h13-gray { background:linear-gradient(145deg,#89919b,#59616b); }.h13-dark { background:linear-gradient(145deg,#42454b,#17181b); }
.h13-search-card { padding:19px;margin-bottom:14px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.9);box-shadow:0 9px 26px rgba(28,39,58,.07); }
.h13-search-heading { display:flex;align-items:center;gap:12px;margin-bottom:14px; }.h13-mini-icon { display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:11px;color:#fff;font-size:1.15rem; }
.h13-search-heading h2 { margin:0 0 2px;color:#111;font-size:1rem;letter-spacing:-.02em; }.h13-search-heading p { margin:0;color:#71717a;font-size:.76rem; }
.h13-search-row { position:relative;display:flex;align-items:center;padding:3px;border:1.5px solid transparent;border-radius:13px;background:#eff1f4;transition:border-color .18s ease,background .18s ease; }
.h13-search-row:focus-within { border-color:var(--h13-primary);background:#fff;box-shadow:none!important;outline:0!important; }
.h13-cnic-input { flex:1;min-width:0;height:42px;box-sizing:border-box;padding:0 52px 0 10px;border:0;outline:0;background:transparent;color:#111;font-size:.93rem;letter-spacing:.03em;box-shadow:none!important; }
.h13-body .h13-search-row .h13-cnic-input:focus,
.h13-body .h13-search-row .h13-cnic-input:focus-visible {
    outline:0!important;
    border:0!important;
    box-shadow:none!important;
}
.h13-body .h13-search-row button:focus,
.h13-body .h13-search-row button:focus-visible {
    outline:0!important;
    box-shadow:none!important;
}
.h13-search-row>span { position:absolute;right:52px;color:#8e8e93;font-size:.65rem;pointer-events:none; }
.h13-search-row button { flex:0 0 38px;width:38px;height:38px;margin-left:4px;border:0;border-radius:10px;background:#087cff;color:#fff;font-size:1rem; }
.h13-error { display:none;margin:6px 0 0;color:#ff3b30;font-size:.75rem;font-weight:600; }.h13-text-button { margin-top:11px;padding:0;border:0;background:none;color:#087cff;font-size:.78rem;font-weight:600; }
.h13-wide-action,.h13-service-list>a { display:flex;align-items:center;gap:12px;padding:13px 15px;background:rgba(255,255,255,.92);color:#111;text-decoration:none; }
.h13-wide-action { border-radius:18px;box-shadow:0 7px 22px rgba(28,39,58,.06); }.h13-wide-action>span:nth-child(2),.h13-service-list>a>span:nth-child(2) { flex:1;display:flex;flex-direction:column; }.h13-wide-action strong,.h13-service-list strong { font-size:.86rem; }.h13-wide-action small,.h13-service-list small { margin-top:2px;color:#7a7a80;font-size:.71rem; }.h13-wide-action>i,.h13-service-list>a>i { color:#b4b4b8;font-size:.76rem; }
.h13-service-list { overflow:hidden;margin-bottom:16px;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(28,39,58,.07); }.h13-service-list>a { border-bottom:1px solid #ececf0;transition:background .18s; }.h13-service-list>a:last-child { border-bottom:0; }.h13-service-list>a:hover { background:#f6f7f9; }
.h13-body .h12-bottom-nav { left:50%;right:auto;bottom:12px;width:min(calc(100% - 24px),860px);height:68px;padding:5px 7px calc(5px + env(safe-area-inset-bottom));transform:translateX(-50%);border:1px solid rgba(255,255,255,.88);border-radius:22px;background:rgba(250,250,252,.84);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);box-shadow:0 10px 35px rgba(25,35,55,.18),inset 0 0 0 .5px rgba(60,60,67,.08);overflow:hidden; }
.h13-body .h12-bottom-item { height:58px;padding:4px 0 2px;border-radius:16px;color:#8e8e93;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif;font-size:.58rem;font-weight:600;gap:2px; }
.h13-body .h12-bottom-item i { display:flex;align-items:center;justify-content:center;width:30px;height:28px;border-radius:9px;font-size:1.12rem; }
.h13-body .h12-bottom-item.active { color:#087cff;background:rgba(8,124,255,.075); }.h13-body .h12-bottom-item.active i { color:#fff;background:#087cff;box-shadow:0 4px 10px rgba(8,124,255,.24);transform:none; }
.h13-body .h12-bottom-item.active::before { display:none; }.h13-body .h12-bottom-item-orange,.h13-body .h12-bottom-item-crimson { color:#8e8e93!important; }.h13-body .h12-bottom-item-orange:hover,.h13-body .h12-bottom-item-crimson:hover { color:#087cff!important;background:rgba(8,124,255,.06); }
@media(max-width:600px){ .h13-body .h12-app-viewport{padding-bottom:0}.h13-body .h12-shell{padding:24px 15px 108px}.h13-body .h12-header{margin:0 8px;border-radius:0 0 16px 16px}.h13-body .h12-header-inner{height:58px;padding:0 10px}.h13-body .h12-logo-img{height:36px;max-width:164px}.h13-body .h12-icon-btn,.h13-body .h12-back-btn{width:32px;height:32px}.h13-app-grid{gap:22px 8px;padding:22px 10px}.h13-app-icon{width:56px;height:56px;border-radius:14px;font-size:1.5rem}.h13-app{font-size:.69rem}.h13-welcome{margin-bottom:20px}.h13-welcome h1{font-size:1.58rem}.h13-trust{display:none}.h13-body .h12-bottom-nav{bottom:8px;width:calc(100% - 16px);height:66px;border-radius:20px}.h13-body .h12-bottom-item{height:56px} }
.h13-group { margin-bottom:16px;overflow:hidden;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 8px 25px rgba(28,39,58,.06); }
.h13-group h2 { margin:0;padding:15px 16px 8px;color:#777;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em; }
.h13-steps>div,.h13-link-list>div,.h13-check-list>div { display:flex;align-items:center;gap:12px;min-height:54px;padding:12px 15px;border-bottom:1px solid #ececf0; }.h13-group>div:last-child{border-bottom:0}.h13-steps b{display:flex;align-items:center;justify-content:center;flex:0 0 30px;height:30px;border-radius:50%;background:#087cff;color:#fff;font-size:.78rem}.h13-steps span,.h13-link-list span{display:flex;flex-direction:column}.h13-steps strong,.h13-link-list strong{font-size:.86rem}.h13-steps small,.h13-link-list small{margin-top:2px;color:#777;font-size:.73rem}.h13-link-list>div>i{width:30px;color:#087cff;text-align:center;font-size:1.15rem}.h13-check-list i{color:#34c759}.h13-check-list span{font-size:.82rem}
.h13-primary-action { display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:49px;margin-top:14px;border-radius:14px;background:#087cff;color:#fff!important;text-decoration:none;font-size:.88rem;font-weight:700;box-shadow:0 8px 18px rgba(8,124,255,.22); }
.h13-profile-card { display:flex;align-items:center;gap:16px;padding:19px;margin-bottom:16px;border-radius:22px;background:#fff;box-shadow:0 9px 25px rgba(28,39,58,.07) }.h13-profile-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 66px;height:66px;border-radius:50%;background:linear-gradient(145deg,#7775e9,#4d4bc3);color:#fff;font-size:1.2rem;font-weight:700}.h13-profile-card h2{margin:3px 0;font-size:1.05rem}.h13-profile-card p{margin:0;color:#777;font-size:.75rem}.h13-verified{color:#5856d6;font-size:.68rem;font-weight:700;text-transform:uppercase}
.h13-faq{overflow:hidden;margin-bottom:16px;border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(28,39,58,.06)}.h13-faq details{border-bottom:1px solid #ececf0}.h13-faq details:last-child{border-bottom:0}.h13-faq summary{display:flex;justify-content:space-between;gap:12px;padding:16px;cursor:pointer;list-style:none;font-size:.84rem;font-weight:650}.h13-faq summary::-webkit-details-marker{display:none}.h13-faq details[open] summary i{transform:rotate(180deg)}.h13-faq p{margin:0;padding:0 16px 16px;color:#68686e;font-size:.78rem;line-height:1.5}
.h13-segment{display:flex;padding:3px;margin:-8px 0 16px;border-radius:11px;background:#e2e4e8}.h13-segment a{flex:1;padding:7px 3px;border-radius:8px;color:#68686e;text-align:center;text-decoration:none;font-size:.68rem;font-weight:650}.h13-segment a.active{background:#fff;color:#111;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.h13-service-hero{display:flex;align-items:center;gap:17px;margin-bottom:22px}.h13-service-hero .h13-app-icon{flex:0 0 62px;margin:0}.h13-service-hero h1{margin:2px 0 4px;color:#111;font-size:1.35rem;letter-spacing:-.035em}.h13-service-hero p{margin:0;color:#777;font-size:.77rem}.h13-service-search{padding:17px;margin-bottom:14px;border-radius:18px;background:#fff;box-shadow:0 7px 22px rgba(28,39,58,.06)}.h13-service-search label{display:block;margin-bottom:7px;font-size:.74rem;font-weight:700}.h13-service-search>div{display:flex;gap:8px}.h13-service-search input{flex:1;min-width:0;padding:11px 12px;border:0;border-radius:11px;background:#eff1f4;outline:0}.h13-service-search button{width:43px;border:0;border-radius:11px;background:#087cff;color:#fff}
.h13-contact-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.h13-contact-shortcuts a{display:flex;align-items:center;gap:10px;padding:12px;border-radius:16px;background:#fff;color:#111;text-decoration:none;font-size:.8rem;font-weight:650;box-shadow:0 6px 18px rgba(28,39,58,.05)}
.h13-form{display:flex;flex-direction:column;gap:13px;padding:18px;border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(28,39,58,.06)}.h13-form label{color:#3d3d42;font-size:.73rem;font-weight:650}.h13-form label small{float:right;color:#929298;font-weight:500}.h13-form input,.h13-form select,.h13-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:11px 12px;border:0;border-radius:11px;background:#eff1f4;color:#111;font:inherit;font-size:.84rem;outline:0}.h13-form input:focus,.h13-form select:focus,.h13-form textarea:focus{box-shadow:0 0 0 2px #087cff}.h13-form button,.h13-success button{min-height:46px;border:0;border-radius:12px;background:#087cff;color:#fff;font-size:.85rem;font-weight:700}.h13-form-message{display:none;margin:0;font-size:.76rem}.h13-form-message.success,.h13-form-message.error{display:block}.h13-form-message.success{color:#248a3d}.h13-form-message.error{color:#d70015}
.h13-success{display:none;padding:30px 20px;border-radius:22px;background:#fff;text-align:center;box-shadow:0 8px 25px rgba(28,39,58,.06)}.h13-success .h13-app-icon{margin:0 auto 12px}.h13-success h2{margin:0 0 5px;font-size:1.1rem}.h13-success p{margin:0 0 16px;color:#777;font-size:.8rem}.h13-success button{padding:0 18px}

/* Employee Verifier brand treatment: primary interaction is consistently red. */
.h13-body .h12-app-viewport { background:radial-gradient(circle at 100% 23%,rgba(234,27,35,.065),transparent 25%),radial-gradient(circle at 0 72%,rgba(196,18,25,.045),transparent 28%),linear-gradient(155deg,#faf9fa 0%,#f1f2f5 100%); }
.h13-body .h12-icon-btn { color:var(--h13-primary); }
.h13-body .h12-back-btn { background:var(--h13-primary);color:#fff; }
.h13-blue { background:linear-gradient(145deg,#ff555c,var(--h13-primary)); }
.h13-search-row button,.h13-service-search button,.h13-primary-action,.h13-form button,.h13-success button { background:linear-gradient(145deg,#f23b43,var(--h13-primary-dark)); }
.h13-primary-action { box-shadow:0 8px 18px rgba(234,27,35,.2); }
.h13-text-button,.h13-link-list>div>i { color:var(--h13-primary); }
.h13-steps b { background:var(--h13-primary); }
.h13-form input:focus,.h13-form select:focus,.h13-form textarea:focus { box-shadow:0 0 0 2px rgba(234,27,35,.8); }
.h13-body .h12-bottom-item.active { color:var(--h13-primary);background:rgba(234,27,35,.075); }
.h13-body .h12-bottom-item.active i { background:var(--h13-primary);box-shadow:0 4px 10px rgba(234,27,35,.24); }
.h13-body .h12-bottom-item-orange:hover,.h13-body .h12-bottom-item-crimson:hover { color:var(--h13-primary)!important;background:rgba(234,27,35,.06); }

/* Sub-pages use one focused brand palette; the app launcher remains multicolour. */
.h13-subpage .h13-page-heading { padding-left:13px;border-left:4px solid var(--h13-primary); }
.h13-subpage .h13-mini-icon:not(.h13-green),
.h13-subpage .h13-service-hero .h13-app-icon,
.h13-subpage .h13-profile-avatar {
    background:linear-gradient(145deg,#ff555c,var(--h13-primary-dark));
}
.h13-subpage .h13-verified,
.h13-subpage .h13-segment a.active { color:var(--h13-primary); }
.h13-subpage .h13-segment a.active { box-shadow:inset 0 -2px var(--h13-primary),0 2px 7px rgba(0,0,0,.1); }
.h13-subpage .h13-check-list i { color:var(--h13-primary); }
.h13-team-list>a { display:flex;align-items:center;gap:11px;min-height:58px;padding:10px 14px;border-bottom:1px solid #ececf0;color:#111;text-decoration:none; }
.h13-team-list>a:last-child { border-bottom:0; }.h13-team-list>a>span:nth-child(2) { flex:1;min-width:0;display:flex;flex-direction:column; }
.h13-team-list strong,.h13-team-list small { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }.h13-team-list strong { font-size:.82rem; }.h13-team-list small { margin-top:2px;color:#777;font-size:.69rem; }.h13-team-list>a>i { color:#b4b4b8;font-size:.72rem; }
.h13-team-avatar { display:flex;align-items:center;justify-content:center;flex:0 0 38px;height:38px;border-radius:50%;background:linear-gradient(145deg,#ff555c,var(--h13-primary-dark));color:#fff;font-size:.68rem;font-weight:800; }
.h13-profile-link { color:#111;text-decoration:none; }.h13-profile-link>div { flex:1;min-width:0; }.h13-profile-link>i { color:#b4b4b8;font-size:.75rem; }
.h13-member-hero { display:flex;flex-direction:column;align-items:center;padding:25px 18px;margin-bottom:16px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 9px 25px rgba(28,39,58,.07); }.h13-member-avatar { display:flex;align-items:center;justify-content:center;width:78px;height:78px;margin-bottom:12px;border-radius:50%;background:linear-gradient(145deg,#ff555c,var(--h13-primary-dark));color:#fff;font-size:1.3rem;font-weight:800;box-shadow:0 8px 18px rgba(234,27,35,.2); }.h13-member-hero h1 { margin:5px 0 2px;color:#111;font-size:1.25rem; }.h13-member-hero p { margin:0;color:#444;font-size:.8rem;font-weight:650; }.h13-member-hero small { margin-top:5px;color:#777;font-size:.72rem; }
.h13-secondary-action { display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;margin-top:10px;border-radius:14px;background:#e5e5ea;color:#3a3a3c;text-decoration:none;font-size:.82rem;font-weight:700; }

/* Advanced Search as an iOS-style modal sheet. */
.h13-body #h12DrawerBackdrop { background:rgba(20,22,28,.38);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px); }
.h13-body #h12DrawerPanel { top:auto;right:auto;bottom:0;left:50%;width:min(100%,620px);max-width:620px;height:min(88dvh,760px);border-radius:26px 26px 0 0;background:#f2f2f7;box-shadow:0 -18px 55px rgba(0,0,0,.2);transform:translate(-50%,105%);transition:transform .38s cubic-bezier(.32,.72,0,1);overflow:hidden; }
.h13-body #h12DrawerPanel.show { transform:translate(-50%,0)!important; }
.h13-body #h12DrawerPanel::before { content:"";position:absolute;z-index:4;top:8px;left:50%;width:38px;height:5px;transform:translateX(-50%);border-radius:999px;background:#c7c7cc; }
.h13-body #h12DrawerPanel .h12-drawer-header { min-height:66px;box-sizing:border-box;padding:20px 18px 10px;background:rgba(242,242,247,.92);border:0;border-bottom:1px solid rgba(60,60,67,.12); }
.h13-body #h12DrawerPanel .h12-drawer-title { color:#111!important;font-size:1.08rem;letter-spacing:-.025em; }
.h13-body #h12DrawerPanel .h12-drawer-title i { display:none; }
.h13-body #h12DrawerPanel .h12-drawer-close { width:32px;height:32px;background:#dedee3;color:#666;border-radius:50%;font-size:.85rem; }
.h13-body #h12DrawerPanel .h12-drawer-body { padding:16px 18px 24px; }
.h13-body #h12DrawerPanel .h12-drawer-body>p { margin:0 2px 18px!important;color:#6e6e73!important;font-size:.78rem!important; }
.h13-body #h12DrawerPanel .h12-form-group { margin-bottom:13px; }
.h13-body #h12DrawerPanel .h12-form-label { margin:0 3px 6px;color:#3a3a3c;font-size:.73rem;font-weight:650; }
.h13-body #h12DrawerPanel .h12-form-label i { display:none; }
.h13-body #h12DrawerPanel .h12-form-control { height:48px;padding:0 14px;border:0;border-radius:12px;background:#fff;color:#111;font-size:.84rem;box-shadow:inset 0 0 0 .5px rgba(60,60,67,.14); }
.h13-body #h12DrawerPanel .h12-form-control:focus { box-shadow:0 0 0 3px rgba(234,27,35,.18)!important; }
.h13-body #h12DrawerPanel .h12-drawer-footer { gap:10px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));background:rgba(249,249,251,.9);border-top:1px solid rgba(60,60,67,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px); }
.h13-body #h12DrawerPanel .h12-drawer-footer button { min-height:46px!important;border:0!important;border-radius:13px!important;font-size:.82rem!important;box-shadow:none!important; }
.h13-body #h12DrawerPanel .h12-drawer-footer button:first-child { flex:0 0 92px;background:#e5e5ea!important;color:#3a3a3c!important; }
.h13-body #h12DrawerPanel .h12-drawer-footer button:last-child { background:linear-gradient(145deg,#f23b43,var(--h13-primary-dark))!important;color:#fff!important; }
@media(min-width:769px){.h13-body #h12DrawerPanel{bottom:18px;border-radius:26px}.h13-body #h12DrawerPanel.show{transform:translate(-50%,0)!important}}

/* Shared verification results rendered inside the Home13 app shell. */
.h13-body .h13-results { min-height:auto!important;padding:4px 0 28px!important;background:transparent!important; }
.h13-body .h13-results>.container { max-width:none;padding:0!important; }
.h13-body .h13-results .evs-sr-search { padding:16px!important;border:0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 25px rgba(28,39,58,.065)!important; }
.h13-body .h13-results .evs-sr-search__field { padding:3px!important;border:1.5px solid transparent!important;border-radius:13px!important;background:#eff1f4!important;box-shadow:none!important; }
.h13-body .h13-results .evs-sr-search__field:focus-within { border-color:var(--h13-primary)!important;background:#fff!important; }
.h13-body .h13-results .evs-sr-search__field input { border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important; }
.h13-body .h13-results .evs-sr-search__field button,.h13-body .h13-results .evs-sr-btn--primary { border-radius:10px!important;background:linear-gradient(145deg,#f23b43,var(--h13-primary-dark))!important;box-shadow:none!important; }
.h13-body .h13-results .evs-sr-adv-toggle { color:var(--h13-primary)!important; }
.h13-body .h13-results .evs-sr-heading { margin:22px 2px 14px!important;text-align:left!important; }
.h13-body .h13-results .evs-sr-heading h1 { margin:0!important;color:#111!important;font-size:1.55rem!important;letter-spacing:-.04em!important; }
.h13-body .h13-results .evs-sr-heading h1 span { color:var(--h13-primary)!important; }
.h13-body .h13-results .evs-sr-panel,.h13-body .h13-results .evs-emp-selector { border:0!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 25px rgba(28,39,58,.065)!important; }
.h13-body .h13-results .evs-sr-legal { margin-top:18px!important;border-radius:20px!important;background:#fff!important;color:#111!important;overflow:hidden!important;box-shadow:0 8px 25px rgba(28,39,58,.065)!important; }
.h13-body .h13-results .h13-result-legal { display:none!important; }
