/* Pilot tweaks on top of prod theme CSS */
.hidden-xs {
  display: block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.horeca-footer-vmenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horeca-footer-vmenu__list a {
  color: var(--horeca-yellow);
  text-decoration: underline;
}

.horeca-footer__widget p {
  margin: 0 0 0.5rem;
}

.horeca-hub-catalog__viewport .horeca-order__text {
  margin-top: 1rem;
  text-align: center;
}

.horeca-intro__prose h2 {
  font-size: 20px;
  line-height: 1.35;
  margin: 1.25rem 0 0.65rem;
  color: var(--hc-text, #000);
}

.horeca-intro__prose p {
  margin: 0 0 0.65rem;
}

.horeca-intro__prose a {
  color: var(--hc-text, #000);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--hc-accent, #f2e34c);
}
