/* [project]/app/(public)/public.module.css [app-client] (css) */
.public-module__tGLxSW__header {
  height: var(--header-height);
  background: var(--primary-color);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.public-module__tGLxSW__nav {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.public-module__tGLxSW__loginBtn {
  color: var(--primary-color);
  background: #fff;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-weight: bold;
}

.public-module__tGLxSW__main {
  min-height: calc(100vh - var(--header-height)  - 100px);
  padding: 2rem;
}

.public-module__tGLxSW__footer {
  color: #666;
  background: #eee;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: .9rem;
  display: flex;
}

/*# sourceMappingURL=app_%28public%29_public_module_f82ccb5d.css.map*/