.company-lookup { position: relative; }
.company-options { position: absolute; inset: 100% 0 auto; z-index: 10; margin: 0; padding: 0; list-style: none; }
.company-options { max-height: 280px; overflow-y: auto; background: #fff; border: 1px solid #e6e6e6; color: #000; }
.company-options li { padding: 10px 12px; border-bottom: 1px solid #e6e6e6; cursor: pointer; }
.company-options strong, .company-options span { display: block; overflow-wrap: anywhere; }
.company-options strong { font-weight: 400; }
.company-options span { color: #8c8c8c; font-size: 12px; }
.company-options [aria-selected="true"], .company-options li:hover { border-left: 2px solid #284ADF; padding-left: 10px; }
.company-options [aria-selected="true"] strong { color: #284ADF; }
