@charset "UTF-8";
/* ==========================================================================
   Light skin — companion to _aquila_dark. Same instrument panel, lights on:
   the primary teal and accent coral are brand-invariant and stay untouched:
   only the two roots (background/text) invert, in the same slate hue family
   as the dark skin's #252a34, so the two read as one identity, not two skins.
   ========================================================================== */
/* Colors */
/* ==========================================================================
   Light skin — companion to _aquila_dark. Same instrument panel, lights on:
   the primary teal and accent coral are brand-invariant and stay untouched:
   only the two roots (background/text) invert, in the same slate hue family
   as the dark skin's #252a34, so the two read as one identity, not two skins.
   ========================================================================== */
/* Colors */
#main {
  margin-bottom: 7em;
}

/*
   Listing row
   ========================================================================== */
.post-row {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid rgb(170.4, 190.4, 184.8);
}
@media (min-width: 1024px) {
  .post-row {
    display: flex;
  }
}
.post-row .post-row-image {
  width: 300px;
  text-align: center;
}
@media (max-width: 1023px) {
  .post-row .post-row-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-row .post-row-text {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-row .post-row-text {
    width: calc(100% - 320px);
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .post-row .post-row-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-row .post-row-text h2 {
  margin-top: 0;
}
.post-row .post-row-text .post-row-text-termination {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}
.post-row .post-row-text .post-row-text-termination .post-date {
  flex: initial;
  width: 50%;
}
.post-row .post-row-text .post-row-text-termination .readmore {
  text-align: right;
  flex: initial;
  width: 50%;
}
.post-row::after {
  content: "";
  display: block;
  clear: both;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: rgb(191.16, 213.56, 205.92);
  border: 1px solid rgb(170.4, 190.4, 184.8);
  border-radius: 4px;
}

.post-description {
  max-width: 70ch;
}

/*
   Pagination
   ========================================================================== */
.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}

.pagination__status {
  color: rgb(66.6, 74.6, 79.2);
  font-size: 0.8rem;
}

.post-row .readmore .btn,
.pagination .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

/*# sourceMappingURL=posts-light.css.map */
