/* Used to hide the help tips in the QRCARD edit form */
#qrcard-edit-with-code-form #edit-message-format {
  display: none;
}

#footer {
  padding: 0px;
}

.shop-catalog .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  grid-gap: 1em;
}
