.posts-wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-areas: "list category";
  gap: 40px;
}
@media (max-width: 980px) {
.posts-wrapper {
    display: block;
}
}
.post-list-wrapper {
  grid-area: list;
}
.post-list-wrapper .q-pagination .q-btn {
  margin-right: 4px;
}
@media (max-width: 480px) {
.post-list-wrapper .q-pagination .q-btn {
    margin-right: 2px;
}
}
.no-posts-found {
  grid-column: 1/4;
  height: 180px;
  margin-bottom: 100px;
  letter-spacing: 1px;
}
.post-list-item {
  padding: 2rem 0 2.5rem;
  border-bottom: 2px solid rgba(0,0,0,0.06);
}
.post-list-item .post-thumb {
  display: block;
  flex: 0 0 25rem;
  margin-bottom: 8px;
}
@media (min-width: 650px) {
.post-list-item .post-thumb {
    margin-right: 2.4rem;
}
}
@media (min-width: 650px) {
.post-list-item .post-info {
    flex: 1 1 0;
    max-width: 60rem;
}
}
.post-list-item .post-title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post-list-item .post-title a {
  color: #555;
  transition: color 0.3s ease;
}
.post-list-item:hover .post-title a {
  color: var(--post-link-color);
}
@media (min-width: 650px) {
.post-list-item .post-title {
    margin-top: 1rem;
}
}
.post-list-item .post-excerpt {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.post-list-item .post-meta-tag {
  display: inline-block;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.post-list-item .post-meta-tag + .post-meta-tag:before {
  content: '．';
}
.post-list-item .post-meta-tag.category {
  padding: 3px 5px;
  border-radius: 3px;
  background-color: #4caf50;
  color: #fff;
}
@media (min-width: 650px) {
.post-list-item {
    display: flex;
    flex-direction: row;
}
}
/*# sourceMappingURL=src/pages/Posts.css.map */

/*# sourceMappingURL=3.8187d425.css.map*/