.company-search { position: relative; }
.company-picker { position: absolute; z-index: 20; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid #dfe3ec; border-radius: 7px; box-shadow: 0 9px 22px #1822361c; max-height: 206px; overflow-y: auto; }
.company-picker button { display: block; width: 100%; text-align: left; border: 0; background: #fff; padding: 10px 11px; cursor: pointer; }
.company-picker button:hover { background: #f3f1ff; }
.company-picker strong, .company-picker small { display: block; }
.company-picker strong { color: #273244; font-size: 11px; }
.company-picker small { color: #8490a0; font-size: 10px; margin-top: 3px; }
.company-picker .no-results { color: #8490a0; font-size: 11px; padding: 11px; }
