.SingleProperty .Hero {
  align-items: flex-end;
  min-height: 90vh;
}
.SingleProperty .Hero .Hero__content {
  padding-bottom: 0;
}
.SingleProperty .Hero .Hero__content .Slider {
  margin: var(--base-spacing) 0;
}
.SingleProperty .Hero .Hero__content .Slider .splide__slide {
  border: 2px solid var(--color-white);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic {
  border-bottom: none;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.4));
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyTags {
  font-size: 1.2em;
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyPrice {
  font-size: 1.5em;
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyPrice > del {
  color: var(--color-gray-4);
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyPrice > span {
  font-size: 1.7em;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyParams {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 1.3em;
}
.SingleProperty .Hero .Hero__content .PropertyMetaBasic .PropertyParams > span:after {
  display: inline;
}
.SingleProperty .SingleProperty__main {
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
  display: flex;
  flex-direction: column;
  gap: var(--base-spacing);
}
