body.red{background-color:rosybrown}
.flats-widget .tooltip{position:fixed !important}
.flats-table .flats-table-cell[data-field="price"] [data-popup="price-history"]{display:flex;flex-direction:row-reverse}
.flats-table .flats-table-cell[data-field="price"] [data-popup="price-history"] .label svg{--svg-size:17px;opacity:0.7}
.flats-table .flats-table-cell[data-field="price"] .price{display:flex;flex-direction:column;text-align:center}
.flats-table .flats-table-cell[data-field="price"] .price small{font-size:14px;line-height:1}
.price-history{margin:0;padding:0}
.price-history li{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:10px;padding:10px}
@media (max-width:576px){.price-history li{padding-left:0;padding-right:0}}
.price-history li.current{grid-template-columns:100%;font-weight:600}
.price-history li.first span{font-weight:600}
.price-history li:not(:last-child){border-bottom:1px solid var(--hr-color)}
.price-history li::before{display:none}
.price-history li span{display:flex;flex-wrap:wrap;column-gap:5px;align-items:center;line-height:1.2}
@media (max-width:500px){.price-history li span{font-size:14px}}