/*
 * Trusora Business Index — the handful of things Bootstrap 5 (already
 * loaded site-wide by the "directory" theme's Blockstrap blocks) doesn't
 * give us for free. Colours/fonts deliberately reuse the theme's own
 * theme.json custom properties instead of hardcoding hex values, so this
 * still tracks if the palette changes.
 */

.trusora-business__badge {
	font-weight: 500;
	margin-right: 0.4rem;
}

/* Paid sponsored-inclusion flag (Trusora_Business_Index::is_sponsored) -
 * orange, matching the site's brand.css secondary accent colour, so it
 * reads as a deliberate highlight rather than another generic bootstrap
 * badge colour. */
.trusora-business__badge--sponsored {
	background-color: #F2994A;
	color: #ffffff;
}

.trusora-business__content {
	font-size: var(--wp--preset--font-size--normal, 1.1rem);
	line-height: 1.7;
}

.trusora-business__hours th,
.trusora-business__hours td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.trusora-business__hours-today th,
.trusora-business__hours-today td {
	font-weight: 600;
	color: var(--wp--preset--color--primary, #1e73be);
}
