.sw_immosuite_expose {
	--immosuite-radius-default: var(--theme-border-radius);
}
.sw_immosuite_expose .immosuite-expose__badges:empty {
display: none;
}
.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-listing-post__content {
column-gap: 0.5rem;
padding: 2rem;
}
.sw_immosuite_expose .immosuite-expose__title {
margin-bottom: 0;
}
.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__label {
font-weight: 600;
}
.sw_immosuite_expose .immosuite-expose__main h2 {
margin-top: 3.5rem;
}
.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__fields-field .immosuite-expose__fields-label,
.sw_immosuite_expose .immosuite-expose__fields-field .immosuite-expose__fields-value {
padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
.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;
}
}
.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);
}
.sw_immosuite_expose .immosuite-expose__divider {
margin-top: 4.5rem;
}

/* Archive Grid Layout */
.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: 1.5rem;
}

.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;
}

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

@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;
	}
}

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

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

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

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

.immosuite-readmore__button {
	text-align: center;
    background-color: rgb(191, 86, 87);
    background-image: none;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff!important;
    border-top-width: 2px;
    border-top-color: #7a9200;
    border-top-style: none;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-right-width: 2px;
    border-right-color: #7a9200;
    border-right-style: none;
    border-bottom-width: 2px;
    border-bottom-color: #7a9200;
    border-bottom-style: none;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-left-width: 2px;
    border-left-color: #7a9200;
    border-left-style: none;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px!important;
    padding-left: 24px;
	margin-top: 1rem;
}

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

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

.immosuite-listing-post__link {
	text-decoration: none!important;
}

.immosuite-listing-post__content p,
.immosuite-listing-post__content h2,
.immosuite-listing-post__content h3,
.immosuite-listing-post__content h4,
.immosuite-listing-post__content h5,
.immosuite-listing-post__content h6 {
	color: #666!important;
}

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

immosuite-search {
	margin-top: 2rem;
}

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