@charset "UTF-8";
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  トップページ、google評価CSS
  対応blade:
    laravel/views/top/sections/_google_evaluation.blade.php

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.evaluation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #d9ead7;
}
@media only screen and (max-width: 750px) {
  .evaluation {
    padding: 0 20px;
  }
}
.evaluation__top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #d9ead7;
  padding: 15px 0;
  width: 100%;
  gap: 35px;
}
@media only screen and (max-width: 750px) {
  .evaluation__top {
    flex-direction: column;
    gap: 20px;
  }
}
.evaluation__review {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 751px) {
  .evaluation__review {
    gap: 20px;
    flex-direction: row;
  }
}
.evaluation__review .review-card {
  background-color: white;
  border: 1px solid #d1e7d1;
  border-radius: 10px;
  padding: 15px 30px 20px 25px;
  width: 400px;
  box-shadow: 1px 1px 3px #00a027;
}
@media only screen and (max-width: 750px) {
  .evaluation__review .review-card {
    width: auto;
  }
}
.evaluation__review .review-card .evaluation__rating__front {
  color: #fbb03b;
}
.evaluation__review .rating {
  font-size: 24px;
  color: #ffcc00; /* Màu vàng cho sao */
}
.evaluation__review .content {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.evaluation__heading {
  width: 70px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  position: relative;
  width: 133px;
  height: 68px;
  border-radius: 20px;
}
@media only screen and (max-width: 750px) {
  .evaluation__heading {
    width: auto;
    height: 35px;
    flex-flow: row;
    padding: 0 15px;
    border-radius: 10px;
  }
}
.evaluation__heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transform: rotate(-236deg);
  position: absolute;
  border-width: 7px 7px 17px;
  right: -10px;
  bottom: -7px;
}
.evaluation__heading__text {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media only screen and (min-width: 751px) {
  .evaluation__heading__text {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.evaluation__heading__logo {
  width: 70px;
}
@media only screen and (min-width: 751px) {
  .evaluation__heading__logo {
    width: 95px;
  }
}
.evaluation__heading__count {
  background: #e50012;
  border-radius: 8px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 2.5px 5px;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  .evaluation__heading__count {
    top: -7px;
    right: 0;
  }
}
@media only screen and (min-width: 751px) {
  .evaluation__heading__count {
    font-size: 0.9375rem;
    line-height: 1;
    padding: 3px 6px;
    top: 3px;
    left: 117px;
  }
}
.evaluation__inner {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-around;
  align-items: center;
  background: #00a027;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .evaluation__inner {
    gap: 10px;
    padding: 10px;
    width: calc(100% + 20px);
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 751px) {
  .evaluation__inner {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 50px;
  }
}
.evaluation__block {
  display: flex;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .evaluation__block:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .evaluation__block {
    flex: 0 1 48%;
    width: 48%;
  }
}
.evaluation__name {
  width: auto;
  font-size: 0.5625rem;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: start;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 751px) {
  .evaluation__name {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.evaluation__rating {
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 5px 0 0;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .evaluation__rating {
    font-size: 0.8125rem;
    line-height: 1;
    margin: 0 10px 0 0;
  }
}
.evaluation__rating__star {
  padding: 0 1px;
}
@media only screen and (min-width: 751px) {
  .evaluation__rating__star {
    padding: 0 3px;
  }
}
.evaluation__rating__back {
  display: flex;
  color: #fff;
}
.evaluation__rating__front {
  width: 90%;
  display: flex;
  color: #fcee21;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.evaluation__number {
  font-size: 0.5625rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 900;
  color: #fcee21;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 751px) {
  .evaluation__number {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.evaluation__text {
  font-size: 0.4375rem;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  padding: 20px 0 0;
}
@media only screen and (min-width: 751px) {
  .evaluation__text {
    font-size: 0.8125rem;
    line-height: 1;
    padding: 0;
  }
}/*# sourceMappingURL=google_evaluation.css.map */