<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#store-locator-title{font-size:40px;display:flex;margin-top:2rem;justify-content:center}
.main_search_label{display:contents!important}
.show-addresses fieldset{border:0;display:flex;gap:2rem;align-items:baseline;justify-content:flex-start}
#address_search{width:20%;margin-left:19rem}
@media only screen and (max-width:800px){
  #address_search,#submitBtn,#limit,#within_distance{width:100%;text-align:center}
  #address_search{margin-left:unset}
  .show-addresses fieldset{flex-direction:column;gap:1rem;text-align:center;align-items:center}
  .show-addresses select{padding:unset}
  #addresses_list{height:550px!important;overflow:auto}
}
.ermsg,.sumsg{font-size:14px}
.ermsg{color:red}
.sumsg{color:#00D100}
.user-email::placeholder,.user-name::placeholder{color:#fff}</pre></body></html>