/* [project]/src/app/not-found.module.css [app-client] (css) */
.not-found-module__HS70Aa__root {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: var(--space-32-px);
  padding-bottom: var(--space-24-px);
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

.not-found-module__HS70Aa__root > svg {
  width: 120px;
  height: 120px;
  fill: var(--semantic-warning-50);
  flex-shrink: 0;
}

.not-found-module__HS70Aa__root > .not-found-module__HS70Aa__body {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.not-found-module__HS70Aa__actions {
  align-items: center;
  gap: var(--space-16-px);
  flex-direction: column;
  display: flex;
}

@media (min-width: 768px) {
  .not-found-module__HS70Aa__root {
    text-align: left;
    flex-direction: row;
  }

  .not-found-module__HS70Aa__root > .not-found-module__HS70Aa__body {
    align-items: stretch;
  }

  .not-found-module__HS70Aa__actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/*# sourceMappingURL=src_app_not-found_module_c656a41e.css.map*/