@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Londrina+Shadow&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 16px;
  font-family: system-ui, sans-serif; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1rem; }

h1, h2, h3 {
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 8px; }

.funky {
  font-size: 200%;
  font-family: 'Londrina Shadow'; }
  .funky.highlight {
    background: url("/highlight.svg") 0 50% no-repeat;
    background-size: 100% 85%;
    padding-left: 0.25em;
    padding-right: 0.25em;
    display: inline-block; }

p {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #444444; }

article ul, article ol {
  margin-bottom: 16px;
  margin-left: 8px;
  list-style-position: inside; }
  article ul li, article ol li {
    color: #222222;
    line-height: 1.6; }

article ul {
  list-style-type: disc; }

article ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 32px; }

a {
  color: #194400;
  text-decoration: none; }
  a:hover {
    text-decoration: dotted underline; }

strong {
  font-weight: bold; }

html {
  background-color: #ffffff; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.gHeader {
  margin-bottom: 16px;
  text-align: center; }
  .gHeader .masthead {
    padding: 16px 8px; }
  .gHeader .nav {
    padding: 8px;
    background-color: white; }
  .gHeader nav ul {
    display: inline-flex;
    gap: 16px 32px;
    flex-wrap: wrap;
    justify-content: center; }
  .gHeader nav ul > li {
    display: inline-block; }

.gSingle .container {
  display: grid;
  grid-template-columns: 1fr 18rem;
  gap: 32px;
  padding: 16px; }
  @media (max-width: 768px) {
    .gSingle .container {
      grid-template-columns: auto; } }
.gSingle .hero {
  position: relative;
  margin-bottom: 32px;
  margin-left: 15px; }
  .gSingle .hero > img {
    max-width: 100%;
    display: block;
    border-radius: 0.6em; }
  .gSingle .hero > .decor {
    position: absolute;
    top: 15px;
    left: -15px;
    bottom: -15px;
    right: 15px;
    border: 2px solid #ffb129;
    z-index: -1;
    border-radius: 1em; }

.gSingle .heroDecor::after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid gray;
  left: 30px;
  top: -30px;
  z-index: -1; }

.gSingle .featuredBottom {
  display: none;
  margin: 16px; }

@media (max-width: 768px) {
  .gSingle .featuredSide {
    display: none; }
  .gSingle .featuredBottom {
    display: block; } }

.gAuthor {
  padding: 16px 0;
  background-color: #fffaee;
  border-top: 1px solid #ffefee; }
  .gAuthor .container {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: flex-start;
    gap: 16px; }
    @media (max-width: 768px) {
      .gAuthor .container {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center; } }
  .gAuthor .name {
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      .gAuthor .name {
        margin-bottom: 16px; } }
    .gAuthor .name .label {
      margin-inline-end: 4px;
      font-size: 0.75rem;
      color: #444444; }
    .gAuthor .name .fn {
      font-weight: bold; }
  .gAuthor .photo {
    grid-column-start: 1;
    grid-column-end: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%; }
  .gAuthor .profile {
    grid-column-start: 2;
    grid-column-end: 2; }
  .gAuthor .bio {
    margin-bottom: 0;
    text-align: left; }

.gAuthors {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
  padding-top: 1em; }
  .gAuthors img {
    border-radius: 100%;
    align-self: center;
    max-width: max-content;
    margin-bottom: 1em; }
  .gAuthors h2 {
    text-align: center; }
  .gAuthors p {
    max-width: 38em;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto; }

.gFrontMatter {
  display: flex;
  margin: 16px 0;
  gap: 8px;
  color: #444444;
  font-size: 1rem;
  align-items: center; }
  .gFrontMatter .photo {
    border-radius: 9999px;
    width: 24px;
    height: 24px; }
  .gFrontMatter > span:not(:last-child):after {
    content: '·';
    margin-inline-start: 8px; }

.gFooter {
  padding: 32px 16px 64px 16px;
  border-top: 1px solid #eeeeee; }
  .gFooter .container {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(8rem, 18rem));
    gap: 16px;
    text-align: end; }
    @media (max-width: 768px) {
      .gFooter .container {
        grid-template-columns: unset;
        text-align: start; } }
    .gFooter .container .logo {
      text-align: start; }
  .gFooter .links .heading {
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.6; }
  .gFooter .links li {
    line-height: 2; }

.gRelated .item {
  padding-bottom: 16px;
  margin-bottom: 16px; }
  .gRelated .item:not(:last-child) {
    border-bottom: 1px solid #eee; }

.gRelated .content {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  margin-left: 8px;
  line-height: 1.4; }
  .gRelated .content .thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 72px;
    height: 72px; }
    .gRelated .content .thumb .decor {
      position: absolute;
      left: -5px;
      top: 5px;
      right: 5px;
      bottom: -5px;
      border: 2px solid #ffb129;
      z-index: -1;
      border-radius: 0.5em; }
    .gRelated .content .thumb img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0.35em; }
  .gRelated .content time {
    font-size: 0.75rem;
    color: #575757; }

.gList {
  margin-bottom: 64px;
  text-align: center; }
  .gList .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-right: 16px;
    margin-left: 16px; }
    @media (max-width: 768px) {
      .gList .items {
        grid-template-columns: 1fr;
        gap: 16px; } }
  .gList .pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px; }
    .gList .pagination .page-item {
      padding: 8px;
      border-radius: 0.5rem; }
      .gList .pagination .page-item:not(.active, .disabled):hover {
        background-color: red;
        background-color: #eeeeee; }
      .gList .pagination .page-item.active {
        border: 1px solid #eeeeee; }
      .gList .pagination .page-item.disabled {
        color: #444444; }

.gSummary {
  aspect-ratio: 16/10;
  text-align: left;
  border-radius: 1em;
  overflow: hidden; }
  .gSummary a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end; }
  .gSummary .shade {
    padding: 32px 16px 16px 16px;
    width: 100%;
    background: linear-gradient(#00000000, #000000A0);
    color: #ddd;
    text-shadow: 0 1px 1px #000; }
    .gSummary .shade h2 {
      color: white;
      margin-bottom: 8px;
      line-height: 1; }
  .gSummary time {
    display: block;
    margin-bottom: 8px; }

.gIndex {
  text-align: center; }
  .gIndex .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .gIndex .list {
        grid-template-columns: 1fr;
        gap: 16px; } }
.gAdmin {
  margin-bottom: 64px; }

/*# sourceMappingURL=unobjectionable.css.map */