.pat-locator-wrap {
  display: flex;
  gap: 20px;
  width: 100%;
}

.pat-locator-left {
  width: 320px;
  background: #f6f1ea;
  padding: 20px;
}

.pat-locator-right {
  flex: 1;
}

#pat-map {
  width: 100%;
  height: 520px;
  background: #ddd;
}

#pat-results {
  margin-top: 15px;
  max-height: 460px;
  overflow: auto;
}

.pat-store-card {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  cursor: pointer;

}

.pat-store-card h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #606060 !important;
}

.pat-store-card p {
  color: #606060 !important;

}

.pat-select-location {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #b3122d;
  text-decoration: none;
}

.pat-store-card-active {
  position: relative;
  cursor: default;
}

.pat-close-card {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.pat-store-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  background: #b3122d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pat-loader {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.85;
  color: #606060 !important;
}


.pat-loader {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.85;
}

#pat-zip.pat-error {
  border: 2px solid #e11b22 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(225, 27, 34, 0.2) !important;
}

.pat-zip-error {
  color: #e11b22;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 600;
}

.pat-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pat-popup-box {
  width: 100%;
  max-width: 520px;
  background: #f4f0e6;
  border-radius: 10px;
  padding: 30px 25px;
  position: relative;
  text-align: center;
}

.pat-popup-box h2 {
  font-size: 34px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.pat-popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.pat-popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}

.pat-popup-box input,
.pat-popup-box textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #999;
  font-size: 14px;
  background: #fff;
}

.pat-popup-box textarea {
  min-height: 120px;
  resize: none;
}

.pat-popup-submit {
  margin-top: 16px;
  width: 100%;
  padding: 14px;
  background: #b01b1b;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.pat-loader {
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.85;
}

#pat-zip.pat-error {
  border: 2px solid #e11b22 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(225, 27, 34, 0.2) !important;
}

.pat-zip-error {
  color: #e11b22;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 600;
}



.pat-ui-wrap {
  display: flex;
  width: 100%;
  min-height: 800px;
  background: #f5f3ef;
}


.pat-ui-left {
  width: 420px;
  padding: 20px;
  background: #f5f3ef;
  overflow: auto;
}


.pat-ui-right {
  flex: 1;
  min-height: 800px;
}

#pat-map {
  width: 100%;
  height: 100%;
  min-height: 800px;
}


.pat-search-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 18px;
}

.pat-search-heading {
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}


.pat-country-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.pat-country-btn {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 30px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.pat-country-btn.active {
  background: #0c1f2b;
  color: #fff;
  border-color: #0c1f2b;
}


#pat-zip {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0 16px;
  font-size: 16px;
  outline: none;
  margin-bottom: 12px;
}


.pat-search-main-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #e11b22;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 12px;
}

.pat-search-secondary-btn {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #f0e1d3;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
}

.pat-search-icon {
  font-size: 18px;
}


.pat-results-count {
  text-align: center;
  font-size: 14px;
  margin: 14px 0;
  color: #555;
}

.pat-results-count span {
  font-weight: 800;
}


.pat-store-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #e7e3dd;
  margin-bottom: 16px;
  position: relative;
}

.pat-store-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 900;
  color: #111;
}

.pat-store-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 14px;
}

.pat-store-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
}

.pat-store-actions {
  display: flex;
  gap: 12px;
}

.pat-store-btn-red {
  flex: 1;
  height: 46px;
  border: none;
  border-radius: 10px;
  background: #e11b22;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.pat-store-btn-white {
  width: 130px;
  height: 46px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}


.pat-store-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f3f3f3;
  font-size: 18px;
  cursor: pointer;
}





















.pat-ui-left {
  display: flex;
  width: 580px;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  overflow: visible;
}

.pat-ui-left>p {
  display: none;
}

.pat-ui-wrap>p {
  display: none;
}

.pat-ui-wrap {
  display: grid;
  grid-template-columns: 580fr 860fr;
  grid-template-columns: 580px 1fr;
}

.pat-search-card {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E4E6E8;
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
}

.pat-search-heading {
  color: #737373;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 18px !important;
}

.pat-country-btn {
  color: #00263A;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: none;
}

.pat-country-btn.active {
  border-radius: 50px;
  background: #00263A;
  color: #fff;
}

.pat-country-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
  align-self: stretch;
}

.pat-country-tabs br {
  display: none;
}

.pat-search-card p:has(input) {
  width: 100%;
}

.pat-search-card p:has(input) {
  width: 100%;
}

#pat-zip {
  display: flex;
  padding: 23px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #A9A9A9;
  background: #F7F7F7;
  color: #000;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: auto;
}



.pat-search-card p:has(input) {
  margin: 0;
}

#pat-zip {
  margin-bottom: 0;
}




#pat-use-location {
  display: flex;
  padding: 16px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #EFE7D6;
  color: #646464;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  height: auto;
}

#pat-use-location br {
  display: none;
}

#pat-use-location {

  padding: 15px 14px;
}

.pat-search-card p:has(#pat-use-location) {
  width: 100%;
}



#pat-search-btn:hover {
  background: rgba(200, 16, 18, 1);
}

#pat-search-btn {
  color: #FFF;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  padding: 16px 16px 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(200, 16, 18, 0.93);
}

.pat-search-card p:has(#pat-search-btn) {
  width: 100%;
}




#pat-search-btn {
  margin-bottom: 0;
}

.pat-search-card p:has(#pat-search-btn) {
  order: 1;
}

.pat-search-card p:has(input) {
  margin-bottom: 16px !important;
}

.pat-search-card p:has(#pat-use-location) {
  margin-bottom: 16px !important;
}


.pat-search-card p:has(#pat-search-btn) {
  margin-top: 0;
}

.pat-search-card p:has(#pat-use-location) {
  margin-top: 0;
}




.pat-search-card {
  margin-bottom: 0;
}


#pat-results-count {
  margin: 0;
  color: #606060;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

#pat-results-num {
  color: #C8102E;
}

#pat-results-zip {
  color: #000;
}


.pat-store-card {
  border-radius: 12px;
  border: 1px solid #DADADA;
  background: #FFF;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
  align-self: stretch;
}

.pat-store-title {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pat-store-desc {
  color: #606060;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}

.pat-store-desc b {
  font-weight: inherit;
}

.pat-store-phone {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pat-store-actions-wrap {
  width: 100%;
}

.pat-store-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}




.pat-store-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}



.pat-store-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}




.pat-store-phone {
  margin-bottom: 0;
}




.pat-store-btn-red {
  color: #FFF;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  padding: 14px 16px 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(200, 16, 18, 0.93);
  height: auto;
}



.pat-store-btn-white:hover {
  background-color: #606060;
  color: #fff;
}

.pat-store-btn-white {
  color: #606060;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  width: 146px;
  padding: 12px 16px 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 2px solid #606060;
  height: auto;
}

.pat-store-actions {
  align-items: center;
}


.pat-store-btn-red:hover , .pat-store-btn-red:focus {
  background: rgba(200, 16, 18, 1);
  color: #fff;
}

.pat-store-info {
  width: 100%;
}


#store_locator_section {
  padding: 0;
}

.flexible_shared_wrapper {
  display: none;
}

.flexible_shared_wrapper+.row {
  margin-top: 0 !important;
}




.hero_title {
  color: #FFF !important;
  font-family: "Josefin Sans" !important;
  font-size: 64px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -2.56px !important;
  text-transform: uppercase !important;
}

.content_wrapper p {
  padding: 0 !important;
  color: #FFF !important;
  font-family: "Josefin Sans" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}





.content_section {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.content_wrapper {
  max-width: 100% !important;
}



.content_wrapper p {
  max-width: 100% !important;
}




.hero.short .row .col {

  height: auto !important;
  min-height: 300px;
  height: auto;
}




.pat-store-title {
  padding-right: 56px;
}



.pat-close-card {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzUwMV8xMzYyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzUwMV8xMzYyKSI+CjxwYXRoIGQ9Ik04LjUzMzMyIDI1LjMzMzRMNi42NjY2NiAyMy40NjY3TDE0LjEzMzMgMTZMNi42NjY2NiA4LjUzMzM1TDguNTMzMzIgNi42NjY2OUwxNiAxNC4xMzM0TDIzLjQ2NjcgNi42NjY2OUwyNS4zMzMzIDguNTMzMzVMMTcuODY2NyAxNkwyNS4zMzMzIDIzLjQ2NjdMMjMuNDY2NyAyNS4zMzM0TDE2IDE3Ljg2NjdMOC41MzMzMiAyNS4zMzM0WiIgZmlsbD0iIzk0OTQ5NCIvPgo8L2c+Cjwvc3ZnPgo=);
  font-size: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  padding: 0;
  top: 24px;
  right: 24px;
}



.pat-map-label {
  color: #FFF;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  width: 261px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #C8102E;
  box-shadow: 0 130px 36px 0 rgba(0, 0, 0, 0.00), 0 83px 33px 0 rgba(0, 0, 0, 0.01), 0 47px 28px 0 rgba(0, 0, 0, 0.05), 0 21px 21px 0 rgba(0, 0, 0, 0.09), 0 5px 11px 0 rgba(0, 0, 0, 0.10);
  position: absolute;
  transform: translate(-50%, -50%);
}



.pat-ui-left {
  min-width: 0;
}

.pat-ui-right {
  min-width: 0;
}


#pat-results {
  margin-top: 0;
}

@media (max-width: 767px) {



  .pat-ui-wrap {
    grid-template-columns: 1fr;
  }



  .pat-ui-left {
    width: 100%;
    gap: 24px;
  }

  .pat-store-card:last-child {
    margin-bottom: 0;
  }

  .hero_title {
    font-size: 48px !important;
    line-height: 1.2 !important;
  }

  .content_section {
    width: 100%;
    gap: 20px;
  }

  .content_wrapper p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }



  .pat-search-card p:has(input) {
    padding: 0 !important;
  }

  .pat-search-card p:has(#pat-use-location) {
    padding: 0 !important;
  }

  .pat-search-card p:has(#pat-search-btn) {
    padding: 0 !important;
    margin-bottom: 0;
  }

  .pat-search-card {
    padding: 24px;
  }

  .pat-search-heading {
    padding: 0 !important;
  }

  .hero.short .row .col {
    min-height: 390px;
    height: auto;
  }


}

#pat-search-btn br {
  display: none !important;
}


/* Inline | https://supersoundshop.com/prep/find-your-local-tutor/ */

.pat-zip-error {
  font-family: "Josefin Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 10px;
}



/* Inline | https://supersoundshop.com/prep/find-your-local-tutor/ */

.pat-popup-grid input,
#pat-no-results-form textarea {
  border-radius: 8px !important;
  border: 1px solid #A9A9A9 !important;
  background: #F7F7F7 !important;
  border-radius: 8px !important;
  border: 1px solid #A9A9A9 !important;
  background: #F7F7F7 !important;
  display: flex !important;
  padding: 24px !important;
  align-items: center !important;
  gap: 10px !important;
  align-self: stretch !important;
  color: #000 !important;
  font-family: "Josefin Sans" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  height: auto !important;
}

.pat-popup-submit {
  color: #FFF !important;
  font-family: "Josefin Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  display: flex !important;
  padding: 16px 16px 14px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 0 0 !important;
  border-radius: 8px !important;
  background: rgba(200, 16, 18, 0.93) !important;
}

.pat-popup-box p {
  color: #606060 !important;
  font-family: "Josefin Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.pat-popup-box h2 {
  font-family: "Josefin Sans" !important;
  font-size: 35px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -2.56px !important;
}



#store_locator_section .container {
  /* padding: 0; */
  /* max-width: 100%; */
  /* margin: 0; */
  max-width: 1470px;
}

#store_locator_section .container>.row {
  margin: 0;
}

#store_locator_section .container>.row>.content_col {
  padding: 0;
}


























@media (min-width: 768px) and (max-width: 1024px) {
  .pat-ui-wrap {
    grid-template-columns: 1fr;
  }

  .pat-ui-left {
    width: 100%;
  }

  .hero_title {
    font-size: 48px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content_wrapper p {
    text-align: center;
  }

}

#content.active #pat-results {
  display: none;
}

@media (min-width: 1025px) {

  #content.active .pat-ui-wrap {

    grid-template-columns: 1fr;
    gap: 0;
  }

  #content.active .pat-ui-left {
    padding: 0;
  }

  #content.active .pat-search-card {
    position: absolute;
    top: 70px;
    max-width: 430px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: calc(530px/2);
  }

  #content.active {
    position: relative;
  }

  #content.active .content_section {
    max-width: 540px;
  }

  #content.active .hero.short .row .col {
    min-height: 580px;
  }

  #content.active #store_locator_section .container>.row>.content_col {
    position: unset;
  }
}

@media (min-width: 1200px) {
  #content.active .pat-search-card {
    margin-left: calc(600px/2);
    max-width: 540px;
  }
}

@media only screen and (min-width: 1440px) {

  #content.active .pat-search-card {
    margin-left: calc(860px/2);
  }
}

.pat-store-phone a {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}



.pat-ui-right.container.container-fluid {
  position: relative;
}

#pat-map {
  width: 100%;
  height: 600px;
  /* apne layout ke hisaab se */
}

.pat-map-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.pat-map-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #eee;
  border-top: 4px solid #e11b22;
  border-radius: 50%;
  animation: patSpin .8s linear infinite;
}

@keyframes patSpin {
  to {
    transform: rotate(360deg);
  }
}

#pat-zip {
  margin-bottom: 16px;
}

#pat-search-btn {
  margin-bottom: 16px;
}


#content.active #pat-use-location {
  display: none;
}

.pat-search-card p br {
  display: none;
}

.pat-search-card p:has(#pat-zip) {
  margin-bottom: 0 !important;
}

.pat-search-card p:has(#pat-use-location) {
  margin-bottom: 0 !important;
}

.pat-search-card p:has(#pat-search-btn) {
  margin-bottom: 0 !important;
}

#pat-use-location {
  padding: 0;
  border: none;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -8px;
}

@media (max-width: 767px) {


  #pat-map {
    height: 400px;
  }

  .pat-ui-right,
  #pat-map {
    min-height: 400px;
  }

}

.pat-use-location-wrap br {
  display: none;
  position: relative;
}

#pat-use-location-toggle {
  position: absolute;
  right: 6px;
  bottom: 6px;
  top: 6px;
  background-color: #cc2123;
  border: none;
  border-radius: 8px;
  aspect-ratio: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  max-width: 58px;
  max-height: 58px;
}

#pat-zip {
  width: 100%;
}

.pat-use-location-wrap {
  width: 100%;
  position: relative;
}

#pat-zip:last-child {
  margin-bottom: 0 !important;
}

.pat-use-location-wrap:has(#pat-zip) #pat-zip {
  margin-bottom: 0;
}

.pat-use-location-wrap:has(#pat-zip) {
  margin-bottom: 16px;
}

#pat-use-location-toggle svg {
  width: 1em;
  height: 1em;
}


@media (min-width: 100px) and (max-width: 767px) {
  .pat-ui-left {
    padding: 24px 0px;
  }
  .pat-store-card {
    padding: 24px 20px;
  }
  .pat-search-card {
    padding: 24px 20px;
  }
  .pat-country-btn {
    font-size: 14px;
  }
  .pat-popup-grid input, #pat-no-results-form textarea {
    padding: 13px 7px !important;
    font-size: 14px !important;
  }
  .pat-popup-box h2 {
    font-size: 25px !important;
  }
  .pat-store-btn-red  {
    font-size: 14px;
    padding: 14px 10px 14px 10px;
  }
  .pat-store-btn-white {
    font-size: 14px;
  }
  #pat-zip {
    font-size: 15px;
  }
}
div#pat-results {
    width: 100%;
}


.pat-map-label{
  background: #F6F5F1;
  color: #000;
  border: 1px solid #F6F5F1;
}