.apex-c-postList {}
  .apex-c-postList--excerpt {
    margin-top: 0.5em;
  }
  .apex-c-postList--image {
    border: 0.125em solid #DAAA00;
    line-height: 0;
    margin-bottom: 1em;
    transition: border-color 0.25s ease;
  }
  .apex-c-postList--image:hover {
    border-color: #333F48;
  }
  .apex-c-postList--image img {
    border: 0.125em solid transparent;
    width: 100%;
  }
  .apex-c-postList--item {}
  .apex-c-postList--item + .apex-c-postList--item {
    margin-top: 2em;
  }
  .apex-c-postList--items {
    list-style-type: none;
  }
  .apex-c-postList--more {
    color: #DAAA00;
    font-weight: 700;
    margin-top: 0.5em;
    transition: color 0.25s ease;
  }
  .apex-c-postList--more:hover {
    color: #333F48;
  }
  .apex-c-postList--post {
    color: inherit;
    display: block;
    text-decoration: none;
  }
  .apex-c-postList--title {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
  }

@supports (object-fit: cover) {
  .apex-c-postList--image {
    padding-top: calc(56.25% + 0.25em);
    position: relative;
  }
  .apex-c-postList--image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 48em), print {
  .apex-c-postList--item {
    flex: 0 1 auto;
    flex-basis: calc(50% - 2em);
    margin: 1em;
  }
  .apex-c-postList--item + .apex-c-postList--item {
    margin-top: 1em;
  }
  .apex-c-postList--items {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
  }
}
