@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--navy:#07324a;--navy2:#0a4059;--green:#0b8b60;--green2:#18a66d;--orange:#f28b18;--red:#e6292e;--blue:#1684d4;--ink:#20384a;--muted:#718395;--line:#e5edf2;--bg:#f2f6f9;--white:#fff;--shadow:0 2px 9px rgba(27,62,87,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:12px}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:178px;background:linear-gradient(180deg,#062b40,#082d42);color:#dceaf0;display:flex;flex-direction:column;box-shadow:2px 0 9px #12374a12}.brand{height:55px;display:flex;align-items:center;gap:7px;padding:6px 10px;background:#042438;border-bottom:1px solid #1d4a5e}.brand-logo{width:36px;height:36px;object-fit:contain;background:#fff;border-radius:3px;flex-shrink:0}.brand-copy{min-width:0;color:#f5c84a;line-height:1.02}.brand-copy strong{display:block;font-size:10px;font-weight:500}.brand-copy b{display:block;font-size:12px;color:#fff;font-weight:600;letter-spacing:-.5px}.sidebar-close{display:none}.nav{padding:7px 8px 14px;overflow-y:auto;flex:1}.nav a{height:28px;display:flex;align-items:center;gap:9px;padding:0 9px;margin:1px 0;border-radius:4px;color:#d7e6ed;text-decoration:none;font-size:10px}.nav a i{font-style:normal;width:15px;text-align:center;font-size:13px;color:#eaf4f8}.nav a.active{background:#087f5b;color:#fff;font-weight:700;box-shadow:inset 0 0 0 1px #36a57b}.nav a:hover{background:#124c61}.nav-label{font-size:8px;letter-spacing:.45px;color:#9ab1bd;padding:11px 8px 4px}.sidebar-bottom{padding:12px 12px 16px;border-top:1px solid #19495e;font-size:9px;color:#d9e8ed}.sidebar-bottom small{display:block;margin:5px 0 0 13px;color:#84a5b3;font-size:8px}.live-dot{display:inline-block;width:7px;height:7px;background:#3ed18b;border-radius:50%;margin-right:6px}.main{margin-left:178px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:180px;display:flex;align-items:flex-start;gap:15px;padding:20px 21px;background:#fff url('../img/hospital-banner.svg') center 58%/cover no-repeat;border-bottom:1px solid #dfe8ed;position:sticky;top:0;z-index:15;overflow:hidden}.topbar:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 27%,rgba(255,255,255,.68) 48%,rgba(255,255,255,.12) 100%);pointer-events:none}.topbar>*{position:relative}.menu-btn{display:none;border:0;background:#eaf2f5;color:#16465c;border-radius:5px;width:30px;height:30px;font-size:18px}.top-brand{line-height:1.1}.top-title{font-size:22px;font-weight:800;letter-spacing:-1px;color:#102f45}.top-title span{color:#e0a022}.top-title em{font-style:normal;color:#153f57;font-size:18px}.top-subtitle{font-size:11px;color:#132f43;margin:3px 0 2px}.top-meta{font-size:9px;color:#45667a}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:18px}.today{text-align:right;font-size:9px;color:#516d80;white-space:nowrap}.today strong{display:block;font-size:14px;color:#123e5a;margin-top:2px}.user-pill{display:flex;align-items:center;gap:7px;color:#264a5e;font-size:9px;white-space:nowrap}.user-pill small{display:block;color:#7c909c;font-size:8px;margin-top:3px}.user-avatar{width:28px;height:28px;border-radius:50%;background:#e5f4eb;color:#087d55;display:grid;place-items:center;font-weight:800}.user-pill a{color:#0b805c;text-decoration:none;font-size:17px;margin-left:3px}.content{padding:11px 14px 20px;flex:1;max-width:1800px;width:100%;margin:0 auto}.page-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.page-heading h1{font-size:18px;margin:0 0 3px;letter-spacing:-.4px;color:#19364c}.page-heading p{margin:0;color:#71889a;font-size:10px}.heading-date{font-size:9px;color:#627c8d;text-align:right}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:9px}.kpi-card{min-width:0;min-height:61px;background:#fff;border:1px solid #e7edf1;border-radius:7px;box-shadow:var(--shadow);display:grid;grid-template-columns:39px 1fr;grid-template-rows:1fr auto;align-items:center;padding:7px 8px;column-gap:9px}.kpi-icon{grid-row:1/3;width:39px;height:44px;border-radius:5px;display:grid;place-items:center;color:#fff;font-size:20px}.kpi-icon.teal{background:#087f6d}.kpi-icon.green{background:#11a65d}.kpi-icon.orange{background:#f38b18}.kpi-icon.red{background:#e5232b}.kpi-icon.blue{background:#2186dd}.kpi-icon.blue2{background:#178bd9}.kpi-main strong{display:block;font-size:19px;line-height:1.1;color:#193e55}.kpi-main span{display:block;color:#637d90;font-size:10px;margin-top:3px}.kpi-main small{display:block;color:#6e8291;font-size:8px;margin-bottom:2px}.kpi-foot{font-size:8px;color:#9aabb5;grid-column:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.dashboard-grid{display:grid;grid-template-columns:minmax(190px,1fr) minmax(320px,1.55fr) minmax(245px,1fr);gap:9px;margin-bottom:9px}.panel{background:#fff;border:1px solid #e5edf2;border-radius:7px;box-shadow:var(--shadow);min-width:0}.status-panel,.trend-panel,.priority-panel{padding:10px 11px;min-height:170px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:9px}.panel-head h2,.section-title h2{margin:0 0 4px;font-size:11px;color:#193b51}.panel-head p,.section-title p{margin:0;font-size:8px;color:#8a9ca8}.panel-menu{color:#a5b4bd;letter-spacing:2px;font-size:12px}.donut-wrap{display:flex;align-items:center;justify-content:space-evenly;gap:12px;padding:6px 0}.donut{width:112px;height:112px;border-radius:50%;position:relative;background:conic-gradient(#13a56b 0 75%,#f39a16 75% 91%,#e72c32 91% 100%);flex-shrink:0}.donut:after{content:"";position:absolute;inset:23px;background:#fff;border-radius:50%}.donut-center{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-center strong{font-size:20px;color:#25465a}.donut-center span{font-size:9px;color:#8194a1}.legend{display:grid;gap:12px;min-width:90px}.legend>div{display:grid;grid-template-columns:9px 1fr auto;gap:6px;align-items:center;font-size:9px;color:#657e8f}.legend b{color:#36586d;font-size:9px}.dot{width:9px;height:9px;border-radius:50%}.dot.normal{background:#13a56b}.dot.watch{background:#f39a16}.dot.abnormal{background:#e72c32}.chart-area{height:125px;position:relative}.priority-list{display:grid;gap:2px}.priority-row{display:flex;align-items:center;gap:7px;padding:5px 0;border-bottom:1px solid #f0f3f5;min-width:0}.priority-row:last-child{border-bottom:0}.thermo{width:20px;height:20px;border-radius:5px;display:grid;place-items:center;font-size:12px;flex-shrink:0}.thermo.normal{color:#12975f;background:#e6f7ed}.thermo.watch{color:#e18a10;background:#fff4df}.thermo.abnormal{color:#d92b30;background:#ffebeb}.priority-name{min-width:0;flex:1}.priority-name strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;color:#355368}.priority-name small{display:block;font-size:8px;color:#98a8b2;margin-top:3px}.priority-value{text-align:right;white-space:nowrap}.priority-value b{display:block;font-size:9px;color:#36576c}.priority-value small{display:block;font-size:8px;color:#8295a2;margin-top:3px}.mini-status{border-radius:4px;padding:4px 6px;font-size:7px;font-weight:700;white-space:nowrap}.mini-status.normal,.room-status.normal{color:#07874f;background:#e7f8ed}.mini-status.watch,.room-status.watch{color:#d17a04;background:#fff2dc}.mini-status.abnormal,.room-status.abnormal{color:#d52a2e;background:#ffe9e9}.room-section{margin-top:8px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.btn-primary{display:inline-block;background:#0c8d61;color:#fff;text-decoration:none;padding:8px 12px;border-radius:5px;font-size:9px;font-weight:700;border:0}.room-cards{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.room-card{background:#fff;border:1px solid #e3ebef;border-radius:6px;overflow:hidden;box-shadow:var(--shadow);min-width:0}.room-photo{height:47px;background:linear-gradient(135deg,#b9d8e2,#e8f1f3);position:relative;display:flex;align-items:flex-end;padding:4px 6px}.room-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.55) 26%,transparent 45%),linear-gradient(0deg,#1e4e6530,transparent)}.room-photo span{position:relative;font-size:7px;letter-spacing:.7px;color:#fff;text-shadow:0 1px 3px #234}.room-photo.igd{background:linear-gradient(140deg,#a7c7d4,#d9e7eb 45%,#7ca5b8)}.room-photo.icu{background:linear-gradient(140deg,#6a9fb5,#d5e9ee 50%,#8ab3c3)}.room-photo.ok-,.room-photo.ok{background:linear-gradient(140deg,#7ca8b6,#e1eef0 50%,#82b5a8)}.room-photo.far{background:linear-gradient(140deg,#c5d7df,#edf3f4 45%,#8daab8)}.room-photo.lab{background:linear-gradient(140deg,#8bb6c8,#e2edf1 45%,#6d9cb2)}.room-card-body{padding:7px 7px 8px}.room-card-body>strong{display:block;font-size:9px;color:#2d4c61;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-card-body>small{display:block;color:#95a5af;font-size:7px;margin-top:3px}.room-metrics{display:flex;justify-content:space-between;gap:3px;margin:8px 0 7px;font-size:8px;color:#2872b2;white-space:nowrap}.room-metrics span{color:#678b9d}.room-status{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:4px;font-size:7px;font-weight:700}.room-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.empty{padding:20px;text-align:center;color:#91a1ac;font-size:10px}.module-placeholder{margin:14px auto;padding:45px 20px;text-align:center;max-width:780px}.module-symbol{width:54px;height:54px;margin:0 auto 15px;border-radius:13px;background:#e5f5ec;color:#07885b;display:grid;place-items:center;font-size:24px}.module-placeholder h2{font-size:18px;margin:0 0 10px}.module-placeholder p{max-width:520px;margin:0 auto 17px;color:#7e919d;line-height:1.7;font-size:11px}.module-badge{display:inline-block;padding:6px 10px;border-radius:20px;background:#fff4dd;color:#a36b11;font-size:9px;font-weight:700}.footer{padding:11px 15px;border-top:1px solid #e3ebef;color:#95a6b0;font-size:8px;background:#fff}.footer span{float:right}.sidebar-scrim{display:none}
@media(min-width:1500px){.content{padding:15px 20px}.kpi-card{min-height:70px}.dashboard-grid{gap:12px}.status-panel,.trend-panel,.priority-panel{min-height:195px}.room-photo{height:60px}}
@media(max-width:1250px){.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr 1.5fr}.priority-panel{grid-column:1/-1}.priority-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}.room-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.sidebar{transform:translateX(-105%);transition:transform .22s ease;width:245px}.sidebar.open{transform:translateX(0)}.sidebar-close{display:block;margin-left:auto;border:0;background:transparent;color:#fff;font-size:23px}.sidebar-scrim.show{display:block;position:fixed;inset:0;background:#001c2c70;z-index:25}.main{margin-left:0}.menu-btn{display:block;flex-shrink:0}.topbar{height:120px;padding:12px 10px;gap:9px;background-position:center 58%;background-size:cover}.top-title{font-size:18px}.top-title em{font-size:14px}.top-subtitle{font-size:9px}.top-meta{font-size:7px}.topbar-right{gap:7px}.today{display:none}.user-pill>span:not(.user-avatar){display:none}.user-pill a{font-size:15px}.content{padding:12px 10px}.page-heading h1{font-size:17px}.page-heading p{font-size:9px;line-height:1.5}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.kpi-card{padding:7px;grid-template-columns:34px 1fr;column-gap:7px}.kpi-icon{width:34px;height:39px;font-size:17px}.kpi-main strong{font-size:18px}.dashboard-grid{grid-template-columns:1fr;gap:8px}.priority-panel{grid-column:auto}.priority-list{grid-template-columns:1fr}.status-panel,.trend-panel,.priority-panel{min-height:unset}.donut-wrap{justify-content:center;gap:30px}.chart-area{height:180px}.room-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.room-photo{height:70px}.room-card-body{padding:9px}.room-card-body>strong{font-size:10px}.room-metrics{font-size:9px}.room-status{font-size:8px}.footer span{float:none;display:block;margin-top:5px}}
@media(min-width:761px) and (max-width:980px){.sidebar{width:160px}.main{margin-left:160px}.dashboard-grid{grid-template-columns:1fr 1.3fr}.priority-panel{grid-column:1/-1}.room-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.topbar{padding:12px}.user-pill{display:none}}
@media(max-width:380px){.top-title{font-size:16px}.top-title em{font-size:12px}.top-meta{max-width:210px;overflow:hidden;white-space:nowrap}.kpi-main span{font-size:9px}.kpi-foot{font-size:7px}.donut{width:95px;height:95px}.donut:after{inset:20px}.legend{gap:9px}}

/* === Master Ruangan module === */
.rooms-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}
.rooms-stat{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e4edf1;border-radius:8px;padding:13px 15px;box-shadow:var(--shadow)}
.rooms-stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#e7f6ee;color:#0b8b60;font-size:20px}
.rooms-stat-icon.green{background:#e6f8ec;color:#12a363}.rooms-stat-icon.gray{background:#edf1f4;color:#708493}.rooms-stat-icon.blue{background:#e6f3ff;color:#1684d4}
.rooms-stat small{display:block;color:#8295a1;font-size:9px;margin-bottom:5px}.rooms-stat strong{font-size:22px;color:#23465b;line-height:1}
.rooms-panel{overflow:hidden}.rooms-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid #edf1f4}
.rooms-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rooms-search{height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #dfe8ed;border-radius:6px;background:#fff;min-width:270px}.rooms-search span{font-size:20px;color:#7f96a4}.rooms-search input{border:0;outline:0;width:100%;font:inherit;font-size:10px;color:#284b60}.rooms-filter select{height:34px;padding:0 10px;border:1px solid #dfe8ed;border-radius:6px;background:#fff;color:#4e6b7e;font:inherit;font-size:10px}.btn-filter,.btn-reset{height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;padding:0 13px;background:#0b8b60;color:#fff;font:inherit;font-size:10px;font-weight:700;text-decoration:none;cursor:pointer}.btn-reset{background:#eef3f6;color:#557181}.rooms-count{font-size:9px;color:#91a1ab;white-space:nowrap}.rooms-count b{color:#486678}
.rooms-table-wrap{width:100%;overflow-x:auto}.rooms-table{width:100%;border-collapse:collapse;min-width:780px}.rooms-table th{background:#f8fafb;color:#8396a2;font-size:8px;font-weight:700;letter-spacing:.45px;text-align:left;padding:12px 15px;border-bottom:1px solid #eaf0f3}.rooms-table td{padding:13px 15px;border-bottom:1px solid #edf2f4;color:#557080;font-size:10px;vertical-align:middle}.rooms-table tbody tr:last-child td{border-bottom:0}.rooms-table tbody tr:hover{background:#fbfdfc}.rooms-table .actions-head{text-align:right}.room-ident{display:flex;align-items:center;gap:10px;min-width:190px}.room-ident-icon{width:34px;height:34px;display:grid;place-items:center;background:#eaf6ef;color:#0c8b60;border-radius:7px;font-size:17px;flex-shrink:0}.room-ident strong{display:block;color:#2b4d61;font-size:10px;font-weight:700}.room-ident small{display:block;color:#91a3ad;font-size:9px;margin-top:4px}.reading-cell strong{display:block;color:#2e566c;font-size:11px}.reading-cell small{display:block;color:#91a1aa;font-size:8px;margin-top:4px}.room-active-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:20px;font-size:9px;font-weight:700}.room-active-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.room-active-badge.on{background:#e7f8ed;color:#07874f}.room-active-badge.off{background:#edf1f4;color:#7d8d97}.room-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.inline-form{display:inline-flex;margin:0}.action-btn{width:29px;height:29px;display:grid;place-items:center;border:1px solid transparent;border-radius:6px;background:#f2f6f8;color:#617d8d;text-decoration:none;font-size:15px;cursor:pointer}.action-btn.edit{background:#eaf4ff;color:#2176b7}.action-btn.toggle{background:#fff5e5;color:#bb7b17}.action-btn.delete{background:#fff0f0;color:#d24b4b;font-size:20px}.rooms-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 15px;color:#8da0aa}.rooms-empty div{font-size:28px;color:#9db5bf}.rooms-empty strong{font-size:12px;color:#536f80}.rooms-empty span{font-size:10px}
.rooms-alert{padding:10px 13px;border-radius:6px;margin:10px 0;font-size:10px}.rooms-alert.success{background:#e8f8ee;border:1px solid #c9ecd6;color:#167e4e}.rooms-alert.error{background:#fff0ef;border:1px solid #f5d0cd;color:#b83c35}
.room-modal-backdrop{display:none;position:fixed;inset:0;z-index:80;background:rgba(4,31,47,.52);padding:20px;align-items:center;justify-content:center;overflow-y:auto}.room-modal-backdrop.show{display:flex}.room-modal{width:min(650px,100%);background:#fff;border-radius:12px;box-shadow:0 18px 70px #001b2a40;overflow:hidden}.room-modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 22px 16px;border-bottom:1px solid #eaf0f3}.room-modal-head h2{margin:0 0 5px;color:#23465b;font-size:17px}.room-modal-head p{margin:0;color:#8799a4;font-size:10px}.modal-x{border:0;background:#f0f4f6;color:#637e8d;border-radius:6px;width:30px;height:30px;font-size:22px;cursor:pointer}.room-modal form{padding:19px 22px 20px}.room-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.room-form-grid label{display:flex;flex-direction:column;gap:7px;color:#476578;font-size:10px;font-weight:600}.room-form-grid label b{display:inline;color:#db4747}.room-form-grid input,.room-form-grid textarea{width:100%;border:1px solid #dce6eb;border-radius:6px;padding:10px 11px;font:inherit;font-size:11px;color:#294a5d;outline:0;background:#fff}.room-form-grid input:focus,.room-form-grid textarea:focus{border-color:#40a883;box-shadow:0 0 0 3px #0b8b6012}.room-form-grid input::placeholder,.room-form-grid textarea::placeholder{color:#a5b3bb}.room-form-grid .full{grid-column:1/-1}.room-form-grid textarea{resize:vertical}.room-active-check{display:flex;align-items:center;gap:8px;margin-top:15px;color:#5e7b8c;font-size:10px}.room-active-check input{accent-color:#0b8b60}.room-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px;padding-top:15px;border-top:1px solid #edf1f4}.btn-cancel{border:1px solid #dce6eb;background:#fff;color:#587486;border-radius:6px;padding:9px 15px;font:inherit;font-size:10px;cursor:pointer}
@media(max-width:900px){.rooms-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.rooms-toolbar{align-items:flex-start;flex-direction:column}.rooms-count{align-self:flex-end}}
@media(max-width:560px){.rooms-stats{gap:7px}.rooms-stat{padding:10px;gap:8px}.rooms-stat-icon{width:34px;height:34px;font-size:17px}.rooms-stat strong{font-size:19px}.rooms-search{min-width:100%;width:100%}.rooms-filter{width:100%}.rooms-filter select{flex:1}.room-form-grid{grid-template-columns:1fr}.room-form-grid .full{grid-column:auto}.room-modal-backdrop{padding:8px;align-items:flex-start}.room-modal{margin:auto 0}.room-modal-head{padding:16px}.room-modal form{padding:15px 16px}.rooms-table th,.rooms-table td{padding:11px 12px}}


/* === Master Ruangan: adaptasi baseline app(1).css === */
.rooms-stats,.rooms-stat,.rooms-panel,.rooms-toolbar,.rooms-table,.room-modal{font-family:Inter,Arial,sans-serif}
.rooms-stat{border-radius:7px;box-shadow:var(--shadow)}
.rooms-stat strong{color:var(--ink)}
.rooms-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(11,139,96,.10)}
.btn-filter,.btn-reset,.btn-cancel,.btn-primary{transition:background .15s ease,border-color .15s ease,transform .15s ease}
.btn-filter:hover,.btn-primary:hover{filter:brightness(.96)}
.rooms-table th{background:#f8fafb;color:var(--muted)}
.rooms-table td{color:#557080}
.room-modal{border-radius:10px}
@media(max-width:760px){.rooms-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.rooms-toolbar{padding:11px}.rooms-table-wrap{border-top:0}}
/* Room photo support */
.room-thumb,.room-thumb-placeholder{width:100px;height:70px;min-width:100px;max-width:100px;object-fit:cover;aspect-ratio:10/7;overflow:hidden;border-radius:8px;border:1px solid var(--border,#e5edf0);display:grid;place-items:center;background:#eaf6ef;color:#0c8b60;font-size:20px}
.room-photo-current{display:flex;align-items:center;gap:10px;margin-top:9px;color:var(--muted,#8396a2);font-size:12px}
.room-photo-current img{width:120px;height:84px;min-width:120px;object-fit:cover;aspect-ratio:10/7;border-radius:8px;border:1px solid var(--border,#e5edf0)}

/* Keep room photo dimensions consistent across screen sizes */
@media(max-width:760px){.room-thumb,.room-thumb-placeholder{width:100px;height:70px;min-width:100px}.room-photo-current img{width:120px;height:84px;min-width:120px}}
