.hk-header-enquiry {
  align-items: center;
  background: transparent;
  border: 1px solid #d5d8dc;
  border-radius: 6px;
  color: #111827;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 9px;
  letter-spacing: 0;
  line-height: 1;
  min-height: 44px;
  padding: 8px 13px;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
  white-space: nowrap;
}

.hk-header-enquiry:hover,
.hk-header-enquiry:focus-visible {
  background: transparent;
  border-color: #8d99a8;
  color: #005eb8;
}

.hk-header-enquiry__count {
  align-items: center;
  background: #f1f3f5;
  border-radius: 3px;
  display: inline-flex;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 5px;
}

.hk-header-enquiry__arrow {
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 767px) {
  .hk-header-enquiry {
    min-height: 40px;
    padding: 7px 10px;
  }
}
