/* Keep custom styling minimal; Bootstrap provides the bulk of layout. */

html,
body {
  height: 100%;
}

body {
  min-height: 100%;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.zi-block {
  border-width: 3px;
  border-style: solid;
  border-radius: .75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: var(--bs-body-bg);
}
