.shelly-image-temperatures{width:100%;}
.shelly-image-wrap{position:relative;display:inline-block;max-width:100%;line-height:0;overflow:hidden;border-radius:12px;}
.shelly-image{display:block;width:100%;height:auto;max-width:100%;}
.shelly-temp-box{position:absolute;transform:translate(-50%,-50%);z-index:5;line-height:1.25;color:var(--shelly-color);background:var(--shelly-bg);font-size:var(--shelly-font-size);border-radius:var(--shelly-radius);padding:var(--shelly-padding);box-shadow:0 8px 28px rgba(0,0,0,.25);backdrop-filter:blur(4px);white-space:nowrap;pointer-events:none;}
.shelly-temp-name{font-size:.62em;opacity:.9;font-weight:600;margin-bottom:2px;}
.shelly-temp-value{font-weight:800;}
.shelly-temp-time{font-size:.55em;opacity:.8;margin-top:2px;}
.shelly-message,.shelly-debug{padding:10px 12px;border-radius:8px;background:#f3f4f6;color:#222;margin-top:8px;line-height:1.4;}
@media(max-width:600px){.shelly-temp-box{font-size:calc(var(--shelly-font-size) * .75);}}
