/**
 * Kross bedroom arrangements — layout for [bec_unit_info key="bedroom_arrangements"].
 * Bed icons use the same amenities font pack (icon-*) as the amenities grid.
 */

.bec-bedrooms {
	--bec-bedrooms-cols: 3;
	margin: 0;
	padding: 0;
}

.bec-bedrooms__title {
	margin: 0 0 1rem;
	font: inherit;
	font-size: 1.125em;
	font-weight: 600;
}

.bec-bedrooms__grid {
	display: grid;
	grid-template-columns: repeat(var(--bec-bedrooms-cols, 3), minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bec-bedrooms__room {
	margin: 0;
	padding: 0;
	min-width: 0;
}

.bec-bedrooms__room-name {
	margin: 0 0 0.5rem;
	font: inherit;
	font-size: 1em;
	font-weight: 600;
}

.bec-bedrooms__beds {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.4rem 0.75rem;
}

.bec-bedrooms__bed {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem 0.75rem;
	font: inherit;
	color: inherit;
}

.bec-bedrooms__bed-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.25em;
	height: 1.25em;
	font-size: 1.25rem;
	line-height: 1;
	flex: 0 0 auto;
}

.bec-bedrooms__bed-text {
	margin: 0;
	font: inherit;
	line-height: 1.35;
	color: inherit;
}
