@media screen and (max-width: 991px) {
	.top-info__wrapper.flexbox {
		flex-direction: column;
	}
	.detail-info__btns > div {
		width: 100%;
	}
}
.properties__list:has(.properties__item:only-child) {
	row-gap: 0px;
}


/* top meta */
.top-meta__section {
  background-color: #fafafa;
  background-color: var(--darkerblack_bg_black);
  padding: 1px 8px 2px;
}
.top-meta__date .svg-inline-sale {
  margin-right: 6px;
}
.top-meta .sale-list__item-sticker-value {
  margin: 0 -3px 0 0;
  font-size: 12px;
  line-height: 15px;
  line-height: var(--sticker-height);
  display: flex;
  padding: 3px 8px 5px;
}
