.team-search-form{max-width:400px;margin:2rem auto;position:relative;width:100%}#team-search{width:100%;max-width:100%;padding:.6rem 1rem;border-radius:8px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box;display:block}.team-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;max-height:300px;overflow-y:auto;z-index:100;margin-top:4px;list-style:none;padding:0}.team-option{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;color:#000}.team-option img{width:28px;height:28px;object-fit:contain;border:1px solid #eee;background:#fff;border-radius:4px}.team-option:hover{background:#0070f3;color:#fff}#search-feedback{color:#000}#search-feedback a{text-decoration:underline;color:#007bff}.hidden-results{display:none!important}