.drawer {
  flex-direction: column;
  height: 100vh;
  width: 100%;
  background: white;
  overflow: hidden;
}

.drawer-header {
  padding: 30px 30px 40px 30px;
  background: linear-gradient(90deg, rgba(0, 113, 206, 1) 0%, rgba(94, 160, 214, 1) 100%);
  color: white;
  box-shadow: 0 15px 8px rgba(0, 0, 0, 0.1);
}

.drawer-header h2 {
  color: #fff;
}

.drawer-header div {
  display: flex;
  justify-content: space-between;
}

.drawer .input-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}

.drawer .input-wrapper {
  flex: 1 1 80%;
  position: relative;
}

.drawer .input-wrapper input {
  padding: 8px 30px 8px 8px;
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  outline: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.navigation-icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

.geo-btn {
  height: 32px;
  background: white;
  border: 1px solid #cccccca9;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
}

.geo-btn i {
  font-size: 18px;
  color: #000;
}
  .store-heading { 
  padding-inline: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.store-heading > h2 {
  color:#616161 !important;
  font-weight: 600;
}
.store-list {
  overflow-y: auto;
  padding-inline: 35px;
  margin-top: 30px;
  height: calc(100vh - 220px);
}
 
.store-card { 
  padding: 15px; 
  margin: 10px 0;
  background: white;
  transition: all 0.2s ease;
}

.store-card h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #55565A;
  text-decoration: underline;
  font-weight: bold;
}

.store-card p {
  margin: 0px 0;
  font-size: 14px;
  color: #333;
}

.store-card p span {
  color: #1EA249;
  font-weight: bold;
}

.store-card p.contact-number {
  font-weight: bold;
}
 
.store-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.select-btn {
  background-color: #005da5;
  color: white;
  padding: 0.6rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}

.select-btn:hover {
  background: linear-gradient(181.81deg, #198ac5 1.53%, rgba(0, 97, 165, .53) 167.41%);
  border-color: #198ac5;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

.selected .select-btn  {
  visibility: hidden;
}


.star .icon {
  color: gold;
  margin-left: 4px;
  font-size: 25px;
}
p.star {
  font-size: 12px;
  font-weight: bold;
  color: rgba(128, 128, 128, 0.7);
  display: none;
  justify-content: flex-end;
  align-items: center;
 margin-top: -10px;
}

.selected .star  {
  display: flex;
}

.search-box::placeholder {
  font-weight: bold;
}

#store_locator_search_button {
  border: none !important;
  position: absolute;
  border-radius: unset !important;
  text-indent: -5555px;
  display: inline;
}

.store-list-hours div span {
  color: #1EA249;
  font-weight: bold;
}

.selected{
  background-color: #F3F9FE;
  border-radius: 10px;
}

.loading-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
}
 .store-spinner-border {
  color: #005da5;
}

.pac-container.pac-logo{
  z-index: 9999;
}

.pac-container:after {
  background-image: none !important;
  height: 0px;
}

 @supports (-webkit-touch-callout: none) {
 .drawer .input-wrapper input {
    font-size: 16px;
  }
}

 @media (max-width: 600px) {
  .store-card h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #55565A;
    text-decoration: underline;
    font-weight: bold;
  }

  .select-btn {
    background-color: #005da5;
    color: white;
    padding: 0.6rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
  }

  .store-card p {
    font-size: 12px;
  }
  .store-list-hours div span {
    color: #1EA249;
    font-weight: bold;
  }

  .store-list-hours div {
    font-size: 12px;
  }

  .search-box::placeholder {
    font-weight: bold;
    font-size: 12px;
  }

  .geo-btn {
    height: 32px;
    background: white;
    border: 1px solid #cccccca9;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    margin-top: -5px;
}

.store-heading {
  padding-inline: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.drawer-header {
  padding: 30px 30px 40px;
  background: linear-gradient(90deg, rgba(0, 113, 206, 1) 0%, rgba(94, 160, 214, 1) 100%);
  color: white;
  box-shadow: 0 15px 8px rgba(0, 0, 0, 0.1);
}
.store-list .store-card:last-child {
  margin-bottom: 80px;
}
 }

 

  @media only screen and (min-width: 768px ) and (max-width: 991px) {
  .drawer-header {
    padding: 30px 150px 70px;
    background: linear-gradient(90deg, rgba(0, 113, 206, 1) 0%, rgba(94, 160, 214, 1) 100%);
    color: white;
    box-shadow: 0 15px 8px rgba(0, 0, 0, 0.1);
  }

  .store-list {
    overflow-y: auto;
    padding-inline: 150px;
    margin-top: 30px;
    height: calc(100vh - 220px);
  }
  .store-list .store-card:last-child {
    margin-bottom: 40px;
  }
 }


 @media only screen and (min-width: 600px ) and (max-width: 768px) {
  .drawer-header {
    padding: 30px 100px 70px;
    background: linear-gradient(90deg, rgba(0, 113, 206, 1) 0%, rgba(94, 160, 214, 1) 100%);
    color: white;
    box-shadow: 0 15px 8px rgba(0, 0, 0, 0.1);
  }

  .store-list {
    overflow-y: auto;
    padding-inline: 100px;
    margin-top: 30px;
    height: calc(100vh -280px);
  }
  .store-list .store-card:last-child {
    margin-bottom: 40px;
  }
 }