/* Famyro Area Guide — small utilities v1.0 */
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-text-center {
  text-align: center !important;
}

.u-full-width {
  width: 100% !important;
}

.u-no-scroll {
  overflow: hidden !important;
}

.u-margin-top-0 {
  margin-top: 0 !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
