.rvac-card{
  border:1px solid #ddd;
  padding:16px;
  max-width:520px;
  border-radius:10px;
}
.rvac-row{
  display:flex;
  gap:10px;
  align-items:center;
  margin:10px 0;
}
.rvac-row label{
  width:90px;
  font-weight:600;
}
.rvac-btn{
  padding:10px 14px;
  border-radius:8px;
  border:1px solid #999;
  cursor:pointer;
}
.rvac-btn[disabled]{
  opacity:.5;
  cursor:not-allowed;
}
.rvac-status{
  font-size:14px;
}
.rvac-status[data-kind="ok"]{ font-weight:600; }
.rvac-status[data-kind="warn"]{ font-weight:600; }

.rvac-bays{
  margin-top:12px;
}
.rvac-bays-title{
  font-weight:700;
  margin-bottom:8px;
}
.rvac-bays-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:8px;
}
.rvac-bay{
  padding:10px 0;
  border-radius:8px;
  border:1px solid #777;
  cursor:pointer;
}
.rvac-lock{
  margin-top:14px;
  padding:10px;
  border-radius:8px;
  background:#f7f7f7;
}
.rvac-lock-title{
  font-weight:700;
  margin-bottom:6px;
}
.rvac-note{
  font-size:12px;
  color:#555;
  margin-top:12px;
}
