/* Utilities */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--wp--preset--color--text);
  background: var(--wp--preset--color--base);
  box-shadow: var(--shadow-soft);
  white-space: normal;
}

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

.u-text-muted {
  color: var(--wp--preset--color--muted) !important;
}

.u-mt-lg {
  margin-top: var(--wp--preset--spacing--lg) !important;
}

.u-mb-lg {
  margin-bottom: var(--wp--preset--spacing--lg) !important;
}

.u-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}
