#dealership-section {
  margin: 60px 0;
}

#dealership-section .search-box {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

#dealership-section .search-box .form-control:focus {
  color: #000;
  background-color: unset;
  border-color: #ccc;
  box-shadow: none;
}

#dealership-section .search-box #dealership-search {
  border-radius: 12px !important;
}

#dealership-section .search-box #dealership-search::placeholder {
  color: #ccc;
}

#dealership-section .search-box #dealership-search::-webkit-input-placeholder {
  color: #ccc;
}

#dealership-section .search-box #dealership-search::-moz-placeholder {
  color: #ccc;
}

#dealership-section .search-box #dealership-search:-ms-input-placeholder {
  color: #ccc;
}

#dealership-section .search-box #dealership-search::-ms-input-placeholder {
  color: #ccc;
}

#dealership-section .search-box #filter {
  gap: 60px;
}

@media screen and (max-width: 576px) {
  #dealership-section .search-box #filter {
    gap: 15px;
  }
}

#dealership-section .dealership-list {
  height: 532px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 576px) {
  #dealership-section .dealership-list {
    margin: 18px 0 0 0;
  }
}

#dealership-section .dealership-list::-webkit-scrollbar {
  width: 8px;
}

#dealership-section .dealership-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

#dealership-section .dealership-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ccc;
}

#dealership-section .dealership-list::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

#dealership-section .dealership-card {
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 98%;
}

#dealership-section .dealership-card h5 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  #dealership-section .dealership-card h5 {
    font-size: 18px;
  }
}

#dealership-section .dealership-card p {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 576px) {
  #dealership-section .dealership-card p {
    font-size: 14px;
  }
}

#dealership-section .dealership-card .card-body {
  padding: 0 !important;
}

#dealership-section .dealership-card .card-body .telephone {
  font-size: 16px;
  font-family: "inter-regular";
  line-height: 22.4px;
  color: #666;
  
  padding-left: 0 !important;
}

[dir="rtl"] #dealership-section .dealership-card .card-body .telephone {
  padding-left: 0 !important;
  
  padding-right: 0 !important;
}

@media screen and (max-width: 576px) {
  #dealership-section .dealership-card .card-body .telephone {
    
    padding-left: 0 !important;
  }

  [dir="rtl"] #dealership-section .dealership-card .card-body .telephone {
    padding-left: 0 !important;
    
    padding-right: 0 !important;
  }
}

#dealership-section .dealership-card .card-body .telephone svg.tel {
  visibility: hidden;
}

#dealership-section .dealership-card .card-body .tags {
  padding: 3px 12px;
  border: 1px solid #666;
  border-radius: 24px;
  width: fit-content;
  height: 23px;
}

@media screen and (max-width: 576px) {
  #dealership-section .dealership-card .card-body .tags {
    margin: 5px 0;
  }
}

#dealership-section .dealership-card .card-body .tags label {
  font-size: 12px !important;
  white-space: nowrap;
  text-align: center;
  display: inline;
}

#dealership-section .dealership-card.active {
  background-color: #e5e5e5;
}

#dealership-section .dealership-card .footnote {
  position: absolute;
  top: 24px;
  font-family: "inter-regular";
  
  right: 0;
  height: fit-content;
  
  padding: 6px 24px 6px 12px;
  font-size: 12px;
  line-height: 16px;
  background-color: #000;
  color: #fff;
}

[dir="rtl"] #dealership-section .dealership-card .footnote {
  right: auto;
  
  left: 0;
  
  padding: 6px 12px 6px 24px;
}

#dealership-section #desktop-map {
  display: block;
}

@media screen and (max-width: 576px) {
  #dealership-section #desktop-map {
    display: none;
  }
}

#dealership-section #desktop-map #map-desktop {
  height: 611px;
  width: 100%;
}

#dealership-section #mobile-map {
  display: none;
}

@media screen and (max-width: 576px) {
  #dealership-section #mobile-map {
    display: block;
  }
}

#dealership-section #mobile-map #map-mobile {
  height: 254.61px;
  width: 100vw;
  
  left: -20px;
}

[dir="rtl"] #dealership-section #mobile-map #map-mobile {
  left: auto;
  
  right: -20px;
}

#dealership-section .copy-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, .9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .2);
  transition: opacity .3s ease-in-out;
  
  right: 0;
  top: -35px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}

[dir="rtl"] #dealership-section .copy-tooltip {
  right: auto;
  
  left: 0;
}

#dealership-section a:-webkit-any-link:focus-visible {
  outline-offset: 0;
  outline: none;
}

#shareModal .modal-dialog {
  max-width: 600px;
}

@media screen and (max-width: 576px) {
  #shareModal .modal-dialog {
    max-width: auto;
  }
}

#shareModal .modal-content {
          border-radius: 24px;
  padding: 30px 24px 48px 24px;
  background: url(https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
  border: 12px solid #fff;
  height: 352px;
}

@media screen and (max-width: 576px) {
  #shareModal .modal-content {
    height: 382px;
  }
}

#shareModal .modal-header {
  border: none !important;
  padding: 0 !important;
}

#shareModal .modal-body {
  padding: 0;
}

#shareModal .modal-body h3 {
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 36px;
  margin: 12px 0;
}

@media screen and (max-width: 576px) {
  #shareModal .modal-body h3 {
    font-size: 30px;
  }
}

#shareModal .modal-body .form-control {
  border: 1px solid #000;
}

#shareModal .modal-body #socialMediaCta {
  margin: 24px 0;
}

#shareModal .modal-body .text-map {
  font-family: "inter-semibold";
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  #shareModal .modal-body .text-map {
    font-size: 14px;
  }
}

#shareModal .share-media {
  padding: 12px !important;
}

