/*
 * HUD Housing Counselor page-specific styles.
 * Reserve this file for overrides that apply to a single template/page only.
 * Shared, reusable component styles belong in components.css.
 */

/* Let full-width HUD sections escape the constrained content width when placed
 * inside the block canvas / the_content(). */
.hud-fullwidth {
	margin-inline: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
}
