.goldstay-specs-header {
	margin-bottom: 24px;
}

.goldstay-specs-title {
	margin: 0;
	color: #202020;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.goldstay-specs-description {
	margin-top: 8px;
	color: #667085;
}

.goldstay-specs-description p:last-child {
	margin-bottom: 0;
}

.goldstay-property-specs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.goldstay-property-specs.is-list {
	grid-template-columns: 1fr;
}

.goldstay-spec-item {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	background: #fff;
	text-align: left;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.goldstay-property-specs.is-editorial .goldstay-spec-item,
.goldstay-property-specs.is-compact .goldstay-spec-item,
.goldstay-property-specs.is-list .goldstay-spec-item {
	flex-direction: row;
	justify-content: flex-start;
}

.goldstay-property-specs.is-compact .goldstay-spec-item {
	gap: 10px;
}

.goldstay-property-specs.is-list .goldstay-spec-item {
	gap: 14px;
}

.goldstay-spec-icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #4d4d4d;
}

.goldstay-property-specs.is-cards .goldstay-spec-icon {
	margin-right: 0;
	margin-bottom: 12px;
}

.goldstay-spec-icon i {
	font-size: 22px;
}

.goldstay-spec-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.goldstay-spec-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.goldstay-spec-value {
	color: #202020;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

.goldstay-spec-label {
	color: #777;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.25;
	text-transform: none;
}

.goldstay-specs-empty {
	padding: 24px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	text-align: center;
}

@media (max-width: 1024px) {
	.goldstay-property-specs:not(.is-list) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.goldstay-property-specs:not(.is-list) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
