.ugoita-site {
  min-height: 100vh;
}

.ugoita-theme-main {
  display: block;
}

.ugoita-theme-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.ugoita-theme-section {
  padding: 4rem 0;
}

.ugoita-theme-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 24px 80px rgba(25, 25, 25, 0.05);
}

.ugoita-theme-stack > * + * {
  margin-top: 1rem;
}

.ugoita-theme-stack--lg > * + * {
  margin-top: 1.5rem;
}

.ugoita-theme-inline-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ugoita-theme-form {
  display: grid;
  gap: 1rem;
}

.ugoita-theme-form input[type="text"],
.ugoita-theme-form input[type="email"],
.ugoita-theme-form input[type="password"],
.ugoita-theme-form input[type="search"],
.ugoita-theme-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  font: inherit;
  color: #191919;
  background: #fff;
}

.ugoita-theme-meta {
  color: #7f7f7f;
  font-size: 0.95rem;
}

.ugoita-theme-list {
  display: grid;
  gap: 1.5rem;
}

.ugoita-theme-empty {
  color: #7f7f7f;
}

.ugoita-theme-footer {
  border-top: 1px solid #e5e5e5;
}

.ugoita-theme-login-link {
  text-decoration: underline;
}
