/* Финальные точечные правки графиков, 2026-09-01. */

.pz-final-hide,
[data-reception-shift][hidden],
[data-reception-hours][hidden] {
  display: none !important;
}

/* После удаления ненужных столбцов не растягиваем оставшиеся на всю карточку. */
.schedule-policy-form.pz-final-monthly .schedule-shifts__table,
.schedule-policy-form.pz-final-reception-off .schedule-shifts__table {
  width: max-content !important;
  min-width: 0 !important;
  table-layout: fixed;
}

.schedule-policy-form .schedule-shifts__table th:nth-child(1),
.schedule-policy-form .schedule-shifts__table td:nth-child(1) {
  width: 250px;
  min-width: 250px;
}

.schedule-policy-form .schedule-shifts__table th:nth-child(2),
.schedule-policy-form .schedule-shifts__table td:nth-child(2) {
  width: 330px;
  min-width: 330px;
}

.schedule-policy-form .schedule-shifts__table th:nth-child(3),
.schedule-policy-form .schedule-shifts__table td:nth-child(3) {
  width: 280px;
  min-width: 280px;
}

.schedule-policy-form .schedule-shifts__table th:nth-child(4),
.schedule-policy-form .schedule-shifts__table td:nth-child(4) {
  width: 300px;
  min-width: 300px;
}

.schedule-policy-form .schedule-shifts__table th:nth-child(5),
.schedule-policy-form .schedule-shifts__table td:nth-child(5) {
  width: 280px;
  min-width: 280px;
}

.schedule-pattern-rules .schedule-odd-even-weekends {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 0;
  cursor: pointer;
}

.schedule-pattern-rules .schedule-odd-even-weekends input {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: #087c75;
}

.schedule-pattern-rules .schedule-odd-even-weekends span {
  font-size: 12px;
  font-weight: 650;
}

.schedule-odd-even-weekends__help {
  font-size: 11px;
}
