.nearby-locations .nearby-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .nearby-locations .nearby-locations-grid {
    grid-template-columns: 1fr;
  }
}
.nearby-locations .nearby-card {
  border-radius: 8px;
  border: 1px solid #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .nearby-locations .nearby-loc-responsive {
    font-size: 28px !important;
    font-weight: 700;
  }
}
.nearby-locations .nearby-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nearby-locations .nearby-card-body .flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.nearby-locations .nearby-card-body .flex-grow-1 .nearby-card-title {
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 10px;
}
.nearby-locations .nearby-card-body .flex-grow-1 .nearby-card-title a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .nearby-locations .nearby-card-body .flex-grow-1 .nearby-card-title a {
    font-size: 18px !important;
  }
}
.nearby-locations .nearby-card-body .flex-grow-1 .nearby-card-address {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}
.nearby-locations .nearby-card-body .flex-grow-1 .shop-open-status {
  margin: 0;
  font-size: 15px;
}
.nearby-locations .nearby-card-body .flex-grow-1 .shop-open-status span {
  font-weight: 600;
}
.nearby-locations .nearby-card-body .flex-grow-1 .location_services {
  margin-top: auto;
  padding-top: 5px;
  min-height: 2.8em;
}
.nearby-locations .nearby-card-body .flex-grow-1 .location_services h6 {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.nearby-locations .nearby-card-body .flex-grow-1 .location_services p {
  margin: 0;
}
.nearby-locations .nearby-card-body .flex-grow-1 .location_services ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}
.nearby-locations .nearby-card-body .flex-grow-1 .location_services ul li {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .nearby-locations .nearby-card-body .flex-grow-1 .location_services {
    min-height: 2.4em;
  }
  .nearby-locations .nearby-card-body .flex-grow-1 .location_services h6 {
    font-size: 16px !important;
  }
}
.nearby-locations .nearby-card-body .mt-auto {
  margin-top: auto;
  padding-top: 1rem;
}
.nearby-locations .nearby-phone-btn {
  background-color: #0032E8;
  color: #ffffff;
  border: 2px solid #0032E8;
  border-radius: 999px;
  margin-bottom: 10px;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nearby-locations .nearby-phone-btn svg {
  margin-right: 13px;
  display: block;
}
.nearby-locations .nearby-phone-btn .gspb-buttonbox-textwrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nearby-locations .nearby-phone-btn .gspb-buttonbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nearby-locations .nearby-phone-btn:hover {
  background-color: #002dcf;
  color: #FFF;
  border: 2px solid #002dcf;
}
.nearby-locations .nearby-details-btn {
  background-color: #E1F4FB;
  color: #000;
  border: 2px solid #E1F4FB;
  border-radius: 999px;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nearby-locations .nearby-details-btn:hover {
  background-color: #ffffff;
  color: #0c1d2c;
  border: 2px solid #000;
}
/*# sourceMappingURL=nearby-locations.css.map */
