.content-search{background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:12px;width:100%;min-height:56px;padding:0 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px -2px #0000000d}.content-search:hover{border-color:#cbd5e1;box-shadow:0 6px 16px -4px #00000014}.content-search:focus-within{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 4px #2563eb1a}.content-search-icon{color:#64748b;transition:color .3s}.content-search:focus-within .content-search-icon{color:var(--brand-primary)}.content-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:1rem;font-weight:500}.content-search-input::placeholder{color:var(--text-muted);font-weight:400}
