

/* Icon-only Home menu item — pairs with the "menu-icon-home" CSS class
   set on the classic menu item under Appearance > Menus. That class
   survives the classic-to-block import automatically. */
.menu-icon-home .wp-block-navigation-item__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.menu-icon-home .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M575.8%20255.5c0%2018-15%2032.1-32%2032.1h-32l.7%20160.2c0%202.7-.2%205.4-.5%208.1V472c0%2022.1-17.9%2040-40%2040H456c-1.1%200-2.2%200-3.3-.1c-1.4%20.1-2.8%20.1-4.2%20.1H416%20392c-22.1%200-40-17.9-40-40V448%20384c0-17.7-14.3-32-32-32H256c-17.7%200-32%2014.3-32%2032v64%2024c0%2022.1-17.9%2040-40%2040H160%20128.1c-1.5%200-3-.1-4.5-.2c-1.2%20.1-2.4%20.2-3.6%20.2H104c-22.1%200-40-17.9-40-40V360c0-.9%200-1.9%20.1-2.8V287.6H32c-18%200-32-14-32-32.1c0-9%203-17%2010-24L266.4%208c7-7%2015-8%2022-8s15%202%2021%207L564.8%20231.5c8%207%2012%2015%2011%2024z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
}

/** Pages CSS **/

/* "Input panel" link-card grid — Columns blocks with the "input_panels"
   class, matching the classic theme's be_linkblocks card style. */
.wp-block-columns.input_panels {
	margin-bottom: 20px;
}

.wp-block-columns.input_panels > .wp-block-column {
	background-color: #f5f5f6;
	box-shadow: 0 2px 0 0 rgb(65 64 66 / 30%);
	padding: 15px;
}

/* "View panel" link-card grid — Columns blocks with the "view_panels"
   class, matching the classic theme's entry_linkblocks card style. */
.wp-block-columns.view_panels {
	margin-bottom: 20px;
}

.wp-block-columns.view_panels > .wp-block-column {
	background-color: #2d8d2d;
	box-shadow: 0 2px 0 0 rgb(65 64 66 / 30%);
	padding: 15px;
	font-size: 1rem;
}

.wp-block-columns.view_panels > .wp-block-column,
.wp-block-columns.view_panels > .wp-block-column a {
	color: #fff;
}

.wp-block-columns.view_panels > .wp-block-column a {
	font-weight: 500;
	font-size: 1.1rem;
}


/***  ***/