.beautyhub-pin-hint {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #71717a;
  line-height: 1.4;
}

.beautyhub-pin-boxes {
  display: flex;
  gap: 0.6rem;
}

.beautyhub-pin-box {
  flex: 1;
  height: 3.4rem;
  border: 1px solid #e4e4e7;
  border-radius: 1rem;
  background: #f4f4f5;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
}

.beautyhub-pin-box:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.woocommerce-form-login .beautyhub-pin-native,
form.login .beautyhub-pin-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}
