/* Small action buttons used in table rows (Комбінації, Поставки) */
.btn-sm { padding: 2px 6px; font-size: 11px; }

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #3182ce;
  margin: 0;
  flex-shrink: 0;
}

.checkbox-row label {
  margin: 0;
  cursor: pointer;
  font-weight: 500;
}

/* P&L tab */
.tr-year-header { background: #edf2f7; font-weight: 700; border-top: 2px solid #cbd5e0; }
.td-num { text-align: right; }
.section-gap { margin-top: 28px; }

/* P&L по тікерам — narrow table + sortable headers */
.table-narrow { max-width: 520px; }
.table-medium { max-width: 720px; }
.th-sort { cursor: pointer; user-select: none; }
