/* LHM SLUTVERSION 3 – INTRESSEANMÄLAN I POPUP 2026-08-01 */
/*
 * LHM bildvisning
 */

#lhm-image-series[hidden] {
	display: none !important;
}

body.lhm-image-series-open {
	overflow: hidden !important;
}

.lhm-desktop-all-images,
.lhm-price-type-secondary,
.lhm-fact-value {
	display: none;
}

#lhm-image-series {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	overflow-x: hidden;
	overflow-y: auto;
	background: #111;
	color: #fff;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

#lhm-image-series .lhm-image-series-header {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 58px;
	padding: 8px 14px;
	background: rgba(17, 17, 17, 0.94);
	box-sizing: border-box;
}

.lhm-image-series-close,
.lhm-image-series-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.lhm-image-series-close {
	position: static !important;
	float: none !important;
	margin: 0 auto !important;
	width: 42px;
	height: 42px;
	line-height: 1;
	opacity: 1 !important;
}

.lhm-image-series-close svg {
	display: block;
	width: 22px;
	height: 22px;
}

.lhm-image-series-close:focus {
	outline: none;
	box-shadow: none;
}

.lhm-image-series-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0 14px 18px;
}

.lhm-image-series-item {
	margin: 0;
	scroll-margin-top: 78px;
}

#lhm-image-series .lhm-image-series-item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 0 !important;
	background: #222;
}

.lhm-image-series-footer {
	display: flex;
	justify-content: center;
	padding: 6px 14px 32px;
}

.lhm-image-series-top svg {
	display: block;
	width: 25px;
	height: 25px;
}

.lhm-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media only screen and (max-width: 767px) {
	#deal-page #bilder.object-images-carousel {
		position: relative !important;
	}

	#bilder.object-images-carousel .owl-item a[data-lightbox="estateImage"] {
		display: block !important;
		width: 100% !important;
		aspect-ratio: 1 / 1 !important;
		overflow: hidden !important;
	}

	#bilder.object-images-carousel .owl-item a[data-lightbox="estateImage"] img {
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover !important;
		object-position: center center !important;
	}

	.lhm-mobile-gallery-controls {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr) 58px;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 12px 0 0;
		padding: 0;
		box-sizing: border-box;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-nav-button,
	.lhm-mobile-gallery-controls .lhm-gallery-series-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 58px;
		border: 0 !important;
		border-radius: 4px !important;
		box-sizing: border-box;
		box-shadow: none !important;
		cursor: pointer;
		background: rgba(45, 45, 45, 0.52) !important;
		color: #fff !important;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-nav-button {
		width: 58px;
		padding: 0;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-chevron {
		display: block;
		width: 21px;
		height: 21px;
		border-top: 5px solid currentColor;
		border-right: 5px solid currentColor;
		box-sizing: border-box;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-prev .lhm-gallery-chevron {
		transform: rotate(-135deg);
		margin-left: 8px;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-next .lhm-gallery-chevron {
		transform: rotate(45deg);
		margin-right: 8px;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-series-button {
		width: 100%;
		padding: 0 12px;
		font-size: 18px;
		font-weight: 600;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 380px) {
	.lhm-mobile-gallery-controls {
		grid-template-columns: 52px minmax(0, 1fr) 52px;
		gap: 8px;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-nav-button {
		width: 52px;
	}

	.lhm-mobile-gallery-controls .lhm-gallery-series-button {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) {
	.lhm-mobile-gallery-controls {
		display: none !important;
	}
}

@media only screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
	#deal-page #oversikt .object-header {
		padding: 0 !important;
		background: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	#deal-page #oversikt .object-header > .row {
		display: flex !important;
		flex-wrap: wrap !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#deal-page #oversikt .object-header > .row > .col-md-7 {
		order: 1;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}

	#deal-page #oversikt .object-images,
	#deal-page #oversikt .all-property-img {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#deal-page #oversikt .all-property-img {
		position: relative !important;
		overflow: hidden !important;
		background: #f3f3f3 !important;
		cursor: pointer !important;
	}

	#deal-page #oversikt .all-property-img img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
		margin: 0 !important;
		border: 0 !important;
		cursor: pointer !important;
	}

	#deal-page #oversikt .object-header > .row > .col-md-12 {
		order: 2;
		position: relative !important;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 12px 0 0 !important;
	}

	#deal-page #bilder.object-images-carousel {
		position: relative !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
	}

	#deal-page #bilder .owl-stage-outer {
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	#deal-page #bilder .owl-item {
		overflow: hidden !important;
	}

	#deal-page #bilder .owl-item a[data-lightbox="estateImage"] {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		aspect-ratio: 3 / 2 !important;
		overflow: hidden !important;
		background: #f1f1f1 !important;
		cursor: pointer !important;
	}

	#deal-page #bilder .owl-item a[data-lightbox="estateImage"] img {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		margin: 0 !important;
		border: 0 !important;
		object-fit: cover !important;
		object-position: center center !important;
		cursor: pointer !important;
	}

	#deal-page #bilder .owl-dots {
		display: none !important;
	}

	#deal-page #bilder .owl-nav button.owl-prev,
	#deal-page #bilder .owl-nav button.owl-next {
		position: absolute !important;
		top: 50% !important;
		z-index: 5 !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 46px !important;
		height: 62px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 3px !important;
		background: rgba(25, 25, 25, 0.48) !important;
		color: #fff !important;
		transform: translateY(-50%) !important;
	}

	#deal-page #bilder .owl-nav button.owl-prev {
		left: 12px !important;
	}

	#deal-page #bilder .owl-nav button.owl-next {
		right: 12px !important;
	}

	.lhm-desktop-arrow {
		display: block;
		width: 18px;
		height: 18px;
		border-top: 3px solid currentColor;
		border-right: 3px solid currentColor;
		box-sizing: border-box;
	}

	.lhm-desktop-arrow-prev {
		margin-left: 7px;
		transform: rotate(-135deg);
	}

	.lhm-desktop-arrow-next {
		margin-right: 7px;
		transform: rotate(45deg);
	}

	.lhm-desktop-all-images {
		position: absolute;
		right: 18px;
		bottom: 18px;
		z-index: 7;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 18px;
		border: 1px solid rgba(255, 255, 255, 0.82) !important;
		border-radius: 3px !important;
		background: rgba(20, 20, 20, 0.64) !important;
		color: #fff !important;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
	}

	#deal-page #oversikt .object-header > .row > .col-md-5 {
		order: 3;
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
	}

	#deal-page #oversikt .obeject-information {
		width: 100% !important;
		margin: 12px 0 0 !important;
		padding: 0 !important;
		background: #f7f7f7 !important;
		border: 0 !important;
	}

	#deal-page #oversikt .obeject-information > .property-title,
	#deal-page #oversikt .obeject-information > .property-region,
	#deal-page #oversikt .obeject-information > .description-paragraph {
		display: none !important;
	}

	#deal-page #oversikt #short-info {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#deal-page #oversikt #short-info .mspecs-wp-facts-list {
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
		gap: 1px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #dedede !important;
		border-top: 3px solid #39aa36 !important;
		list-style: none !important;
	}

	#deal-page #oversikt #short-info .mspecs-wp-facts-list-item {
		display: block !important;
		min-height: 94px !important;
		margin: 0 !important;
		padding: 18px 22px !important;
		background: #f7f7f7 !important;
	}

	#deal-page #oversikt #short-info .mspecs-wp-facts-list-item.lhm-price-type-item {
		display: none !important;
	}

	#deal-page #oversikt #short-info .mspecs-wp-facts-list-item-title {
		display: block !important;
		margin: 0 0 7px !important;
		color: #5b5b5b !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
	}

	#deal-page #oversikt #short-info .lhm-fact-original-value {
		display: none !important;
	}

	#deal-page #oversikt #short-info .lhm-fact-value {
		display: block !important;
		color: #171717 !important;
		font-size: 19px !important;
		font-weight: 600 !important;
	}

	#deal-page #oversikt #short-info .lhm-price-type-secondary {
		display: block !important;
		margin-top: 5px !important;
		color: #666 !important;
		font-size: 13px !important;
		font-weight: 400 !important;
	}

	#lhm-image-series {
		background: #080808 !important;
		scroll-snap-type: y proximity;
	}

	#lhm-image-series .lhm-image-series-header {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		z-index: 5 !important;
		height: 64px !important;
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.82),
			rgba(0, 0, 0, 0)
		) !important;
		pointer-events: none;
	}

	#lhm-image-series .lhm-image-series-close {
		margin-right: 0 !important;
		margin-left: auto !important;
		pointer-events: auto;
	}

	#lhm-image-series .lhm-image-series-list {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#lhm-image-series .lhm-image-series-item {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 100svh !important;
		min-height: 100svh !important;
		margin: 0 !important;
		padding: 40px !important;
		box-sizing: border-box !important;
		scroll-snap-align: start;
	}

	#lhm-image-series .lhm-image-series-item img {
		width: auto !important;
		height: auto !important;
		max-width: calc(100vw - 80px) !important;
		max-height: calc(100svh - 80px) !important;
		object-fit: contain !important;
		background: transparent !important;
	}
}

@media only screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
	#deal-page > .row > .col-12 > .property-title,
	#deal-page > .row > .col-12 > .object-short-desc {
		width: 100% !important;
		text-align: center !important;
	}

	#deal-page #bilder::before {
		content: none !important;
		display: none !important;
	}

	#deal-page #bilder {
		scroll-margin-top: 170px !important;
	}

	#deal-page .object-menu #objectNav:not(.affix) {
		width: calc(100% - 30px) !important;
		margin-right: 15px !important;
		margin-left: 15px !important;
		box-sizing: border-box !important;
		background-color: #39aa36 !important;
	}
}

/*
 * OBJEKTSKNAPPAR OCH KONTAKTFORMULÄR
 */

#lhm-price-watch-form-source[hidden],
#lhm-price-watch-modal[hidden],
#lhm-seller-contact-form-source[hidden],
#lhm-seller-contact-modal[hidden],
#lhm-interest-form-source[hidden],
#lhm-interest-modal[hidden] {
	display: none !important;
}

body.lhm-price-watch-open,
body.lhm-seller-contact-open,
body.lhm-interest-open {
	overflow: hidden !important;
}

#deal-page #oversikt .lhm-object-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	margin: 18px 0 0;
	padding: 0;
	box-sizing: border-box;
}

#deal-page #oversikt .lhm-object-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 12px 18px;
	border: 0 !important;
	border-radius: 4px !important;
	box-sizing: border-box;
	background: #365766 !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14) !important;
	cursor: pointer;
}

#deal-page #oversikt .lhm-object-action:hover,
#deal-page #oversikt .lhm-object-action:focus {
	background: #2d4956 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

#deal-page #oversikt .lhm-object-action svg {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

/*
 * Intresseanmälan på sidan: en tydlig uppmaning i stället för ett långt,
 * alltid öppet formulär.
 */
#intresse .lhm-interest-cta {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 34px;
	border: 1px solid #d9e1e4;
	border-radius: 7px;
	box-sizing: border-box;
	background: #f7f9fa;
	text-align: center;
	box-shadow: 0 8px 24px rgba(35, 58, 68, 0.08);
}

#intresse .lhm-interest-cta-heading {
	margin: 0 0 10px;
	color: #171717;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
}

#intresse .lhm-interest-cta-text {
	max-width: 650px;
	margin: 0 auto 22px;
	color: #4f5960;
	font-size: 17px;
	line-height: 1.55;
}

#intresse .lhm-interest-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 310px;
	min-height: 54px;
	margin: 0;
	padding: 13px 24px;
	border: 0 !important;
	border-radius: 4px !important;
	box-sizing: border-box;
	background: #365766 !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
	cursor: pointer;
}

#intresse .lhm-interest-trigger:hover,
#intresse .lhm-interest-trigger:focus {
	background: #2d4956 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

#intresse .lhm-interest-trigger:focus-visible {
	outline: 3px solid rgba(54, 87, 102, 0.25);
	outline-offset: 3px;
}

#intresse .lhm-interest-cta-note {
	margin: 12px 0 0;
	color: #667178;
	font-size: 14px;
	line-height: 1.4;
}

#intresse .lhm-interest-noscript {
	margin: 16px 0;
	padding: 12px;
	background: #fff4db;
	color: #5b4600;
}

#lhm-price-watch-modal,
#lhm-seller-contact-modal,
#lhm-interest-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	font-family: inherit;
}

.lhm-price-watch-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(19, 24, 27, 0.68);
	cursor: pointer;
}

.lhm-price-watch-dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 780px;
	max-height: calc(100svh - 48px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 38px 30px 30px;
	border-radius: 7px;
	box-sizing: border-box;
	background: #fff;
	color: #171717;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.32);
}

.lhm-price-watch-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #222 !important;
	cursor: pointer;
}

.lhm-price-watch-close:hover,
.lhm-price-watch-close:focus {
	background: #f0f0f0 !important;
}

.lhm-price-watch-close svg {
	display: block;
	width: 24px;
	height: 24px;
}

.lhm-price-watch-form h2,
.lhm-price-watch-success h2 {
	margin: 0 44px 8px 0;
	color: #171717;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.18;
}

.lhm-price-watch-address {
	margin: 0 0 8px;
	color: #4f5960;
	font-size: 16px;
	line-height: 1.4;
}

.lhm-interest-eyebrow {
	margin: 0 0 6px;
	color: #2f7f34;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.lhm-interest-modal-description {
	max-width: 690px;
	margin: 0 0 24px;
	color: #4f5960;
	font-size: 16px;
	line-height: 1.5;
}

#lhm-interest-modal .lhm-interest-form-shell,
#lhm-interest-modal #email-form {
	width: 100%;
	margin: 0;
	padding: 0;
}

#lhm-interest-modal #email-form .form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#lhm-interest-modal #email-form .form-group {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

#lhm-interest-modal #email-form .lhm-interest-half {
	grid-column: auto;
}

#lhm-interest-modal #email-form .lhm-interest-full,
#lhm-interest-modal #email-form .lhm-interest-required {
	grid-column: 1 / -1;
}

#lhm-interest-modal #email-form .mspecs-wp-label {
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

#lhm-interest-modal #email-form .lhm-interest-optional {
	color: #667178;
	font-size: 14px;
	font-weight: 400;
}

#lhm-interest-modal #email-form .form-control {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #aeb7bb !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	background: #fff !important;
	color: #171717 !important;
	font-family: inherit;
	font-size: 17px;
	line-height: 1.35;
}

#lhm-interest-modal #email-form textarea.form-control {
	height: auto;
	min-height: 96px;
	resize: vertical;
}

#lhm-interest-modal #email-form .form-control:focus {
	border-color: #365766 !important;
	outline: 3px solid rgba(54, 87, 102, 0.16) !important;
}

#lhm-interest-modal .lhm-interest-consent {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0 !important;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.45;
	cursor: pointer;
}

#lhm-interest-modal .lhm-interest-consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: #365766;
}

#lhm-interest-modal .lhm-interest-consent a {
	color: #287d2d;
	text-decoration: underline;
}

#lhm-interest-modal .lhm-interest-recaptcha {
	display: flex;
	justify-content: flex-start;
	min-height: 78px;
}

#lhm-interest-modal .mspecs-wp-recaptcha {
	max-width: 100%;
}

#lhm-interest-modal .lhm-interest-status {
	display: none;
	margin: 0;
	padding: 11px 13px;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.45;
}

#lhm-interest-modal .lhm-interest-status.email-fail,
#lhm-interest-modal .lhm-interest-status.email-success {
	display: block;
}

#lhm-interest-modal .lhm-interest-status.email-fail {
	border: 1px solid #d92d20;
	background: #fff3f2;
	color: #8f1d18;
}

#lhm-interest-modal .lhm-interest-status.email-success {
	border: 1px solid #3b8f40;
	background: #eef8ef;
	color: #236928;
}

#lhm-interest-modal .lhm-interest-submit {
	display: flex;
	justify-content: flex-end;
}

#lhm-interest-modal #email-button {
	width: auto !important;
	min-width: 245px;
}

#lhm-interest-modal #email-button:disabled {
	background: #8399a3 !important;
	cursor: not-allowed;
	opacity: 0.72;
}

#lhm-interest-modal .lhm-interest-required {
	margin: -4px 0 0;
	color: #667178;
	font-size: 13px;
	line-height: 1.4;
}

#lhm-interest-modal .lhm-interest-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 16px 0 0;
	color: #4f5960;
	font-size: 14px;
	line-height: 1.4;
}

#lhm-interest-modal .lhm-interest-loading img {
	display: block;
	width: 42px !important;
	height: 42px;
	margin: 0;
	object-fit: contain;
}

.lhm-price-watch-single-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 16px;
	width: 100%;
}

.lhm-price-watch-single-form > h2,
.lhm-price-watch-single-form > .lhm-price-watch-address,
.lhm-price-watch-single-form > .lhm-price-watch-valuation,
.lhm-price-watch-single-form > .lhm-price-watch-privacy,
.lhm-price-watch-single-form > .lhm-price-watch-submit {
	grid-column: 1 / -1;
}

.lhm-price-watch-single-form > .form-group,
.lhm-price-watch-single-form > .form-group > p {
	margin: 0;
}

#lhm-seller-contact-modal .seller-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
	row-gap: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#lhm-seller-contact-modal .seller-contact-form .form-group {
	flex: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#lhm-seller-contact-modal .lhm-seller-contact-full {
	grid-column: 1 / -1;
}

.lhm-price-watch-form .form-group {
	width: 100%;
	margin: 0 0 17px;
	padding: 0;
}

.lhm-price-watch-form .form-group > label {
	display: block;
	margin: 0 0 7px;
	color: #222;
	font-size: 15px;
	font-weight: 700;
}

.lhm-price-watch-form .form-control {
	display: block;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #aeb7bb !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	background: #fff !important;
	color: #171717 !important;
	font-family: inherit;
	font-size: 17px;
}

.lhm-price-watch-form .form-control:focus {
	border-color: #365766 !important;
	outline: 3px solid rgba(54, 87, 102, 0.16) !important;
}

.lhm-price-watch-continue,
.lhm-price-watch-submit-button,
.lhm-price-watch-success-close {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 52px;
	margin: 5px 0 0 !important;
	padding: 12px 20px !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-sizing: border-box;
	background: #365766 !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 17px !important;
	font-weight: 700 !important;
	cursor: pointer;
}

.lhm-price-watch-privacy {
	margin: 0 0 18px;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.45;
}

.lhm-price-watch-privacy label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0 !important;
	font-weight: 400 !important;
	cursor: pointer;
}

.lhm-price-watch-privacy input[type="checkbox"] {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: #365766;
}

.lhm-price-watch-privacy a {
	color: #287d2d;
	text-decoration: underline;
}

.lhm-price-watch-valuation {
	color: #4b4b4b;
	font-size: 14px;
	line-height: 1.45;
}

.lhm-price-watch-valuation label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0 !important;
	font-weight: 400 !important;
	cursor: pointer;
}

.lhm-price-watch-valuation input[type="checkbox"] {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: #365766;
}

.lhm-price-watch-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	color: #b42318;
	font-size: 14px;
}

.lhm-price-watch-form .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 10px 12px !important;
	border-width: 1px !important;
	border-radius: 3px;
	font-size: 14px;
}

.lhm-price-watch-form .wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}

.lhm-price-watch-success {
	padding: 15px 0 4px;
	text-align: center;
}

.lhm-price-watch-success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #365766;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}

.lhm-price-watch-success h2 {
	margin: 0 0 10px;
	text-align: center;
}

.lhm-price-watch-success p {
	margin: 0 0 24px;
	color: #555;
	font-size: 16px;
}

@media only screen and (min-width: 768px) {
	.lhm-price-watch-submit,
	#lhm-seller-contact-modal .lhm-seller-contact-submit {
		display: flex;
		justify-content: flex-end;
	}

	.lhm-price-watch-submit .lhm-price-watch-submit-button,
	#lhm-seller-contact-modal
	.lhm-seller-contact-submit
	.lhm-price-watch-submit-button {
		width: auto !important;
		min-width: 245px;
	}
}

@media only screen and (max-width: 767px) {
	#deal-page #oversikt .lhm-object-actions {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 14px;
	}

	#deal-page #oversikt .lhm-object-action {
		min-height: 58px;
		font-size: 17px;
	}

	#lhm-price-watch-modal,
	#lhm-seller-contact-modal,
	#lhm-interest-modal {
		align-items: flex-start;
		padding: 12px;
	}

	.lhm-price-watch-dialog {
		max-height: calc(100svh - 24px);
		padding: 50px 18px 24px;
		border-radius: 5px;
	}

	.lhm-price-watch-close {
		top: 8px;
		right: 8px;
	}

	.lhm-price-watch-form h2,
	.lhm-price-watch-success h2 {
		margin-right: 34px;
		font-size: 25px;
	}

	.lhm-price-watch-success h2 {
		margin-right: 0;
	}

	.lhm-price-watch-single-form,
	#lhm-seller-contact-modal .seller-contact-form {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 14px;
	}

	.lhm-price-watch-single-form > h2,
	.lhm-price-watch-single-form > .lhm-price-watch-address,
	.lhm-price-watch-single-form > .lhm-price-watch-valuation,
	.lhm-price-watch-single-form > .lhm-price-watch-privacy,
	.lhm-price-watch-single-form > .lhm-price-watch-submit,
	#lhm-seller-contact-modal .lhm-seller-contact-full {
		grid-column: 1;
	}

	.lhm-price-watch-form .form-group {
		margin-bottom: 0;
	}

	#intresse .lhm-interest-cta {
		padding: 24px 18px;
	}

	#intresse .lhm-interest-cta-heading {
		font-size: 23px;
	}

	#intresse .lhm-interest-cta-text {
		font-size: 16px;
	}

	#intresse .lhm-interest-trigger {
		width: 100%;
		min-width: 0;
		min-height: 58px;
		font-size: 17px;
	}

	#lhm-interest-modal #email-form .form-row {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 14px;
	}

	#lhm-interest-modal #email-form .lhm-interest-half,
	#lhm-interest-modal #email-form .lhm-interest-full,
	#lhm-interest-modal #email-form .lhm-interest-required {
		grid-column: 1;
	}

	#lhm-interest-modal .lhm-interest-modal-description {
		margin-bottom: 20px;
		font-size: 15px;
	}

	#lhm-interest-modal #email-form textarea.form-control {
		min-height: 82px;
	}

	#lhm-interest-modal .lhm-interest-recaptcha {
		overflow-x: auto;
	}

	#lhm-interest-modal .mspecs-wp-recaptcha {
		transform-origin: left top;
	}

	#lhm-interest-modal .lhm-interest-submit {
		display: block;
	}

	#lhm-interest-modal #email-button {
		width: 100% !important;
		min-width: 0;
	}
}
