.mod_amatic_locationfinder {
  position: relative;
  max-width: 1492px;
  width: 100%;
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 26px;
  /*.mobileAndTablet ({
		padding-left: 26px;
		padding-right: 26px;
	});*/
  padding-top: 70px;
  padding-bottom: 70px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mod_amatic_locationfinder {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.mod_amatic_locationfinder .ce_text {
  margin: 0 0 30px 0;
}
.mod_amatic_locationfinder .ce_text .crumb {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.mod_amatic_locationfinder .ce_text .headline {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
.mod_amatic_locationfinder .ce_form form .widget .search-wrap {
  position: relative;
}
.mod_amatic_locationfinder .ce_form form .widget .search-wrap input {
  padding-right: 50px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_amatic_locationfinder .ce_form form .widget .search-wrap button {
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.mod_amatic_locationfinder .map {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 599px) {
  .mod_amatic_locationfinder .map {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.mod_amatic_locationfinder .map > * {
  width: 100%;
  height: 100%;
}
.mod_amatic_locationfinder .map .amatic_location_info {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 0 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_amatic_locationfinder .results {
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  /*&.showing_more {
			.mobileAndTablet({
				max-height:400px; overflow:auto;
			});
		}*/
}
@media screen and (max-width: 1023px) {
  .mod_amatic_locationfinder .results {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mod_amatic_locationfinder .results > li.result {
  border: 1px solid #000000;
  padding: 14px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0;
  row-gap: 12px;
}
.mod_amatic_locationfinder .results > li.result strong {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.mod_amatic_locationfinder .results > li.result.invisible {
  display: none;
}
.mod_amatic_locationfinder .results > li.show_more {
  text-align: center;
  grid-column: span 3;
}
@media screen and (max-width: 1023px) {
  .mod_amatic_locationfinder .results > li.show_more {
    grid-column: span 1;
  }
}
