.cohost-organization-search { position: relative; width: 100%; }
.cohost-organization-search > input {
  display: block;
  margin-bottom: 0 !important;
}
.cohost-organization-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border: var(--border, 3px) solid var(--ink, #101010);
  border-radius: 18px;
  box-shadow: var(--shadow, 6px 6px 0 #101010);
  padding: 6px;
  max-height: 180px;
  overflow: auto;
}
.cohost-organization-results[hidden] { display: none; }
.cohost-organization-results [role="option"] {
  display: block;
  width: 100%;
  padding: 4px 8px;
  border-radius: 12px;
  color: #1e4496;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  white-space: normal;
}
.cohost-organization-results [role="option"]:hover,
.cohost-organization-results [role="option"]:focus {
  background: var(--ice, #dfe7ff);
  outline: none;
}
.cohost-organization-note { display: block; margin-top: 6px; font-size: 13px; line-height: 1.4; }
.cohost-organization-note:empty { display: none; }
