/* Portalheld-Suche — bewusst schlicht, erbt die Theme-Farben ueber currentColor. */
.ph-search{position:relative;max-width:520px}
.ph-search-form{display:flex;gap:8px;position:relative}
.ph-search-input{flex:1;min-width:0;padding:11px 14px;border:1.5px solid #dfe4ec;border-radius:8px;
  font-size:16px;font-family:inherit;background:#fff;color:#14212f}
.ph-search-input:focus{outline:none;border-color:#1D3051;box-shadow:0 0 0 3px rgba(29,48,81,.12)}
.ph-search-btn{flex:0 0 auto;min-height:44px;padding:0 18px;border:0;border-radius:8px;cursor:pointer;
  background:#1D3051;color:#fff;font-weight:700;font-size:15px;font-family:inherit}
.ph-search-btn:hover{filter:brightness(1.12)}
.ph-search-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:60;margin:0;padding:6px;
  list-style:none;background:#fff;border:1px solid #dfe4ec;border-radius:10px;
  box-shadow:0 12px 30px rgba(29,48,81,.16);max-height:320px;overflow-y:auto}
.ph-search-list li{margin:0}
.ph-search-list a{display:block;padding:10px 12px;border-radius:7px;color:#14212f;text-decoration:none;
  font-size:14.5px;line-height:1.4}
.ph-search-list a:hover,.ph-search-list li.is-on a{background:#f4f6fa;color:#1D3051}
.ph-search-empty{padding:10px 12px;color:#55627a;font-size:14px}
@media(max-width:520px){.ph-search-form{flex-direction:column}.ph-search-btn{width:100%}}
