.custom-search-form{display:flex;align-items:center;overflow:hidden;max-width:600px;margin:0 auto;flex-wrap:wrap;gap:12px;min-height:60px}.search-input{flex-grow:1;min-width:200px}.search-input input{width:100%;padding:12px 16px;border:none;outline:none;box-sizing:border-box}.search-post-type{border-left:1px solid #e0e0e0;padding:0 10px;white-space:nowrap}.search-post-type-select{border:none;background:0 0;outline:none;padding:12px 0}.search-submit{padding:12px 20px;border:none;cursor:pointer;transition:background .3s;height:60px}@media (max-width:600px){.search-post-type{border-left:none;border-top:1px solid #e0e0e0;width:100%;margin-top:8px}.search-submit{margin-top:8px;width:100%}}