#wattyl_store_finder_search .select2-container {
  max-width: 250px;
  width: 100% !important; }

#wattyl_store_finder_search .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  height: 37px;
  padding: 0 20px 10px 10px;
  display: flex;
  align-items: flex-end;
  height: 100%; }
  #wattyl_store_finder_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    padding-left: 0; }

#wattyl_store_finder_search .select2-selection__arrow {
  position: absolute;
  right: 8px;
  bottom: 4px;
  top: auto; }
  #wattyl_store_finder_search .select2-selection__arrow b {
    left: 100%;
    top: 50%; }

.stf-store__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
  gap: 1rem; }
  .stf-store__row > .stf-store__col:first-child {
    width: 10%; }

.stf-store__hours, .stf-store__store-info {
  flex: 1; }
  .stf-store__hours a, .stf-store__store-info a {
    width: 100%; }
  .stf-store__hours a.btn, .stf-store__store-info a.btn {
    width: fit-content !important;
    text-decoration: none; }
  .stf-store__hours a.btn--primary, .stf-store__store-info a.btn--primary {
    color: #fff !important;
    text-decoration: none; }

.stf-store__select-button {
  max-width: fit-content; }

.stf-store__hours p {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin: 4px 0; }
  .stf-store__hours p.notes {
    grid-template-columns: auto; }

.stf-store__tags {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  margin-bottom: 12px;
  flex-wrap: wrap; }
  .stf-store__tags button, .stf-store__tags a {
    border: 1px solid #626265;
    color: #626265;
    border-radius: 25px;
    font-size: 0.8rem;
    padding: 6px 18px !important;
    cursor: default !important; }
    .stf-store__tags button:hover, .stf-store__tags a:hover {
      border: 1px solid #626265;
      color: #626265; }

.modal__row {
  justify-content: space-evenly; }

.modal .stf-store__store-info, .modal .stf-store__hours {
  flex: 0 0 auto; }

.modal .stf-store__store-info {
  max-width: 290px; }

.pac-container {
  z-index: 9999 !important; }

@media (max-width: 1200px) {
  .stf-stores {
    max-width: 100% !important; } }

@media (max-width: 767px) {
  .stf-store__row {
    flex-direction: column; }
    .stf-store__row > .stf-store__col,
    .stf-store__row > .stf-store__col:first-child {
      width: 100%; }
    .stf-store__row > .stf-store__col {
      margin-bottom: 0.1rem; } }

.stf-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0; }
  .stf-loader--overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 10;
    padding: 0; }
  .stf-loader__spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #034ea2;
    border-radius: 50%;
    animation: stf-spin 0.75s linear infinite;
    display: block; }

@keyframes stf-spin {
  to {
    transform: rotate(360deg); } }

#mapcanvas {
  height: 400px; }

.section-store#store-single {
  position: relative; }
  .section-store#store-single img.me-2 {
    max-width: 75px; }
  .section-store#store-single p.mb-3 {
    margin-bottom: 0rem !important; }
  .section-store#store-single div.mt-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.single-store-finder-form #mapcanvas {
  display: none; }

.single-store-finder-form .stf-stores {
  display: none; }
