.community-pricing__intro { margin: 0 0 1rem; }
.community-pricing__inner{z-index:1;}
.community-pricing__rates { margin: 0 0 1rem; padding: 0; list-style: none; display: grid; gap: .5rem; }
.community-pricing__rate-label { font-weight: 600; }
.community-pricing__rate-price { white-space: nowrap; }
.community-pricing__included-label { margin: 1rem 0 .25rem; font-weight: 600; }
.community-pricing__features { margin: 0; padding-left: 1.25rem; list-style: disc; display: grid; gap: .25rem; }

.floorplan-select-wrapper,.floorplan-tabs,.floorplan-set h3 {
  margin-bottom: 2rem;
}

.floorplan-tabs select {
  appearance: none;
  background: transparent;
  border: 2px solid currentColor;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  color: inherit;
  border-radius: 4px;
  transition: background 0.2s ease;
  font-size: 1rem;
}

.floorplan-tabs select {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 7l4.5 4.5L14.5 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  padding-right: 2.5rem;
}

/* Tabbed logic */
.floorplan-grid.tabbed .floorplan-set[hidden] {
  display: none;
}

/* Optional: Stack layout fallback */
.floorplan-grid.stacked .floorplan-set {
  margin-bottom: 2rem;
}

/* Card styles */
.floorplan-cards {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
}

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

.floorplan-img {
	width: 200px;
	height: 200px;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-items: center;
	border-radius: 6px;
	border: 2px solid #dfdfdf;
	position: relative;
}
a.floorplan-modal {
	width: 100%;
	height: 100%;
	display: flex!important;
	align-items: center;
	Justify-content: center;
}
.floorplan-card img {
	max-width: 180px;
	max-height: 180px;
	margin-bottom: 0;
}
.floorplan-img a {
	width: 100%;
	height: 100%;
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.fp-title {
  font-weight: bold;
  margin: 0.25rem 0;
}

.fp-meta {
  font-size: 0.9rem;
  color: #666;
}
.fp-callout{font-size:0.9rem;color:#706db2}

.btn-tab {
	border-bottom: 2px solid transparent;
	border-radius: unset;
background: rgba(255,255,255,0.35);
}
.btn-tab:hover {
	color:#706db2;
	border-bottom-color: #706db2;
}
.btn-tab[aria-selected="true"] {
	background: #dedeef;
	color: #706db2;
	border-color: #706db2;
}

.community-awards__image img {
	height: 175px;
	width: auto;
	margin-bottom:15px;
}
li.community-awards__item {
	filter: saturate(0);
}
li.community-awards__item:hover {
	filter: saturate(1);
}

@media screen and (min-width:769px) {
	.floorplan-select{display:none}
}
@media screen and (max-width:768px) {
	.floorplan-toggle-buttons{display:none}
	.community-pricing__inner.flex-row.gap-50{flex-direction:column;gap:unset}
	.community-pricing__content-right,.community-pricing__content-left{width:100%;}
}