.woocommerce form .form-row.dcg-autocomplete-host {
  position: relative;
}

.dcg-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid #d7dde4;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.dcg-autocomplete-list {
  max-height: 280px;
  overflow-y: auto;
}

.dcg-autocomplete-item {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  background: #ffffff;
  color: #111827;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.dcg-autocomplete-item:last-child {
  border-bottom: 0;
}

.dcg-autocomplete-item:hover,
.dcg-autocomplete-item:focus,
.dcg-autocomplete-item.is-active {
  background: #f3f4f6;
  color: #111827;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.dcg-autocomplete-main,
.dcg-autocomplete-secondary {
  display: block;
}

.dcg-autocomplete-main {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: inherit;
}

.dcg-autocomplete-secondary {
  margin-top: 4px;
  color: #5b6677;
  font-size: 12px;
  line-height: 1.4;
}

.dcg-autocomplete-item:hover .dcg-autocomplete-secondary,
.dcg-autocomplete-item:focus .dcg-autocomplete-secondary,
.dcg-autocomplete-item.is-active .dcg-autocomplete-secondary {
  color: #4b5563;
}

.dcg-autocomplete-empty {
  padding: 14px;
  color: #5b6677;
  font-size: 13px;
}

.dcg-autocomplete-footer {
  padding: 8px 14px 10px;
  border-top: 1px solid #edf1f5;
  color: #5b6677;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.02em;
}
