@media all and (max-width: 781px) {
  #sidebar-posts {
    padding: 0 1rem;
  }
}
.qw-go-posts {
  display: grid;
  row-gap: 1rem;
}
.qw-go-posts article {
  background-color: var(--wp--preset--color--popcorn-element-background);
  border-radius: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  padding: 1rem;
}
.qw-go-posts article figure {
  flex-basis: 6rem;
  flex-shrink: 0;
  margin: 0;
}
.qw-go-posts article figure img {
  height: auto;
  max-width: 100%;
}
.qw-go-posts article div {
  flex-grow: 1;
}
.qw-go-posts article a {
  display: block;
}
.qw-go-posts article p,
.qw-go-posts article h5 {
  margin: 0;
}
.qw-go-posts article h5 a {
  color: #2F2E2D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  line-height: 2rem;
}
.qw-go-posts article time {
  color: var(--Text-Body, #2F2E2D);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.qw-go-posts article br {
  display: none;
}

/*# sourceMappingURL=qw-go.css.map */
