/* H2B V53 — suggestions intelligentes dans les recherches adhérents */
.h2b-smart-search-shell{position:relative;display:block;width:100%;min-width:0;flex:1 1 260px;z-index:22}
.h2b-smart-search-shell>.search,.h2b-smart-search-shell>input{width:100%;box-sizing:border-box}
.h2b-smart-member-suggestions{position:absolute;z-index:999;left:0;right:0;top:calc(100% + 6px);max-height:min(380px,52vh);overflow:auto;padding:6px;background:rgba(8,15,23,.985);border:1px solid rgba(72,166,255,.46);border-radius:14px;box-shadow:0 18px 44px rgba(0,0,0,.55),0 0 24px rgba(32,140,255,.10);backdrop-filter:blur(14px)}
.h2b-smart-member-suggestions.hidden{display:none!important}
.h2b-smart-member-option{width:100%;display:flex;align-items:center;gap:11px;text-align:left;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:#fff;padding:10px 9px;cursor:pointer;border-radius:9px}
.h2b-smart-member-option:last-child{border-bottom:0}
.h2b-smart-member-option:hover,.h2b-smart-member-option:focus-visible{background:rgba(43,145,255,.15);outline:none}
.h2b-smart-member-avatar{width:36px;height:36px;flex:0 0 36px;border-radius:10px;display:grid;place-items:center;font-weight:900;font-size:12px;background:linear-gradient(145deg,rgba(25,126,238,.28),rgba(120,55,220,.22));border:1px solid rgba(80,168,255,.35)}
.h2b-smart-member-copy{display:flex;flex-direction:column;min-width:0;gap:2px}
.h2b-smart-member-copy strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h2b-smart-member-copy small{font-size:11px;color:#9fb2c7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:760px){.h2b-smart-member-suggestions{max-height:44vh}.h2b-smart-member-option{padding:12px 10px}.h2b-smart-member-avatar{width:40px;height:40px;flex-basis:40px}}
