/* Bản v19: tiêu đề luống là nút chọn nâng đất, không phủ sáng cả luống. */
.plot-title {
  pointer-events: auto;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.plot-title:focus-visible b,
.plot-title:focus-visible em {
  outline: 1px solid rgba(255, 235, 161, 0.85);
  outline-offset: 1px;
}
