/* world-clock.css v1-0 */
.status-msg{font-size:.8rem;margin-top:.5rem;color:var(--text-muted);}
.status-msg.error{color:#dc2626;}
.wc-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;}.wc-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border:1px solid var(--border);background:#fcfcfc;}.wc-inputs{display:flex;gap:.4rem;flex:1;}.wc-time{font-family:monospace;font-size:.85rem;white-space:nowrap;min-width:180px;color:var(--accent);}