<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.find-store-card, .selected-search-location-card {
  display: block;
  padding: 1rem;
  border-radius: 3px;
  background-color: #F3F2EE;
  border-left: 4px solid var(--body_hl_color);
}

.store-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #D3D2CF;
  border-radius: 3px;
  background-color: #FFF;
}

.nearby-locations .store-card {
  width: 408px;
  height: fit-content;
}

#store-filter-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: .5rem;
  margin-top: 1rem;
  margin-bottom: 0;
  cursor: pointer;
}

#store-filter-modal label {
  margin: .5rem;
  padding-left: .5rem;
  font-size: 14px;
}

#store-filter-modal .modal-header{
  border-bottom: none !important;
  background: #F3F2EE;
}

.store-focus {
  border: 3px solid #000;
}

.store-card-address {
  font-size: 16px;
  font-weight: 500;
  color: #5C5C5C;
  padding: .25rem 0 .5rem 0;
}

.store-card-location-icon{
  position: relative;
  display: flex;;
  width: 26px;
  height: 26px;
  font-size: 10px;
  font-weight: bold;
  font-family: Oswald, "sans-serif";
}
.store-card-location-icon div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.store-card-location-icon div:not(.white-ffffff-text){
  color: var(--body_btn_txt_color);
}

.store-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  margin: 1rem .5rem 1rem 0;
  background: #F3F2EE;
  border-radius: 3px;
  font-size: 14px;
  color: #191919;
}

.my-store-flag {
  position: relative;
  display: flex;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  width: 94px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  border-top-left-radius: 3px;
}

.my-store-flag:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 10px solid transparent !important;
  border-top: 15px solid;
  border-bottom: 15px solid;
}

.store-specific-map {
  display: block;
  position: relative;
  min-height: 200px;
  width: 100%;
}

.store-directions-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  padding: 10px;
  background: #F3F2EE;
}

.store-directions-button.map-overlay{
  background: none;
  padding: 0;
  margin-top: 1rem;
  text-align: left;
  justify-content: start;
}

.store-directions-button b{
  font-size: 12px;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.store-distance {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  text-transform: none;
}

.green-text {
  color: #7DBD34;
}

.map-button {
  font-size: 14px;
  margin: 1rem;
}

.map-button.reset-button{
  background: #d3d2cf;
  color: #ADADAA;
}

/** Google Maps modifiers **/

.gm-style-iw-t::after{

}

.gm-style .gm-style-iw-c{
  /* box-shadow: 0 0px 0px 1px rgb(0, 0, 0); */
}

.gm-style-iw button { display:none !important; } /* Hide google maps X icon (close) from the pin's tooltips */</pre></body></html>