.panel {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left:0.5%;
  bottom:2px;
  width: 99%;
}


.panelTitle {
  font-weight: 800;
  margin-bottom: 10px;
}



.mostrarMastil,
.bloquearMastil {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin: 8px 0;
}
.checkRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.checkRow label {
  font-size: 13px;
}

