/* ХЭНГРИ menu patch UI */

#auth-vk,
.btn-social-vk {
  display: none !important;
}

.hx-spice {
  margin: 14px 0 10px;
}

.hx-spice__label {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.hx-spice__row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hx-spice__btn {
  appearance: none;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.hx-spice__btn.is-on {
  border-color: #ff1d8e;
  background: rgba(255, 29, 142, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 29, 142, 0.25);
  transform: translateY(-1px);
}

.hx-spice__btn:focus-visible {
  outline: 2px solid #ff1d8e;
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .hx-spice__btn {
    padding: 12px 14px;
  }
}
