/**
 * Theme overrides layered on top of the design's main.css.
 * Keep this file tiny and each rule commented with WHY it exists.
 */

/*
 * Portfolio card: AGRICON (red, pic --type-4).
 * The design tuned `.card-item__pic--type-4 { bottom: 1.1875rem }` for a wide-short
 * 307x161 image, but the shipped cr4.webp asset is actually 261x167 (taller/narrower),
 * so that positive bottom offset makes the silo float up instead of sitting in the
 * bottom-right corner like every other card. Anchor it to the bottom-right.
 */
.card-item--red .card-item__pic--type-4 {
	bottom: -0.75rem;
}

/*
 * Review avatar photo (optional): when a review has an uploaded photo instead of the
 * coloured letter, make it fill the round 40px avatar.
 */
.review-item__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
