body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.review-stars {
  font-size: 18px;
  color: gold;
}

.large-stars {
  font-size: 28px;
  color: gold;
}

.empty-stars {
  color: lightgray;
  font-size: 18px;
}

.large-empty-stars {
  color: lightgray;
  font-size: 28px;
}

.user {
  font-weight: 600;
}

.review-stars {
  vertical-align: middle;
}

.review-date {
  vertical-align: middle;
}

.review-stars-container {
  margin-left: -3px;
}

.total-reviews {
  font-weight: 600;
}

.average-reviews {
  font-weight: 600;
}

h1 {
  font-size: 32px;
}

.empty-stars{
  vertical-align: middle;
}

.reviews-list {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
}

.reviews-list .review-item {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.reviews-list li:hover {
  background-color: #FBFBFB;
}

.reviews-list .review-item:last-child {
  border-bottom: none
}

.wrapper {
  display: grid;
  grid-template-columns: minmax(30px, auto) minmax(100px, auto) 1fr;
  font-weight: 600;
}

.footer-link {
  color: white;
  padding-right: 10px;
}

.footer-link:hover {
  text-decoration: underline;
}

.reviews-link {
  padding-right: 8px;
  white-space: nowrap;
}

.search-field {
  height: 50px !important;
}

.search-col {
  padding: 0 !important;
}

.search-button {
  height: 64px;
  width: 100%;
}

.search-icon {
  color: lightgray;
}

.link-container {
  border-radius: 5px;
  border-style: solid;
  border-color: #2196F3;
  border-width: 1px;
  padding: 3px 10px 3px 10px;
  margin-right: 8px;
  line-height: 38px;
  white-space: nowrap;
}

.link-container:hover {
  background-color: white;
}

.hidden {
  display: none;
}

.prev-next-buttons .col {
  padding: 0;
}
