.load-more {
  margin-bottom: 0.625rem;
}
.load-more__btn {
  border: 1px solid #DBDEE8 !important;
  color: #4E5C6E !important;
  background-color: #EBECEF !important;
}
.spots-show-page {
  position: relative;
}
.spots-show-page * a, .spots-show-page * a:focus, .spots-show-page * a:hover {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.spots-show-page .feature-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.spots-show-page .feature-item-image {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.spots-show-page .feature-item-image > img {
  width: 50%;
}
.spots-show-page .feature-item-title {
  font-size: 12px;
  margin-top: 12px;
}
.spots-show-page .feature-item-percentage {
  font-size: 12px;
  margin-top: 8px;
}
.spots-show-page__header {
  position: relative;
  z-index: 0;
  height: 260px;
  margin: -0.625rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.spots-show-page__header:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.spots-show-page__header__title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
}
.spots-show-page__header__title * {
  display: contents;
  font-size: 18px;
  color: white;
}
.spots-show-page__details {
  margin-top: -70px;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 1;
}
.spots-show-page__details__upper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.625rem;
  z-index: 1;
}
.spots-show-page__details__upper .upper-item {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 0.3125rem;
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: white;
}
.spots-show-page__details__upper .upper-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #FF725E;
  color: white;
  border-radius: 50%;
}
.spots-show-page__details__upper .likes {
  justify-content: flex-start;
  width: 85px;
}
.spots-show-page__details__upper .likes--selected {
  background-color: #fff;
  color: #4E5C6E;
}
.spots-show-page__details__upper .likes span {
  margin-left: 0.15625rem;
  font-weight: bold;
}
.spots-show-page__details__upper .likes i {
  margin-left: 0.3125rem;
}
.spots-show-page__details__upper .gallery {
  justify-content: flex-end;
  width: 75px;
}
.spots-show-page__details__upper .gallery i {
  margin-right: 0.3125rem;
}
.spots-show-page__details__info-box {
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  margin-bottom: 0.625rem;
  border: 1px solid #dee2e6;
  background-color: white;
  border-radius: 0.25rem;
}
.spots-show-page__details__info-box .rating {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 2;
  position: relative;
}
.spots-show-page__details__info-box .rating .score-no {
  width: 42px;
  height: 36px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 0.25rem;
}
.spots-show-page__details__info-box .rating .rating__bullets {
  margin-top: -0.9375rem;
}
.spots-show-page__details__info-box .rating .count {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  left: 22px;
  position: absolute;
  top: 25px;
}
.spots-show-page__details__info-box .offer {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.3125rem;
  margin: 0 0.3125rem;
  border-right: 1px solid rgba(233, 233, 243, 0.6);
  border-left: 1px solid rgba(233, 233, 243, 0.6);
}
.spots-show-page__details__info-box .offer__value {
  font-size: 18px;
  color: #58D3A6;
  font-weight: bold;
}
.spots-show-page__details__info-box .offer span {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #4E5C6E;
  position: relative;
}
.spots-show-page__details__info-box .offer span:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 5px;
  height: 4px;
  background-color: #58D3A6;
  width: calc(100% - 10px);
  border-radius: 2px 2px 0 0;
}
.spots-show-page__details__info-box .icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FF725E;
  font-weight: bold;
}
.spots-show-page__details__info-box .icon i:before {
  font-size: 16px;
}
.spots-show-page__info {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  margin-bottom: 0.9375rem;
  border: 1px solid #dee2e6;
  background-color: white;
  border-radius: 0.25rem;
}
.spots-show-page__info__location {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
  flex: 3;
}
.spots-show-page__info__location .flags {
  width: 32px;
  height: 32px;
  margin-left: 0.625rem;
  display: block;
  border-radius: 0.25rem;
  background-color: #FF725E;
}
.spots-show-page__info__location a {
  margin-left: 0.625rem;
  position: relative;
  color: #4E5C6E !important;
}
.spots-show-page__info__location a:last-of-type {
  margin-left: 0;
}
.spots-show-page__info__location a:last-of-type:after {
  content: "";
}
.spots-show-page__info__location a:after {
  position: absolute;
  content: "/";
  left: -7px;
}
.spots-show-page__info__address {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 10px;
  color: #4E5C6E;
  border-right: 1px solid rgba(233, 233, 243, 0.6);
}
.spots-show-page__info__address i {
  font-size: 16px;
}
.spots-show-page__content {
  margin-bottom: 0.9375rem;
}
.spots-show-page__content p:last-of-type {
  margin-bottom: 0;
}
.spots-show-page__contact {
  width: 100%;
  margin-bottom: 0.625rem;
  z-index: 2;
  transition: all 0.2s ease-out;
}
.spots-show-page__contact__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 70px;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.spots-show-page__contact__inner .contact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-left: 1px solid rgba(233, 233, 243, 0.6);
  font-size: 10px;
  color: #4E5C6E !important;
}
.spots-show-page__contact__inner .contact-item:last-of-type {
  border-left: none;
}
.spots-show-page__contact__inner .contact-item .lst-icon-phone-light {
  transform: rotate(-30deg);
}
.spots-show-page__contact__inner .contact-item i {
  font-size: 20px;
}
.spots-show-page__canvas-gallery .section-title {
  margin-bottom: 0.625rem;
}
.spots-show-page__canvas-gallery__img-list {
  margin-bottom: 1.875rem;
  margin-left: -0.625rem;
}
.spots-show-page__canvas-gallery__img-list:last-of-type {
  margin-bottom: 0;
}
.spots-show-page__canvas-gallery__img-list a img {
  min-width: 70px;
  width: 22%;
  height: 70px;
  margin-left: 0.625rem;
  margin-bottom: 0.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.spots-show-page__canvas-gallery__more {
  height: 40px;
  background-color: #EBECEF;
  border: 1px solid #dee2e6;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #717C8B;
}
.spots-show-page .tour-footer {
  height: 90px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.9375rem;
  box-shadow: 0 4px 31px 27px rgba(90, 90, 90, 0.16);
  z-index: 1;
}
.spots-show-page .tour-footer__text {
  font-size: 12px;
}
.spots-show-page .tour-footer__text span {
  font-weight: 700;
  color: #5f0824;
}
.spots-show-page .tour-footer__actions {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.spots-show-page .tour-footer__actions .btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.agencies-show__details__info-box .license-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.agencies-show__details__info-box .license-item:nth-of-type(2) {
  padding-left: 0.3125rem;
  margin-left: 0.3125rem;
  border-right: 1px solid rgba(233, 233, 243, 0.6);
  border-left: 1px solid rgba(233, 233, 243, 0.6);
}
.agencies-show__details__info-box .license-item div {
  font-size: 9px;
  color: #4E5C6E;
}
.agencies-show__details__info-box .license-item span {
  font-size: 11px;
  color: #717C8B;
}
.agencies-show__info .info-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.agencies-show__info .info-item:first-of-type {
  padding-left: 0.625rem;
  flex: 2;
}
.agencies-show__info .info-item:nth-child(2) {
  padding-left: 0.3125rem;
  margin-left: 0.3125rem;
  border-right: 1px solid rgba(233, 233, 243, 0.6);
  border-left: 1px solid rgba(233, 233, 243, 0.6);
}
.agencies-show__info .info-item div {
  font-size: 9px;
  color: #4E5C6E;
}
.agencies-show__info .info-item span {
  font-size: 11px;
  color: #717C8B;
}
.agencies-show__related-tour {
  margin-bottom: 0.9375rem;
}
.agencies-show__related-tour__btn {
  height: 24px;
  width: 80px;
  text-align: center;
  line-height: 21px;
  border: 2px solid #FF725E;
  border-radius: 20px;
  font-size: 10px;
  color: #FF725E;
}
