.base__outer-wrapper.page-heading{
  border-bottom-left-radius: 50px;
}
.page-heading .module-title{
  margin-bottom:16px;
}
.dealer-details-title {
  background-image:url('https://47418537.fs1.hubspotusercontent-na1.net/hubfs/47418537/website-assests/images/page_title_background.png');
  background-size:cover;
  background-color:var(--primary-2);
  display:flex;
  align-items:center;
  border-bottom-left-radius: 50px;
}

.dealer-details-title h2,h3,h4 {
  color:#ffffff;
}

.dealer-detail-title__container {
  display: flex;
  gap: 120px;
  align-items: center;
  justify-content: space-between;
}

.dealer-detail-title__image img {
  height:35px;
  max-width:100%;
}

.dealer-details-wrapper {
  display:flex;
}

.dealer-details-left {
  padding: 80px 175px 40px 200px;
  max-width:50%;
  width:50%;
}

.dealer-details-right {
  max-width:50%;
  width:50%;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  
}

.dealer-details-info {
  background:var(--tertiary-3);
  border-radius:15px;
}
.dealer-details-contact-data{
  display:flex;
  gap:16px;
  margin-bottom:10px;
}

.dealer-details__address {
  margin-right: 16px;
}

.dealer-details-contact-data img{
 height:24px;
}


.dealer-details-contact-data p{
 margin:0px;
}

.dealer-details-brief {
  line-height:24px;
  margin-top:16px;
}

.dealer-details-tag-wrapper {
  margin-top:16px;
}

.dealer-details-tag-wrapper span {
  display:inline-block;
  font-size:12px;
  font-weight:700;
  padding:4px 16px;
  background: var(--primary-1);
  border-radius:100px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.dealer-details-tag {

}

.dealer-details-form {
  
}

.dealer-details-map {
  margin-top:24px;
  border-radius:15px;
  overflow:hidden;
  max-height:460px;
}

.text-bold{
  font-weight:700 !important;
}

@media screen and (max-width: 1440px) {
  .dealer-details-left,.dealer-details-right {
    padding: 60px 100px;
  }
}

@media screen and (max-width: 1200px) {
  .dealer-details-left,.dealer-details-right {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .dealer-details-wrapper {
    flex-direction:column;
    align-items:center;
  }
  .dealer-details-left,.dealer-details-right {
    padding: 60px 80px;
    max-width:100%;
    width:100%;
  }
}

@media screen and (max-width: 768px) {
  .dealer-details-left,.dealer-details-right {
    padding: 60px 80px;
  }
}

@media screen and (max-width: 425px) {
  .dealer-details-left,.dealer-details-right {
    padding: 40px;
  }
  .dealer-details-right {
    padding: 40px 0 0 0;
  }
}

/*
//////////////////////////////////////////
Google Map Module Styles
//////////////////////////////////////////
*/

.gm-style iframe + div { border:none!important; } /* hides focus border */

.map__google-map {
    border-radius: 0;
    min-height: 430px;
}

.map__google-map button::before {
  content:none;
}

.map__locations--hidden {
    display: none;
}

.map__infowindow-wrapper {
    word-wrap: break-word;
    max-height: 100%;
    padding: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    min-width: 200px;
    margin-right: 20px;
}

.map__infowindow-direction a {
    margin-top: 0;
}

.map__infowindow-title {
    font-weight: 800;
    width: 90%;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
 
}

.map__infowindow-body {
  
    margin-bottom: auto;
  
}

.poi-info-window div, 
.poi-info-window a {
  
}

.map__infowindow-cta-container {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* override google maps infowindow class styling */
.gm-style-iw {
    padding: 0px !important;
    max-width: 280px !important;
}
  
.gm-style-iw-d {
    padding: 0px !important;
}
  
.gm-ui-hover-effect {
    background-color: #000000 !important;
    min-height: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    width: 20px !important;
    right: 16px !important;
    top: 16px !important;
}

.gm-ui-hover-effect>span {
    background-color: #ffffff !important;
    margin: auto !important;
    width: 20px !important;
    height: 20px !important;
}

.gm-control-active {
    min-height: auto !important;
    min-width: auto !important;
}

.poi-info-window.gm-style {
    padding: 16px 24px 16px 16px;
}

.map__infowindow-email a, .map__infowindow-phone a {
  text-decoration:none;
  color: var(--primary-1) !important;
}

@media screen and (max-width: 767px) {
  .dealer-detail-title__container {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}