@layer components {
  :where(.c-column-card__thumbnail--placeholder) {
    background: var(--wp--preset--color--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  :where(.c-column-card__thumbnail--placeholder img) {
    width: auto;
    height: 60%;
    object-fit: contain;
    display: block;
  }
}
