/* General page templates inside the scoped Filamenter shell. */
.flmnt-page-shell {
  padding-block: 56px 72px;
}

.flmnt-page-head,
.flmnt-content-card,
.flmnt-post-card {
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: var(--flmnt-radius-lg);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--flmnt-shadow);
}

.flmnt-page-head {
  padding: 26px 28px;
  margin-bottom: 22px;
}

.flmnt-page-head h1,
.flmnt-content-card h1,
.flmnt-notfound h1 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.45;
  font-weight: 900;
  color: #12161b;
}

.flmnt-page-head p,
.flmnt-notfound p,
.flmnt-content-body {
  color: var(--flmnt-muted);
  font-size: 15px;
  line-height: 2.05;
}

.flmnt-content-card {
  padding: clamp(24px, 4vw, 44px);
}

.flmnt-content-body {
  margin-top: 18px;
}

.flmnt-content-body > * + * {
  margin-top: 1em;
}

.flmnt-post-list {
  display: grid;
  gap: 18px;
}

.flmnt-post-card {
  padding: 24px;
}

.flmnt-post-card h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  color: #12161b;
}

.flmnt-post-card__excerpt,
.flmnt-post-meta {
  margin-top: 10px;
  color: var(--flmnt-muted);
  line-height: 1.9;
}

.flmnt-notfound {
  text-align: center;
  justify-items: center;
  display: grid;
  gap: 16px;
}

.flmnt-notfound .flmnt-hero__actions {
  justify-content: center;
  margin-top: 10px;
}
