.smart-lookup-field {
  position: relative;
}

.smart-lookup-results {
  position: absolute;
  z-index: 160;
  top: 100%;
  right: 0;
  left: 0;
  max-height: min(320px, 45vh);
  margin-top: 2px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #9db4bd;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgb(20 54 66 / 18%);
}

.smart-lookup-results[hidden],
.membership-renewal-fields[hidden] {
  display: none !important;
}

.smart-lookup-option {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  color: #153746;
  font: inherit;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dbe6ea;
  border-radius: 0;
  cursor: pointer;
}

.smart-lookup-option:last-child {
  border-bottom: 0;
}

.smart-lookup-option:hover,
.smart-lookup-option:focus-visible {
  color: #073f46;
  background: #e8f5f3;
  outline: 2px solid #008d87;
  outline-offset: -2px;
}

.smart-lookup-empty {
  padding: 10px;
  color: #526b75;
  line-height: 1.35;
}

.membership-renewal-fields {
  padding: 12px;
  background: #f3faf8;
  border: 1px solid #9ed2c7;
  border-radius: 6px;
}

.post-save-actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cbd9de;
}

.post-save-actions .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
