/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
/* ==========================================================================
   Dark skin
   ========================================================================== */
/* Colors */
#main {
  margin-bottom: 7em;
}

/*
   Listing row
   ========================================================================== */
.post-row {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  border-bottom: 1px solid rgb(80.6, 84.6, 92.6);
}
@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(52.76, 57.36, 66.56);
  border: 1px solid rgb(80.6, 84.6, 92.6);
  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(174.9, 176.4, 179.4);
  font-size: 0.8rem;
}

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

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