/* v61: avoid covering the quote form with the desktop WhatsApp shortcut. */
@media (min-width: 821px) {
  .contact-shortcuts.v61-form-in-view {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
  }
}
