/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 20:19:16 */
.show-when-free,
.show-when-reserved,
.show-when-sold { }

body[data-house="free"]    .show-when-reserved,
body[data-house="free"]    .show-when-sold { display: none !important; }

body[data-house="reserved"] .show-when-free,
body[data-house="reserved"] .show-when-sold { display: none !important; }

body[data-house="sold"]    .show-when-free,
body[data-house="sold"]    .show-when-reserved { display: none !important; }

/* Jei statusas nežinomas – viską slepiam (pasirinktinai) */
body[data-house="unknown"] .show-when-free,
body[data-house="unknown"] .show-when-reserved,
body[data-house="unknown"] .show-when-sold { display: none !important; }

.show-when-free[hidden],
.show-when-reserved[hidden],
.show-when-sold[hidden] { display: none !important; }
