.zws-rmlv-date-picker { padding: 1.5rem; border: 1px solid #ddd; border-radius: 8px; }
.zws-rmlv-occurrence-list { list-style: none; padding: 0; margin: 1rem 0; }
.zws-rmlv-occurrence-list li { padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.zws-rmlv-confirm { background: #2271b1; color: #fff; border: 0; padding: 0.6rem 1.2rem; border-radius: 4px; cursor: pointer; }
.zws-rmlv-confirm:disabled { opacity: 0.6; cursor: not-allowed; }
.zws-rmlv-status { margin-top: 0.5rem; min-height: 1.2em; }
.zws-rmlv-equipment-check .check-row { display: flex; align-items: center; gap: 1rem; padding: 0.6rem 0; }
.zws-rmlv-equipment-check .check-row .status { width: 2rem; text-align: center; font-size: 1.4rem; }
.zws-rmlv-equipment-check .vu-meter { width: 200px; height: 12px; background: #eee; border-radius: 6px; overflow: hidden; }
.zws-rmlv-equipment-check .vu-meter > span { display: block; height: 100%; background: #2ea043; transition: width 80ms linear; }
