.post-list-item {
  margin: 20px 0;
  background: none;
  padding: 30px 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center; }
  .post-list-item:first-child {
    padding-top: 0;
    margin-top: 0; }
  .post-list-item .entry-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    color: var(--wp--preset--color--green); }
    .post-list-item .entry-title a {
      color: inherit; }
  .post-list-item .entry-image {
    flex-shrink: 1;
    flex-grow: 1;
    width: 50%;
    min-width: 200px;
    max-width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 15px; }
    .post-list-item .entry-image > a {
      display: block;
      height: 0;
      padding-bottom: 80%;
      position: relative;
      background: var(--wp--preset--color--green); }
    .post-list-item .entry-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .post-list-item .entry-information {
    flex-shrink: 1;
    width: 50%;
    flex-grow: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 40px; }
  .post-list-item .entry-meta {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    overflow: hidden; }
    .post-list-item .entry-meta .by {
      align-items: center;
      display: flex;
      margin-right: 10px;
      padding: 0 10px 0 0;
      position: relative;
      width: fit-content; }
      .post-list-item .entry-meta .by:before {
        content: '';
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: url(../../images/svg/globe.svg) no-repeat left center; }
    .post-list-item .entry-meta .date {
      align-items: center;
      border-left: 0;
      display: flex;
      margin-left: 0;
      padding-left: 0;
      position: relative;
      width: fit-content; }
      .post-list-item .entry-meta .date:before {
        content: '';
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: url(../../images/svg/clock.svg) no-repeat left center; }
    .post-list-item .entry-meta > * {
      margin-right: 15px; }
      .post-list-item .entry-meta > * + * {
        margin-left: -9px;
        border-left: 1px solid currentColor;
        padding-left: 8px; }
  .post-list-item .read-more {
    line-height: 1em;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid currentColor; }
  .post-list-item + .post-list-item {
    border-top: 2px solid var(--wp--preset--color--green); }

.placeholder-featured-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--wp--preset--color--gray);
  color: #fff;
  font-weight: bold; }
  .placeholder-featured-image strong {
    display: block;
    margin-top: 10px;
    font-size: 36px;
    font-weight: bold; }
