﻿.hp-search__item {
  cursor: pointer;
  list-style: none;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.hp-search__item:hover {
  background: rgba(167, 40, 138, 0.05);
}

.hp-search__card {
  position: absolute;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  z-index: 1;
  top: -5px;
  margin-top: 70px;
}

.search-header {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.search-header h1 {
  font-size: 2rem;
}
.search-header p {
  font-size: 15pt;
}
.search-header #SearchArea input {
  height: 70px;
  border: 0;
}
.search-header #SearchArea .btn-white {
  background: white !important;
  color: #a7288a;
  border: 0;
  -webkit-appearance: none !important;
}
.search-header #SearchArea .btn-white:hover, .search-header #SearchArea .btn-white:acive, .search-header #SearchArea .btn-white:focus {
  background: white !important;
  color: #7e1e68 !important;
}
