.u-flow > * + * {
  margin-top: var(--u-flow-space, 1rem);
}

.u-text-muted {
  color: var(--es-text-faint) !important;
}

.u-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

@media (max-width: 720px) {
  .u-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 721px) {
  .u-hide-desktop {
    display: none !important;
  }
}
