
.sw_immosuite_expose {
	--immosuite-radius-default: var(--theme-border-radius);
}
.sw_immosuite_expose .immosuite-expose__badges:empty {
	display: none;
}

.sw_immosuite_expose .immosuite-expose__title {
	margin-bottom: 1rem;
}

.sw_immosuite_expose .immosuite-expose__main h2 {
	margin-top: 3.5rem;
}

.sw_immosuite_expose .immosuite-expose__divider {
	margin-top: 4.5rem;
}
.sw_immosuite_expose .immosuite-listing-post__fields,
.sw_immosuite_expose .immosuite-listing-post__label,
.sw_immosuite_expose .immosuite-listing-post__header {
	margin-bottom: 0;
}

.sw_immosuite_expose .immosuite-listing-post__label {
	display: none;
}

.sw_immosuite_expose .immosuite-listing-post__location {
	font-size: 1.25rem;
}

.sw_immosuite_expose .immosuite-listing-post__fields {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.sw_immosuite_expose .immosuite-listing-post__fields > .immosuite-listing-post__field:nth-child(2) {
	text-align: center;
}

.sw_immosuite_expose .immosuite-listing-post__fields > .immosuite-listing-post__field:nth-child(3) {
	text-align: right;
}

.sw_immosuite_expose .immosuite-listing-post__fields > .immosuite-listing-post__field .immosuite-listing-post__field-value {
	font-weight: 600;
}

.sw_immosuite_expose .immosuite-listing-post__price {
	font-weight: 600 !important;
}

.sw_immosuite_expose .immosuite-expose__contact {
	padding: 2rem;
}

.sw_immosuite_expose .immosuite-expose__contact .immosuite-expose__divider {
	margin-top: 2rem;
}

.sw_immosuite_expose .immosuite-expose__contact-title--first-heading {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.sw_immosuite_expose .immosuite-expose__contact-title {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.sw_immosuite_expose .immosuite-expose__share h2 {
	font-size: 2rem;
}

.sw_immosuite_expose .immosuite-expose__share > h2 {
	font-size: 1.5rem;
}

.sw_immosuite_expose .immosuite-expose__share .immosuite-expose__share-list a {
	color: #333;
}

.sw_immosuite_expose .immosuite-expose__share .immosuite-expose__share-list a:hover {
	color: var(--theme-button-background-hover-color);
}

.immosuite-expose__share {
	flex-wrap: wrap !important;
}

.immosuite-expose__share-list {
	list-style: none;
}

.sw_immosuite_expose .immosuite-expose__additional-information-wrapper h3 {
	font-size: 1.7rem;
}

.sw_immosuite_expose .immosuite-expose__additional-information-wrapper .immosuite-readmore__button {
	text-decoration: underline;
}

.sw_immosuite_expose .immosuite-expose__label {
	font-weight: 600;
}

.immosuite-expose__label {
	margin-top: 2rem;
}

.sw_immosuite_expose .immosuite-expose__fields-field .immosuite-expose__fields-label,
.sw_immosuite_expose .immosuite-expose__fields-field .immosuite-expose__fields-value {
	padding: 1rem 1.5rem;
}

.immosuite-expose__fields-row {
	gap: 1rem !important;
}

.immosuite-expose__fields div:after,
.immosuite-expose__fields div:before {
	display: none !important;
}

.immosuite-expose__epass-values {
	list-style: none;
}

.immosuite-expose .immosuite-expose__epass-grades {
	list-style: none;
}


.immosuite-readmore__button:hover {
	background-color: #a55555;
}

.immosuite-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}

.immosuite-archive-item {
	background: #fff;
	border-radius: var(--immosuite-radius-default);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
}

.immosuite-archive-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.immosuite-archive-item .sw_immosuite_expose {
	margin: 0;
}

.immosuite-archive-item .immosuite-listing-post__content {
	padding: 1rem;
}

.immosuite-archive-item .immosuite-listing-post__location {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.immosuite-archive-item .immosuite-listing-post__fields {
	margin-bottom: 0.75rem;
}

.immosuite-archive-item .immosuite-listing-post__price {
	font-size: 1.2rem;
}

.immosuite-listing-post {
	background-color: #3994e309;
	border-radius: 10px;
	overflow: hidden;
}

.immosuite-listing-post__image-label {
	background-color: #3994e309;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 1.2rem;
	color: #2e2e2e !important;
}

.immosuite-listing-post__content p {
	font-size: 1.2rem !important;
	color: #2e2e2e !important;
}

.immosuite-listing-post__field p {
	font-size: 1.0rem !important;
	color: #2e2e2e !important;
}

.wp-block-button__link {
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
	border-radius: 0px;
}

.immosuite-listing-post__content h2 {
	transform: translateY(-15px);

	font-size: 1.4rem !important;
	color: #2e2e2e !important;
}
.immosuite-listing-post__content h3,
.immosuite-listing-post__content h4,
.immosuite-listing-post__content h5,
.immosuite-listing-post__content h6,
.immosuite-listing-post__content h4,
.immosuite-listing-post__content h5,
.immosuite-listing-post__content h6,

.immosuite-archive-grid ~ h3 {
	margin-top: 4rem;
	margin-bottom: 2rem !important;
}

@media (max-width: 1024px) {
	.immosuite-archive-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}
}

@media (max-width: 768px) {
	.immosuite-archive-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
		margin-top: 1rem;
	}

	.immosuite-archive-item .immosuite-listing-post__content {
		padding: 1rem;
	}

	.immosuite-archive-item .immosuite-listing-post__location {
		font-size: 1rem;
	}

	.immosuite-archive-item .immosuite-listing-post__price {
		font-size: 1.1rem;
	}

	.sw_immosuite_expose .immosuite-expose__fields-field .immosuite-expose__fields-label,
	.sw_immosuite_expose .immosuite-expose__fields-field .immosuite-expose__fields-value {
		padding: 0.5rem 0.5rem;
		flex-grow: 0;
		flex-shrink: 0;
		max-width: 50%;
		hyphens: auto;
	}
}

/* Large screens */
@media (max-width: 1240px) {
	.immosuite-archive-grid,
	.immosuite-expose {
		margin-left: 11px;
		margin-right: 11px;
	}
}
