/*--------------------------------------------------------------------
  PostThumbnail component
  Encapsulated CSS for the <twig:PostThumbnail /> component.

  The .rmj-post-thumbnail class is the component scope.
  Currently piggy-backs on Bootstrap 3 .img-thumbnail and the existing
  .no-image-placeholder styles in app.css — when Bootstrap 3 is removed,
  only this file and the component template need updating.
--------------------------------------------------------------------*/

/* Ensure consistent thumbnail sizing via the component scope */
img.rmj-post-thumbnail {
    width: 98px;
    height: 98px;
    object-fit: cover;
}

div.rmj-post-thumbnail {
    width: 98px;
    height: 98px;
}
