﻿
.review-title-container {
  text-align: center;
  font-size: 1.1rem;
  color: #959595;
}

.store-review-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-evenly;
}

.store-rewiew-column {
  flex: 20%;
  max-width: 22.5%;
  min-width: 300px;
  padding: 0 4px;
}

@media (max-width: 1500px) {
  .store-rewiew-column {
    flex: 50%;
    max-width: 49%;
    margin: 0 0.5rem;
  }
}

@media (max-width: 550px) {
  .store-rewiew-column {
    flex: 100%;
    max-width: 100%;
  }
}


.review-tile {
  padding: 1.5rem;
  border: rgb(240,240,240) 1px solid;
  box-shadow: 11px 10px 44px -22px rgba(0,0,0,0.15);
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin: 1rem 5px;
  display: flex;
  flex-direction: column;
}

.review-details-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 90%;
  justify-content: space-between;
}

.store-reviewer-logo {
  width: 5rem;
}

.store-reviewer-logo-container {
  margin: 0.3rem;
}

.reviews-container {
  margin: 15px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.review-title {
  font-weight: bold;
}

.review-create-at {
  font-size: small;
}

.review-text-container {
  min-width: 17rem;
}

.review-text-container label {
  font-weight: bold;
  font-size: 13px;
}


.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 1.3rem;
  position: relative;
  margin: 5px;
  text-align: left;
  padding: 0;
}

.star-ratings .fill-ratings {
  color: #fcd15b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings .fill-ratings span {
  display: inline-block;
}

.star-ratings .fill-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
