/**
 * Max's Chicken — layout-only styles.
 * Use Core Framework classes in markup (.btn, .card, .gap-m, etc.).
 * Source of truth: plugins/core-framework/assets/public/css/core_framework.css
 */

.maxs-chicken {
	/* Contain layout without fighting Bricks */
	width: 100%;
}

.maxs-chicken :where(img, video) {
	max-width: 100%;
	height: auto;
}

/* Visually hidden but available to screen readers */
.maxs-chicken .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
