.vaelo-space {
  width: 100% !important;
  height: var(--vaelo-space-height-desktop, 80px) !important;
  background: var(--vaelo-space-bg, #ffffff) !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 749px) {
  .vaelo-space {
    height: var(--vaelo-space-height-mobile, 48px) !important;
  }
}
