/* Trusora homepage - reuses the site's Bootstrap 5 classes (already
 * loaded by the "directory" theme's Blockstrap blocks) for cards/grid;
 * this covers only what Bootstrap doesn't. */

.trusora-home .card-img-top {
	object-fit: cover;
	height: 180px;
}
