.space-box {
  border-radius: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3019607843);
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  margin-bottom: 30px;
  position: relative;
}
.space-box .collection-heart {
  position: absolute;
  width: 24px;
  height: 22px;
  top: -10px;
  left: calc(50% - 12px);
  background: url("/assets/components/space-box/icons/heart-empty.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.space-box .collection-heart.full {
  width: 37px;
  height: 40px;
  top: -28px;
  left: calc(50% - 20px);
  background: url("/assets/components/space-box/icons/heart-full-sparkles.svg") no-repeat center;
  background-size: contain;
}
.space-box .sub-space {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Mont-Book", sans-serif;
  font-size: 14px;
  background: #FFC2C2;
  border-radius: 5px 16px 5px 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 0 7px;
  color: #820000;
  z-index: 1;
}
.space-box .new-space {
  position: absolute;
  top: 5px;
  left: 5px;
  font-family: "Mont-Book", sans-serif;
  font-size: 14px;
  background: #D3E7EF;
  border-radius: 8px 2px 2px 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 0 7px;
  color: #0983B2;
  z-index: 1;
}
.space-box .space-box-slideshow-container {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.space-box .space-box-slideshow-container .tour-3d-available {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/components/space-box/icons/3d-tour.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
  border-radius: 50%;
}
.space-box .space-box-slideshow-container .space-box-slideshow img {
  width: 100%;
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-inner {
  height: 300px;
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-read-indicator {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  z-index: 1;
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-read-indicator.visited {
  background: var(--syi-color-secondary);
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-indicators {
  justify-content: end;
  margin-right: 10px;
  margin-bottom: 10px;
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-item {
  height: 100%;
}
.space-box .space-box-slideshow-container .space-box-slideshow .carousel-item img {
  object-fit: cover;
  height: 100%;
}
.space-box .space-box-slideshow-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(9, 131, 178, 0.4274509804) 0%, rgba(9, 131, 178, 0) 15%, rgba(9, 131, 178, 0) 100%) 0 0 no-repeat padding-box;
}
.space-box .space-box-slideshow-container .overlay .price {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--syi-color-primary);
  border-radius: 0 24px 0 0;
  font-family: "Mont-SemiBold", sans-serif;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: var(--syi-color-light);
  padding: 0 10px;
}
.space-box .space-box-slideshow-container .overlay .price .from {
  font-family: "Mont-Book", sans-serif;
  font-size: 13px;
}
.space-box .space-box-slideshow-container .overlay .price .number {
  font-size: 20px;
}
.space-box .space-box-slideshow-container .overlay .price .metric {
  font-family: "Mont-Book", sans-serif;
  font-size: 13px;
}
.space-box .space-box-info-container {
  text-align: center;
}
.space-box .space-box-info-container:hover {
  color: var(--syi-color-primary);
}
.space-box .space-box-info-container .space-box-title {
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 16px;
  color: var(--syi-color-dark);
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.space-box .space-box-info-container .space-box-subtitle {
  font-family: "Mont-Book", sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.space-box .space-box-info-container .space-box-subtitle .divider {
  margin: 0 2px;
}
.space-box .space-box-info-container .space-box-subtitle .space-box-location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 40%;
}
.space-box .space-box-info-container .space-box-subtitle .space-box-response-time {
  color: var(--syi-color-primary-selection-highlight);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.space-box .space-box-info-container .space-box-subtitle .space-box-response-time .response-time-icon {
  width: 18px;
}
.space-box .space-box-info-container .space-box-subtitle .space-box-response-time.response-rate-good {
  color: var(--syi-color-primary-selection-highlight);
}
.space-box .space-box-info-container .space-box-subtitle .space-box-response-time.response-rate-average {
  color: var(--syi-color-tertiary);
}
.space-box .space-box-info-container .space-box-subtitle .space-box-response-time.response-rate-bad {
  color: var(--syi-color-tertiary-selection-highlight);
}
.space-box .space-box-info-container .space-box-subtitle .space-box-reviews img {
  height: 18px;
}
.space-box .space-box-info-container .space-box-specs {
  height: 34px;
  background: rgba(222, 222, 222, 0.3);
  display: flex;
  justify-content: center;
}
.space-box .space-box-info-container .space-box-specs .space-box-spec {
  margin: 0 10px;
  align-self: center;
  font-family: "Mont-Book", sans-serif;
  font-size: 14px;
}
.space-box.space-box-in-map {
  box-shadow: none;
  margin: 0;
  max-width: 308px;
}
.space-box.space-box-in-map .space-box-slideshow-container .space-box-slideshow {
  max-width: 308px;
}
.space-box.space-box-in-map .space-box-slideshow-container .space-box-slideshow .carousel-item {
  width: 308px;
  height: 178px;
}
.space-box.space-box-in-map .space-box-info-container .space-box-title {
  font-size: 15px;
  margin-top: 5px;
}
.space-box.space-box-in-map .space-box-info-container .space-box-location {
  margin: 5px 0;
}
.space-box.space-box-in-map .space-box-info-container .space-box-specs {
  height: auto;
}

.space-box.space-box-in-map .space-box-slideshow-container .space-box-slideshow .carousel-inner {
  max-height: 200px;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .space-box .space-box-slideshow-container .space-box-slideshow .carousel-inner {
    height: 236px;
  }
}

/*# sourceMappingURL=space.css.map */
