/*
 * Echo Warszawy — theme overrides layered on top of the donor's Tailwind bundle.
 * Kept intentionally small: almost everything needed already exists in
 * bundle.min...css because we reuse the donor's exact class names.
 */

/* Fallback box for posts without a featured image (donor always has one,
   WP content occasionally won't). Sized to fill the same figure as home-card-img. */
.home-card-img-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 160px;
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

/* Breadcrumb: current page (title) has no link — keep it visually consistent
   with the linked crumbs from the donor markup. */
.seo-breadcrumb-item {
	color: inherit;
}

/* Search form used in header/searchform.php shares markup with the donor's
   inline header search — no extra rules needed beyond what bundle.min provides. */
