.bed-card .option-row {
  align-items: flex-start;
}

.bed-card .option-left {
  width: 100%;
}

.bed-card .option-main {
  gap: 2px;
}

.bed-card .option-check {
  margin-top: 2px;
}

.bed-card .option-desc {
  max-width: 42rem;
}
.bed-card .bed-row {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bed-card .bed-row:has(input:checked) {
  border-color: #1f1f1f;
  background-color: #faf8f3;
}