.floorplan--section.gradient-bg-mod {
	background: var(--theme-bg-grey);
}

.floorplan--container {
	padding: 60px 30px;
}

.floorplan--title {
	text-align: center;
}

.lg-object.lg-image[src$=".svg"] {
	background: var(--theme-bg-grey);
	padding: 15px;
	border-radius: 12px;
}

.floorplan--image {
	margin-bottom: 50px;
}

.floorplan--ctas-row {
	display: flex;
	flex-direction: column;
	column-gap: 40px;
	row-gap: 20px;
}

.floorplan--cta-wrap {
	text-align: center;
}

@media (min-width: 650px) {
	.floorplan--ctas-row {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.floorplan--image > svg {
	width: 100%;
	height: auto;
}

.floorplan--image #floor-1 rect,
.floorplan--image #floor-2 rect,
.floorplan--image #floor-3 rect,
.floorplan--image #floor-4 rect,
.floorplan--image #floor-5 rect {
	cursor: pointer;
	
}

.floorplan--image #floor-1 rect:hover,
.floorplan--image #floor-2 rect:hover,
.floorplan--image #floor-3 rect:hover,
.floorplan--image #floor-4 rect:hover,
.floorplan--image #floor-5 rect:hover {
	opacity: .7;
}