.results-bar {
  border-bottom: 1px solid #eee;
  padding-bottom: .5rem;
}

.hotel-card {
  border: 1px solid #E9EEF3;
  border-radius: 14px;
  background: white;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.hotel-thumb-box {
  border-radius: 12px;
  overflow: hidden;
}
.fav-btn {
  position: absolute;
  top: 8px; right: 8px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
