/**
 * Woolentor grid/list layout switcher.
 *
 * Sitewide Elementor/theme button padding (14px 28px) collapses the fixed
 * 36px buttons' content box, so the SVGs render at width: 0.
 */
.woolentor-layout-switcher .woolentor-layout-btn {
	box-sizing: border-box;
	width: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	height: 36px !important;
	padding: 0 !important;
	margin: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1;
	background: transparent !important;
	color: #4b5563 !important;
	border: none !important;
	border-radius: 6px;
}

.woolentor-layout-switcher .woolentor-layout-btn.woolentor-active,
.woolentor-layout-switcher .woolentor-layout-btn:hover,
.woolentor-layout-switcher .woolentor-layout-btn:focus {
	background: #2563eb !important;
	color: #ffffff !important;
}

.woolentor-layout-switcher .woolentor-layout-btn svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	flex-shrink: 0 !important;
	overflow: visible;
	stroke: currentColor !important;
	fill: none !important;
}
