* {
  box-sizing: border-box;
}
input[type='radio'] {
    accent-color: #cca000;
}
input[type='checkbox'] {
    accent-color: #cca000;
}
.swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 40px auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 0px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.swiper {
  width: 100% !important;
  min-width: 0; /* fontos, ha flex child */
  overflow: visible;
}

.mySwiper0 .swiper-slide {
  width: auto !important;   /* desktop: slide méretét a Swiper számolja */
  flex: 0 0 auto;
}

/* mobil (≤767px) */
@media (max-width: 767.98px) {
  .mySwiper0 .swiper-slide {
    width: 100% !important; /* mobil: egy slide = teljes képernyő */
    flex-shrink: 0;
  }
}

/* tablet (768–991px): 2 kép fér el */
@media (min-width: 768px) and (max-width: 991.98px) {
  .mySwiper0 .swiper-slide {
    width: calc(50% - 10px) !important; /* 2 kép + 20px spaceBetween */
    flex-shrink: 0;
  }
}

/* kisebb desktop (992–1199px): 3 kép fér el */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mySwiper0 .swiper-slide {
    width: calc(33.333% - 13.333px) !important;
    flex-shrink: 0;
  }
}

/* nagy desktop (≥1200px): 4 kép fér el */
@media (min-width: 1200px) {
  .mySwiper0 .swiper-slide {
    width: calc(25% - 15px) !important;
    flex-shrink: 0;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #007aff;
}


.bricolage-grotesque {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	color: black;
}
		.bricolage-grotesque-bold {
			font-weight: bold;
		}
		
.swiper-pagination-bullet {
	border: 1px solid #007aff;
	opacity: 80% !important;
}
.swiper-pagination-bullet-active {
  background: #007aff;
	border: 1px solid #007aff !important;
}	
		
		
.bauportal-corner {
  --s: 50px; /* the size on the corner */
  --t: 5px;  /* the thickness of the border */
  --g: 20px; /* the gap between the border and image */
  
  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #CCA000; /* the color here */
  outline-offset: calc(-1*var(--t));
  mask:
    conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
    0 0/calc(100% - var(--s)) calc(100% - var(--s)),
    linear-gradient(#000 0 0) content-box;
  transition: .4s;
}
.bauportal-corner:hover {
  outline-offset: calc(var(--g)/-1);
}






 /* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 
		
		
		
.szolg-button {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0
}		


.bz-black-button {
	background: #000 !important;
	color: #FFF !important;
height: auto;
  width: auto;
  padding: 0 20px;
  border: 1px solid white !important;
}
.bauportal-xl-text {
	font-size: 45px !important;
	margin: 30px 0 !important;
	line-height: 50px !important;
}

.bauportal-l-text {
	font-size: 22px !important; 
	line-height: 36px !important;
	color: #CCA000 !important;
	font-weight: bold !important;
}

.bauportal-m-text {
	font-size: 22px !important;
	line-height: 34px !important;
}

.bauportal-s-text {
	font-size: 18px !important;
	line-height: 26px !important;
}

.bauportal-xs-text {
	font-size: 14px !important;
	line-height: 16px !important;
}

.bauportal-bold-text {
	font-weight: bold !important;
}

.bauportal-black-text {
	color: #000000 !important;
}
.bauportal-white-text {
	color: #FFFFFF !important;
}
.bauportal-orange-text {
	color: #CCA000 !important;
}

.bauportal-align-justify {
	text-align: justify;
}

.bauportal-align-center {
	text-align: center;
}
		.bauportal-align-right {
			text-align: right;
		}

.bauportal-separator {
	border-right: 2px solid #fff;
}

.bauzone-submenu {
	background-color: white;
	position: absolute;
}
.bauzone-submenu a {
	color: #000;
	font-size: 13px;
  	font-weight: 600;
	text-transform: uppercase;
}
.keszen_allsz_arra_logo img {
	max-width: 400px;
}
.keszen_allsz_arra_logo {
	text-align: right;
	margin-bottom: 200px;
	margin-top: 100px;
}

@media (max-width: 768px) {
	.bauportal-xl-text {
		font-size: 36px !important;
		line-height: 44px !important;
	}
	.bauportal-l-text {
		font-size: 20px !important; 
		line-height: 24px !important;
	}
	.bauportal-m-text {
		font-size: 18px !important;
	}
	.bauportal-s-text {
		font-size: 14px !important;
	}
	.bauportal-xs-text {
		font-size: 10px !important;
	}
	.bauzone-submenu {
		background-color: white;
		position: relative;
	}
	.bauportal-separator {
		border-right: 0px none;
	}
	.banner-parallax .row {
		min-height: auto;
	}
	.LefedettsegiTerkep {
		background-image: none !important;
	}
}

@media (max-width: 1140px) {
	.bauzone-submenu {
		background-color: white;
		position: relative;
	}
	.LefedettsegiTerkep {
		background-image: none !important;
	}
}







@media (max-width: 992px) {
	.bauportal-xl-text {
			font-size: 36px !important;
			line-height: 44px !important;
		}
		.bauportal-l-text {
			font-size: 20px !important; 
			line-height: 24px !important;
		}
		.bauportal-m-text {
			font-size: 18px !important;
		}
		.bauportal-s-text {
			font-size: 14px !important;
		}
		.bauportal-xs-text {
			font-size: 10px !important;
		}
		
		
		.bauportal-separator {
			border-right: 0px none;
		}
		.bauzone-submenu {
			background-color: white;
			position: relative;
		}
		.banner-parallax .row > [class*="col-"] {
			flex-grow: 0;
		}
		.mobile-hide {
			display: none;
			text-align: left;
		}
		.keszen_allsz_arra {
			background-position: -100px top !important;
		}
		.keszen_allsz_arra_logo img {
			max-width: 200px !important;
		}
		.keszen_allsz_arra_logo img {
			max-width: 400px;
		}
		.keszen_allsz_arra_logo {
			text-align: left;
			margin-bottom: 200px;
			margin-top: 100px;
		}
		
		.LefedettsegiTerkep {
			background-image: none !important;
		}
		
		
	}
	
	@media (max-width: 576px) {
		.bauportal-xl-text {
			font-size: 36px !important;
			line-height: 44px !important;
		}
		.bauportal-l-text {
			font-size: 20px !important; 
			line-height: 24px !important;
		}
		.bauportal-m-text {
			font-size: 18px !important;
		}
		.bauportal-s-text {
			font-size: 14px !important;
		}
		.bauportal-xs-text {
			font-size: 10px !important;
		}
		.mobile-hide {
			display: none;
		}
		
		.bauzone-submenu {
			background-color: white;
			position: relative;
		}
		
		.szolg-button {
			position: unset !important;
		}
		.LefedettsegiTerkep {
			background-image: none !important;
		}
		
		
	}
	
	
	
	
	
	
		
		
		.kalkulator-info-1 {
			min-height: 600px; 
			background-image: url('<?=URL?>images/bauportal/kalkulator/01_nyilaszarok_sz.svg'); 
			background-position: center center;
			background-repeat: no-repeat;
			cursor: pointer;
			filter: grayscale(100%);
			-webkit-transition: all .5s ease-in-out;
		}
		.kalkulator-info-1:hover {
			filter: grayscale(0%);
		}
		.kalkulator-info-1 .box-content {
			background-color: #fff;
			padding: 10px;
			bottom: 100px;
			position: absolute;
			height: 100px;
			width: 100%;
		}
		.kalkulator-info-2 {
			min-height: 600px; 
			background-image: url('<?=URL?>images/bauportal/kalkulator/02_arnyekolastechnika_sz.svg'); 
			background-position: center center;
			background-repeat: no-repeat;
			cursor: pointer;
			filter: grayscale(100%);
			-webkit-transition: all .5s ease-in-out;
		}
		.kalkulator-info-2:hover {
			filter: grayscale(0%);
		}
		.kalkulator-info-2 .box-content {
			background-color: #fff;
			padding: 10px;
			bottom: 100px;
			position: absolute;
			height: 100px;
			width: 100%;
		}
		.kalkulator-info-3 {
			min-height: 600px; 
			background-image: url('<?=URL?>images/bauportal/kalkulator/03_garazskapuk_sz.svg'); 
			background-position: center center;
			background-repeat: no-repeat;
			cursor: pointer;
			filter: grayscale(100%);
			-webkit-transition: all .5s ease-in-out;
		}
		.kalkulator-info-3:hover {
			filter: grayscale(0%);
		}
		.kalkulator-info-3 .box-content {
			background-color: #fff;
			padding: 10px;
			bottom: 100px;
			position: absolute;
			height: 100px;
			width: 100%;
		}
		.kalkulator-info-4 {
			min-height: 600px; 
			background-image: url('<?=URL?>images/bauportal/kalkulator/04_kiegeszitok_sz.svg'); 
			background-position: center center;
			background-repeat: no-repeat;
			cursor: pointer;
			filter: grayscale(100%);
			-webkit-transition: all .5s ease-in-out;
		}
		.kalkulator-info-4:hover {
			filter: grayscale(0%);
		}
		.kalkulator-info-4 .box-content {
			background-color: #fff;
			padding: 10px;
			bottom: 100px;
			position: absolute;
			height: 100px;
			width: 100%;
		}


/* === MY SWIPER 1 FIX === */
.mySwiper1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible !important;
}

.mySwiper1 .swiper-slide {
	width: 100% !important;
	flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: black;
}

.mySwiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 450px; /* ne nőjön túl nagyra asztali nézetben sem */
  max-height: 400px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: block;
}

/* mobilon legyen kisebb */
@media (max-width: 768px) {
  .mySwiper1 .swiper-slide img {
    max-width: 90%;
    max-height: 250px;
  }
}
	
/* === MY SWIPER 2 FIX === */
.mySwiper2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible !important;
}

.mySwiper2 .swiper-slide {
	width: 100% !important;
	flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: black;
}

.mySwiper2 .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 450px; /* ne nőjön túl nagyra asztali nézetben sem */
  max-height: 400px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: block;
}

.mySwiper2 .swiper-slide {
  display: flex;
  flex-direction: column;  /* 🔹 kép fölül, szöveg alatta */
  align-items: center;     /* 🔹 középre igazítás vízszintesen */
  justify-content: center;
}
.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;  /* 🔹 arányosan igazítja */
  margin-bottom: 10px;  /* 🔹 kis tér a szöveg előtt */
}

/* a felirat a kép felett, középen */
.mySwiper2 .slide-caption {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  opacity: 0;
  transition: opacity 0.4s ease;
  line-height: 1.4;
}

/* csak az aktív slide felirata látszik */
.mySwiper2 .swiper-slide-active .slide-caption {
  opacity: 1;
}

/* mobilon legyen kisebb */
@media (max-width: 768px) {
  .mySwiper2 .swiper-slide img {
    max-width: 90%;
    max-height: 250px;
  }
}

.swiper {
  overflow: hidden !important;
}

.swiper-wrapper {
  display: flex !important;
  transition: transform 0.3s ease !important;
}

.swiper-slide {
  flex-shrink: 0 !important;
  width: auto; /* vagy unset, ha inline méretet ír a Swiper */
}

/* === STABIL SWIPER CSS === */
.swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.mySwiper1, .mySwiper2 {
  max-width: 100%;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  color: #007aff;
  z-index: 10;
}

@media (max-width: 768px) {
  .swiper-button-next { right: 8px; }
  .swiper-button-prev { left: 8px; }
}
		

/* === Swiper 1-2 mobil fix === */
.mySwiper1, .mySwiper2 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* minden slide tartalma középre igazítva */
.mySwiper1 .swiper-slide, .mySwiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-sizing: border-box;
  width: 100% !important;
  padding: 0 10px; /* 🔹 kis belső margó a szélekhez */
}

/* kép soha ne lógjon ki */
.mySwiper1 .swiper-slide img, .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* felirat stílusa */
.mySwiper1 .slide-caption, .mySwiper2 .slide-caption {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

/* csak az aktív slide felirata látszik */
.mySwiper1 .swiper-slide-active .slide-caption {
  opacity: 1;
}
.mySwiper2 .swiper-slide-active .slide-caption {
  opacity: 1;
}

/* mobil nézet külön fix */
@media (max-width: 767.98px) {
  .mySwiper1 {
    padding: 0 10px; /* 🔹 biztosítja, hogy ne nyúljon ki a viewportból */
  }
  .mySwiper2 {
    padding: 0 10px; /* 🔹 biztosítja, hogy ne nyúljon ki a viewportból */
  }
  .mySwiper1 .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .mySwiper2 .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
}

/* ----- mySwiper2: mobil jobbra kilógás fix ----- */
/* 1) biztos alap: a swiper konténer ne nyúljon túl a viewporton */
.mySwiper1, .mySwiper2 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;     /* elvágjuk a kilógást */
  padding: 0 !important;           /* ne legyen extra padding a konténeren */
  margin: 0 auto !important;
}

/* 2) slide teljes szélessége a konténeren belül, padding slide-on belül, de box-sizing miatt nem növeli a szélességet */
.mySwiper1 .swiper-slide, .mySwiper2 .swiper-slide {
  box-sizing: border-box !important;
  width: 100% !important;          /* minden slide pontosan a konténer szélessége */
  padding: 0 10px !important;      /* belső tér a széleken (nem növeli a külső szélességet) */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
}

/* 3) a kép soha ne lógjon ki */
.mySwiper1 .swiper-slide img, .mySwiper2 .swiper-slide img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* 4) felirat korrekt csomagolása és tördelése (nagy szöveg se tolja ki) */
.mySwiper1 .slide-caption, .mySwiper2 .slide-caption {
  width: 100% !important;
  max-width: calc(100% - 20px) !important; /* belső padding figyelembe vétele */
  margin: 10px auto 0 auto !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  box-sizing: border-box !important;
}

/* 5) biztos, hogy sehol nincs üres extra horizontális scroll */
html, body {
  overflow-x: hidden !important;
}










	
		
/* Nav layout */
.mega-menu {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 10px auto;
}

/* Bal és jobb menü */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.left-menu {
  justify-content: flex-start;
}

.right-menu {
  justify-content: flex-end;
}

/* Logo */
.menu-logo {
	justify-self: center;
  padding: 5px 30px;
	height: 60px;
}

.menu-logo img {
  height: 60px;
}

/* Menü linkek */
.menu > li > a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}





.mega-menu {
  background: transparent;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu > li > a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
	font-weight: bold;
}

.menu > li > a:hover {
  color: #CCA000;
}

/* Mega panel */
.mega-content {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 0 40px;   /* fontos: ne legyen vertical padding alapból */
  overflow: hidden;

  display: flex;
  flex-wrap: wrap;

  max-height: 0;
  opacity: 0;
  border-radius: 2px;
  transition: 
    max-height 0.35s ease,
    opacity 0.25s ease,
    padding 0.3s ease;
  
  
}
.mega-column img {
	height: 70px;
	margin-bottom: 5px;
}
.mega-column h3 {
	margin-top: 0;
	color: #000000;
	text-transform: uppercase;
	font-size: 16px;
}
.mega-column h4, .mega-column h4 a {
	color: #CCA000;
	font-size: 14px;
	font-weight: normal;
}


.mega-column {
  flex: 1;
  min-width: 200px;
  margin-right: 30px;
}
.mega-column:not(:last-child) {
	border-right: 1px solid #000;
}


.mega-column ul {
  list-style: none;
margin: 10px 0;
}
.mega-column ul.behuz {
  padding-left: 10px;
}


.mega-column ul li a {
  text-decoration: none;
  color: #333;
}

.mega-column ul li a:hover {
  text-decoration: underline;
}

.menu-logo img {
  height: 50px;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 20px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  margin-bottom: 5px;
}

@media (max-width: 1140px) {

  .mega-menu {
    grid-template-columns: auto auto;
  }
  
  .left-menu {
	  margin-top: 80px;
  }

  .left-menu,
  .right-menu {
    display: none;
    flex-direction: column;
    width: 100%;
	
	background-color: white;
	color: black;
  }

  .menu.active {
    display: flex;
  }
  
  .menu > li > a {
  color: black;
  padding: 10px 20px;
}

  .hamburger {
	position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
	z-index: 10000;
  }

  .menu-logo {
    justify-self: end;
    padding-right: 20px;
	  margin-right: -40px;
  }

  .mega-content {
    position: static;
    width: 100%;
    padding: 0;
  }
  
  .mega-column {
	  border: 0px none !important;
  }
  .mega-column img {
	  display: none;
  }
  .mega-column hr {
	  display: none;
  }
	
	
	.mpr {
		cursor: pointer;
	}
	.mpr1 {
		display: none;
	}
	
	.msz {
		cursor: pointer;
	}
	.msz1 {
		display: none;
	}
	
	.mva {
		cursor: pointer;
	}
	.mva1 {
		display: none;
	}
	
	.mha {
		cursor: pointer;
	}
	.mha1 {
		display: none;
	}
}

.has-mega.open .mega-content {
  max-height: 1000px;   /* nagyobb legyen mint a tartalom */
  opacity: 1;
  padding: 40px;
}



.bauzone-a-button {
	
	background: #CAA000;
  color: #FFF;
  text-shadow: none;
  font-weight: normal;
  height: auto;
	
	display: inline-block;
	
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #CAA000;
	
	width: 100%;
	line-height: 30px;
	max-width: 280px;
	padding: 10px 0;
}
a.bauzone-a-button:hover, a.bauzone-a-button:link, a.bauzone-a-button:active, a.bauzone-a-button:visited, a.bauzone-a-button:visited:active {
	background: #CAA000;
	color: #FFF;
	padding: 10px 0;
	border: 2px solid #CAA000;
}

.mySwiper .swiper-button-prev {
	background-color: transparent !important;
	height: 100% !important;
	top: 0 !important;
	width: 60px !important;
}

.mySwiper .swiper-button-next {
	background-color: transparent !important;
	height: 100% !important;
	top: 0 !important;
	width: 60px !important;
}
.mySwiper .swiper-button-disabled {
	pointer-events: auto !important;
}

.mySwiper-lablec .swiper-button-prev {
	background-color: transparent !important;
	height: 100% !important;
	top: 0 !important;
	width: 60px !important;
}

.mySwiper-lablec .swiper-button-next {
	background-color: transparent !important;
	height: 100% !important;
	top: 0 !important;
	width: 60px !important;
}
.mySwiper-lablec .swiper-button-disabled {
	pointer-events: auto !important;
}

.CybotCookiebotDialogBodyButton {
	line-height: unset !important;
}
#CookiebotWidget-btn-change, #CookiebotWidget-btn-withdraw {
	height: auto !important;
	line-height: unset !important;
}

