.np-finder { border-top: 3px solid #e3262e; border-bottom: 1px solid var(--np-line); padding: 24px 0; margin-top: 24px; scroll-margin-top: 90px; }
.np-finder .np-finder-coverage { color: var(--np-muted); font-size: 13px; margin-top: 8px; }
.np-finder-form { display: flex; align-items: end; gap: 12px; margin: 20px 0 12px; max-width: 620px; }
.np-finder-form label { flex: 1; min-width: 0; font-size: 14px; font-weight: 500; }
.np-finder-form input { display: block; width: 100%; margin-top: 6px; }
.np-finder-form button { height: 46px; border: 0; border-radius: 4px; background: #c52228; color: #fff; padding: 0 18px; font-size: 14px; font-weight: 600; }
.np-finder-form button:hover { background: #a8171d; }
.np-finder-form button i { margin-right: 6px; }
.np-city-menu { position: relative; z-index: 2; max-width: 620px; max-height: 460px; overflow-y: auto; margin-top: -6px; border: 1px solid var(--np-line); background: var(--np-bg); }
.np-finder-selected { margin: 20px 0 12px; color: var(--np-muted); font-size: 16px; }
.np-city-group { position: relative; border-bottom: 1px solid var(--np-line); }
.np-city-option, .np-city-toggle { min-height: 46px; border: 0; background: transparent; color: var(--np-text); font: inherit; font-size: 16px; text-align: left; cursor: pointer; }
.np-city-option { display: block; width: 100%; padding: 10px 44px 10px 12px; }
.np-city-option:hover, .np-city-option:focus-visible, .np-city-toggle:hover { background: var(--np-row); }
.np-city-root { font-weight: 600; }
.np-city-toggle { position: absolute; top: 0; right: 0; width: 46px; font-size: 22px; text-align: center; }
.np-city-children { border-top: 1px solid var(--np-line); padding-left: 16px; background: var(--np-row); }
.np-city-children .np-city-option { font-weight: 400; }
.np-finder .np-finder-status { color: var(--np-muted); font-size: 14px; line-height: 1.5; }
.np-finder .np-finder-official { margin-top: 12px; font-size: 14px; }
.np-finder .np-branches { border: 0; margin: 0; padding-bottom: 0; }
.np-finder h3 { font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--np-text); margin: 0; overflow-wrap: anywhere; letter-spacing: 0; }
@media(max-width: 359px) { .np-finder-form { flex-wrap: wrap; } .np-finder-form label { flex-basis: 100%; } }
