.score-no {
  background-color: #FF725E;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  line-height: 27px;
  flex-shrink: 0;
}
.score-no--sm {
  width: 32px;
  height: 18px;
  margin-left: 0.15625rem;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}
.score-no--md {
  width: 43px;
  height: 22px;
  margin-left: 0.3125rem;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 991.98px) {
.score-no--sm {
    width: 30px;
    height: 12px;
    margin-left: 0.15625rem;
    text-align: center;
    line-height: 12px;
    font-size: 9px;
}
}
.rating {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 0.3125rem;
}
.rating--boxed {
  background-color: white;
}
.rating__bullets {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.rating__bullets .icon {
  color: #FF725E;
  margin-left: 0.15625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating__bullets .icon:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 11px;
  vertical-align: top;
}
.rating__bullets .icon--sm {
  width: 12px;
  height: 12px;
}
.rating__bullets .icon--md {
  width: 14px;
  height: 16px;
}
.rating__bullets .icon--lg {
  width: 16px;
  height: 16px;
}
.rating__bullets .icon--lg:before {
  font-size: 16px;
}
.rating .count {
  justify-content: flex-end;
  display: flex;
  margin-right: 0.3125rem;
  white-space: nowrap;
  color: #4E5C6E;
}
.rating .count__lg {
  font-size: 12px;
}
@media (max-width: 1199.98px) {
.rating .count__lg {
    font-size: 10px;
}
}
.rating .count__md {
  font-size: 10px;
}
.rating .count__sm {
  font-size: 10px;
}
@media (max-width: 767.98px) {
.rating__bullets .icon:before {
    width: 8px;
    height: 8px;
    font-size: 12px;
}
.rating__bullets .icon--sm {
    width: 10px;
    height: 10px;
}
.rating .count {
    font-size: 8px;
}
}
.spot-list-item {
  display: flex;
}
.spot-list-item .card-body {
  display: flex;
}
.spot-list-item__image {
  position: relative;
  display: flex;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  width: 120px;
  height: 90px;
}
.spot-list-item__image__wrapper {
  position: absolute;
  width: 120px;
  height: 90px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.5) 80%, #000000 100%);
}
.spot-list-item__image img {
  display: flex;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
}
.spot-list-item__image .hotel-grade {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.spot-list-item__details {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.spot-list-item__details .upper {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(233, 233, 243, 0.6);
  margin-bottom: 0.3125rem;
}
.spot-list-item__details .upper__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-left: 0.3125rem;
  border-radius: 0.25rem;
  background-color: #F9F9FA;
  color: #949CA7;
}
.spot-list-item__details .upper__icon i:before {
  font-size: 17px;
}
.spot-list-item__details .upper__title {
  display: grid;
}
.spot-list-item__details .upper__title__fa {
  display: block;
  width: 100%;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.spot-list-item__details .upper__title__fa a {
  font-size: 13px;
  color: #333;
}
.spot-list-item__details .upper__title__en {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  color: #4E5C6E;
}
.spot-list-item__details .lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.spot-list-item__details .lower__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-left: -0.3125rem;
}
.spot-list-item__details .lower__data .location a {
  font-size: 10px;
  color: #4E5C6E;
}
.spot-list-item__details .lower__data .location a:after {
  content: "/";
}
.spot-list-item__details .lower__data .location a:last-of-type:after {
  content: "";
}
.spot-list-item__details .lower__data .btn {
  flex-shrink: 0;
  margin-left: 0.15625rem;
  font-size: 8px;
  font-weight: bold;
  height: 20px;
  line-height: 6px;
}
.spot-list-item__info {
  display: flex;
}
.spot-list-item__info > div {
  font-size: 10px;
  color: #4E5C6E;
}
.spot-list-item__info > div:first-of-type {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid #dee2e6;
}
.spot-list-item__info > div:last-of-type span {
  color: #58D3A6;
}
.spot-list-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 29px;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #0197F6;
  font-size: 10px;
  color: white !important;
}
.spot-list-item__btn:hover {
  color: white !important;
}
@media (max-width: 767.98px) {
.spot-list-item__details .info__category {
    width: calc(100% - 60px);
}
}
