body.single-objekt.single {

	 /* General Layout */
	 .single-objekt-content {
		  max-width: 1240px;
		  margin: 0 auto;
		  padding: 0 16px;
		  box-sizing: border-box;
	 }

	 .single-objekt-content *,
	 .single-objekt-content *::before,
	 .single-objekt-content *::after {
		  box-sizing: border-box;
	 }

	 .objekt-wrapper {
		  display: flex;
		  gap: 80px;
		  padding: 0;
	 }

	 .content-left {
		  flex: 1;
		  min-width: 0;
	 }

	 .content-sidebar {
		  width: 400px;
		  flex-shrink: 0;
	 }

	 /* Header Section */
	 .objekt-header {
		  display: flex;
		  align-items: center;
		  padding: 30px 0 20px 
	 }

	 .objekt-header .back-button {
		  display: flex;
		  align-items: center;
		  gap: 13px;
		  background: #FFFFFF;
		  color: #000000;
		  border: 1px solid #000000;
		  border-radius: 3px;
		  font-weight: 600;
		  cursor: pointer;
		  transition: all 0.3s ease;
		  padding: 12px 32px 12px 32px;
	 }

	 .back-button:hover {
		  background: #f5f5f5;
	 }

	 .gallery-wrapper {
		  margin-top: 20px;
	 }

	 /* Location Info */
	 .location-info {
		  display: flex;
		  align-items: center;
		  gap: 7px;
		  font-size: 18px;
		  font-weight: 700;
		  text-transform: uppercase;
		  margin: 5px 0 0;
	 }

	 /* Title */
	 .objekt-title {
		  font-size: 40px;
		  font-weight: 700;
		  line-height: 1.4;
		  padding: 8px 0 20px;
		  margin: 0;
		  word-break: break-word;
	 }

	 /* Mobile Sticky Buttons */
	 .mobile-sticky-buttons {
		  display: none;
		  position: fixed;
		  bottom: 25px;
		  left: 40px;
		  z-index: 999;
		  gap: 10px;
	 }

	 .mobile-action-btn {
		  display: flex;
		  align-items: center;
		  gap: 8px;
		  padding: 14px 28px;
		  background: #FFFFFF;
		  border: 1px solid;
		  border-radius: 5px;
		  font-weight: 600;
		  cursor: pointer;
		  transition: all 0.3s ease;
	 }

	 .btn-email {
		  color: #000;
		  border-color: #000;
	 }

	 .btn-call {
		  background: #D81132;
		  color: #fff;
		  border-color: #000;
	 }

	 .btn-email:hover {
		  background: #f5f5f5;
	 }

	 .btn-call:hover {
		  background: #b90d28;
	 }

	 /* Main Image */
	 .main-image-wrapper {
		  width: 100%;
	 }

	 /* Mobile Specs */
	 .mobile-specs-and-price {
		  display: none;

	 }

	 @media (max-width: 768px) {
		  .mobile-specs-and-price {
				display: block;
		  }
	 }

	 .mobile-specs-grid {
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  gap: 10px;
		  width: 100%;
	 }

	 .mobile-price {
		  display: flex;
		  flex-direction: column;
		  /* align-items: center; */
		  justify-content: center;
		  /* text-align: center; */
	 }

	 .mobile-price .price-label {
		  font-size: 11px;
		  font-weight: 500;
	 }

	 .mobile-price .price-value {
		  font-size: 20px;
		  font-weight: 700;
		  font-family: 'aller', sans-serif;
	 }

	 .spec-item {
		  font-size: 20px;
		  font-weight: 700;
		  font-family: 'aller', sans-serif;
		  display: flex;
		  justify-content: center;
	 }

	 .spec-item-item {
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  gap: 5px;
	 }

	 .spec-badge {
		  background: #8B8B8B;
		  color: #fff;
		  padding: 4px;
		  min-width: 48%;
		  text-align: center;
		  display: flex;
		  flex-direction: row;
		  align-items: center;
		  justify-content: center;
		  gap: 3px;
		  border-radius: 100px;
	 }

	 .spec-badge-label {
		  font-size: 13px;
		  font-weight: 500;
		  font-family: 'aller', sans-serif;
		  white-space: nowrap;
	 }

	 .spec-badge-text {
		  font-size: 11px;
	 }

	 /* CTA Text */
	 .cta-text {
		  text-align: center;
		  padding: 17px 0 0;
		  font-size: 20px;
		  line-height: 1.5;
	 }

	 .cta-text p {
		  display: none;
	 }

	 /* Section Titles */
	 .section-title {
		  font-family: 'open-sans', sans-serif;
		  font-size: 14px;
		  font-weight: 700;
		  text-transform: uppercase;
		  margin: 40px 0 0;
	 }

	 /* Properties Grid */
	 .properties-grid {
		  display: flex;
		  flex-wrap: wrap;
		  gap: 0;
		  margin: 5px 0;
		  justify-content: space-between;
	 }

	 .property-item {
		  width: 40%;
		  display: flex;
		  justify-content: space-between;
		  padding: 4px 0;
		  gap: 0;
	 }

	 .property-item span:first-child {
		  font-size: 16px;
		  font-weight: 400;
	 }

	 .property-item span:last-child {
		  font-size: 16px;
		  font-weight: 700;
	 }

	 /* Charging Box */
	 .charging-box-section {
		  display: none;
		  align-items: center;
		  justify-content: center;
		  gap: 30px;
		  margin: 18px 0 0;
		  padding: 10px;
		  background: #E3E3E3;
	 }

	 .charging-box-link.is-hybrid .charging-box-section,
	 .charging-box-link.is-electric .charging-box-section,
	 .charging-box-link.is-hybrid .charging-box-section,
	 .charging-box-link.is-electric .charging-box-section {
		  display: flex;
	 }

	 .charging-icon {
		  color: #D81132;
	 }

	 /* Info Sections */
	 .info-sections {
		  display: flex;
		  flex-direction: row;
		  gap: 10px;
		  margin: 10px 0 0 0;
		  grid-template-columns: 1fr 1fr;
	 }

	 .info-sections > div {
		  /* equal width */
		  flex: 1;
		  display: flex;
		  flex-direction: row;
		  gap: 0px;
		  align-items: center;
	 }

	 .info-item {
		  display: flex;
		  align-items: center;
		  gap: 10px;
		  padding: 0;
		  width: 100%;
	 }

	 .info-item svg {
		  color: #D81132;
		  flex-shrink: 0;
		  width: 35px;
		  height: 35px;
	 }

	 .info-content {
		  font-size: 14px;
	 }

	 /* Price Section */
	 .price-section {
		  padding: 0;
	 }
	 .price-section h2 {
		  margin-bottom: 10px;
	 }

	 .price {
		  font-size: 38px;
		  font-weight: 700;
		  font-family: 'aller', sans-serif;
		  color: #D81132;
		  margin: 0;
	 }

	 .finance-details {
		  max-height: 95px;
		  overflow: hidden;
		  transition: max-height 0.3s ease;
		  position: relative;
	 }

	 .finance-details.expanded {
		  max-height: none;
	 }

	 .finance-details h4 {
		  font-family: 'open-sans', sans-serif;
		  font-size: 14px;
		  font-weight: 700;
		  text-transform: uppercase;
		  margin: 0 0 4px;
	 }

	 .finance-row {
		  display: flex;
		  justify-content: space-between;
		  padding: 4px 0;
		  font-size: 14px;
	 }

	 .finance-row.hidden-field {
		  display: none;
	 }

	 .expandable-section:not(.expanded)::after {
		  content: '';
		  position: absolute;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 40px;
		  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	 }

	 .finance-details.expanded .finance-row.hidden-field {
		  display: flex;
	 }

	 .expand-btn {
		  display: block;
		  padding: 10px 30px;
		  background: #fff;
		  border: 1px solid #000;
		  color: #000;
		  font-weight: 600;
		  cursor: pointer;
		  margin-top: 5px;
		  transition: all 0.3s ease;
	 }

	 .expand-btn:hover {
		  background: #e8e8e8;
	 }

	 /* Spacers */
	 .spacer {
		  margin: 26px 0;
	 }

	 .spacer-small {
		  margin: 14px 0;
	 }

	 /* Contact Alternatives */
	 .contact-alternatives {
		  display: flex;
		  gap: 0;
	 }

	 .contact-toggle {
		  flex: 1;
		  padding: 14px;
		  background: transparent;
		  border: none;
		  border-bottom: 3px solid #DFEBF4;
		  color: #000;
		  font-family: 'open-sans', sans-serif;
		  font-size: 14px;
		  font-weight: 600;
		  text-transform: uppercase;
		  cursor: pointer;
		  transition: all 0.3s ease;
	 }

	 .contact-toggle.active {
		  border-bottom-color: #d81132;
	 }


	 /* Contact Forms */
	 .form-wrapper {
		  display: none;
		  margin-top: 12px;
	 }

	 .form-wrapper.active {
		  display: block;
	 }

	 .form-wrapper .af-field-distanspaketet {
		  display: none !important;
	 }

	 /* FAQ Section */
	 .faq-title {
		  text-transform: uppercase;
		  margin: 32px 0 0;
	 }

	 /* Related Cars */
	 .related-cars-section {
		  padding: 60px 0;
	 }

	 .related-headers {
		  text-align: center;
		  display: flex;
			flex-direction: column;
			gap: 12px;
	 }

	 .related-headers h2 {
		  font-size: 32px;
		  margin: 0;
		  line-height: 1.4;
	 }

	 .related-headers h2 span {
		  text-transform: lowercase;
	 }

	 .view-all-link a {
		  display: block;
		  font-family: 'aller', sans-serif;
		  font-size: 16px;
		  font-weight: 700;
		  color: #d81132;
		  text-decoration: none;
	 }

	 .related-cars-grid {
		  display: grid;
		  gap: 32px;
		  grid-template-columns: repeat(3, 1fr);
		  margin: 50px 0 0;
	 }

	 .related-car-item {
		  border-radius: 3px;
		  overflow: hidden;
	 }

	 .related-image {
		  margin-bottom: 10px;
	 }

	 .related-image img {
		  width: 100%;
		  height: auto;
		  border-radius: 3px;
	 }

	 .related-title {
		  font-size: 16px;
		  font-weight: 700;
		  margin: 10px 0 0;
	 }

	 /* Hide Utility Classes */

	 body.sold .hide-on-sold {
		  display: none;
	 }

	 .hide-mobile {
		  display: block;
	 }

	 /* Tablet Responsive (max-width: 1024px) */
	 @media (max-width: 1140px) {
		  .objekt-wrapper {
				gap: 40px;
		  }


	 }

	 /* Tablet Responsive (max-width: 1024px) */
	 @media (max-width: 1024px) {

		  /* .content-left {
				width: 80%;
		  } */

		  .content-sidebar {
				width: 300px;
		  }

		  .objekt-title {
				font-size: 36px;
		  }

		  .property-item {
				width: 45%;
		  }

		  .price {
				font-size: 36px;
		  }
	 }

	 /* Mobile Responsive (max-width: 768px) */
	 @media (max-width: 768px) {
		  .objekt-wrapper {
				flex-direction: column;
				gap: 20px;
		  }

		  .content-left {
				width: 100%;
				padding: 10px;
		  }

		  .content-sidebar {
				width: 100%;
				padding: 10px;
		  }

		  .objekt-header {
				padding: 20px 0 20px 0;
		  }

		  .objekt-title {
				font-size: 26px;
				padding: 8px 0 20px;
				margin: 6px 0 0 0;
		  }

		  .mobile-sticky-buttons {
				display: flex;
		  }

		  .mobile-action-btn {
				padding: 14px 28px 14px 30px;
		  }

		  .mobile-specs-and-price {
				display: flex;
				padding: 15px 0 0 0;
		  }

		  .mobile-specs-and-price>div {
				flex-direction: column;
		  }

		  .spec-item {
				font-size: 20px;
				margin: 0 5px 5px 0;
		  }

		  .spec-badge {
				font-size: 11px;
				padding: 0;
		  }

		  .cta-text {
				font-size: 17px;
				padding: 17px 0 0;
		  }

		  .properties-grid {
				gap: 10px;
		  }

		  .property-item {
				width: 48%;
				flex-direction: row;
				align-items: flex-start;
		  }

		  .price {
				font-size: 28px;
		  }

		  .related-cars-section {
				padding: 20px;
		  }

		  .related-headers h2 {
				font-size: 26px;
		  }

		  .related-cars-grid {
				grid-template-columns: 1fr;
				gap: 20px;
				margin: 50px 0 0;
		  }

		  .info-sections {
				flex-direction: column;
				gap: 15px;
		  }


		  .info-item svg {
				width: 40px;
				height: 40px;
		  }

		  .hide-mobile {
				display: none;
		  }

		  .related-by-brand {
				padding: 20px;
		  }
	 }

	 /* Extra Small Mobile (max-width: 480px) */
	 @media (max-width: 480px) {
		  .objekt-wrapper {
				gap: 10px;
		  }

		  .content-left,
		  .content-sidebar {
				padding: 5px 5px 10px;
		  }

		  .objekt-header {

		  }

		  .objekt-title {
				font-size: 24px;
		  }

		  .mobile-sticky-buttons {
				left: 10px;
				gap: 10px;
		  }

		  .mobile-action-btn {
				padding: 12px 20px;
				gap: 5px;
		  }

		  .btn-email {
				padding: 14px 28px 14px 28px;
		  }

		  .btn-call {
				padding: 14px 41px 14px 30px;
		  }

		  .property-item {
				width: 48%;
		  }

		  .related-cars-section {
				padding: 15px;
		  }
	 }
}





button.reserve-btn, a.reserve-btn{
		  width:100%;
		  background-color:white;
		  color:var(--e-global-color-primary);
		  padding: 15px 32px 15px 32px;
		  font-size: 16px;
	 }
	 .bankid-container.bankid-login-qr {
		  display: flex;
		  align-items: center;
		  flex-direction: column; 
	 }

	 .bankid-login-message {
		  margin-bottom: 0 !important;
		  height: auto !important;
	 }

	 .qrcode-container {
		  display: flex;
		  align-items: center;
		  justify-content: center;
	 }

	 ul.instructions {
		  list-style: decimal;
		  
	 }

	 ul.instructions li {
		  margin-bottom: 5px;
		  font-size: 16px;
		  font-weight: bold;
		  color: #235871;
	 }

	 ul.instructions li span {
		  font-size: 13px;
		  color: black;
		  font-weight: normal;
	 }
	 ul.instructions li span strong {
		  color: #183e4f;
	 }
	 
	 .wp-bankid {
		  margin-top: 20px;
		  border: 2px solid #183e4f;
		  padding: 7px;
		  border-radius: 24px;
		  color: #183e4f;
		  font-weight: bold;
		  cursor: pointer;
		  transition: all 0.2s;
	 }

	 .wp-bankid:hover {
		  border: 2px solid #235871;
		  color: #235871;
	 }

	 .wp-bankid-restart {
		  margin-top: 20px;
		  border: 2px solid #183e4f;
		  padding: 10px;
		  border-radius: 24px;
		  color: #183e4f;
		  font-weight: bold;
		  cursor: pointer;
		  transition: all 0.2s;
		  display: none;
	 }

	 .wp-bankid-restart:hover {
		  border: 2px solid #235871;
		  color: #235871;
	 }

	 .on-mobile-device .wp-bankid {
	 }

	 .failed .bankid-login-qr * {
		  display: none;
	 }

	 .failed .bankid-login-qr .bankid-login-message {
		  display: block;
	 }

	 .failed .wp-bankid-restart {
		  display: block;
	 }

	 .submit {
		  display: none !important;
	 }

	 .qrcodeicon {
		  width: 22px;
		  margin-left: 2px;
		  margin-bottom: -8px;
		  display: inline;
	 }
	 .bankid-logo-icon {
		  width: 22px;
		  display: inline;
		  vertical-align: middle;
		  padding-right: 5px;
	 }

	 img.bankid-qr-placeholder  {
		  width: 150px;
		  display: block;
		  filter: blur(2px);
		  opacity: 0.5;
	 }

	 .bankid-completed{
		  /*display:none;*/
		  text-align:center;
	 }
	 #reserveModal .btn-close{
		  background-color:transparent;
		  border:none;
	 }