/* [project]/src/components/published/Center.module.css [app-client] (css) */
.Center-module__fFbHhq__root {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* [project]/src/components/published/status/PublishedError.module.css [app-client] (css) */
.PublishedError-module__REpXwG__root {
  min-height: 100dvh;
}

.PublishedError-module__REpXwG__content {
  text-align: center;
  width: 90%;
  padding: 60px 6%;
}

.PublishedError-module__REpXwG__iconWrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.PublishedError-module__REpXwG__title {
  color: var(--x-color-text);
  font-size: 24px;
  font-weight: normal;
}

.PublishedError-module__REpXwG__iconWrapper + .PublishedError-module__REpXwG__title {
  margin-top: 32px;
}

.PublishedError-module__REpXwG__description {
  color: var(--x-color-text-tertiary);
  margin-top: 4px;
  font-size: 14px;
}

.PublishedError-module__REpXwG__description a {
  color: var(--x-color-link);
  text-decoration: none;
}

.PublishedError-module__REpXwG__techInfo {
  color: var(--x-color-text-tertiary);
  margin-top: 2px;
  font-size: 12px;
}

/*# sourceMappingURL=src_components_published_0hunjgw._.css.map*/