.livingreit-share-price { position:absolute; z-index:10; background-color:  var(--live-green-1); top:-8px; right: 120px; height:33px; border-radius:6px; padding:2px 8px; display:flex; justify-content:center; align-content:center; color:var(--light); font-size:18px; gap:6px; border: 1px solid var(--live-green-3); flex-wrap:wrap; }
.lrsp-label { font-weight:600;}
.lrsp-price {}
.lrsp-arrow { font-size:14px;}
.lrsp-percent { font-size:14px;}

.livingreit-share-price[data-direction="up"] .lrsp-arrow,
.livingreit-share-price[data-direction="up"] .lrsp-percent   { color: var(--sec-teal); }

.livingreit-share-price[data-direction="down"] .lrsp-arrow,
.livingreit-share-price[data-direction="down"] .lrsp-percent { color: var(--sec-yellow); }

@media (max-width: 991px) { .livingreit-share-price { top:auto; right:60px; } }

@media (max-width: 767px) { .livingreit-share-price { font-size:16px; } }