.leave-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}

.leave-edit-cancel,
.leave-history-actions button {
  border: 1px solid #cfdcd7;
  border-radius: 8px;
  background: #fff;
  color: #365b56;
  padding: 8px 11px;
  font: 700 11px "DM Sans";
  cursor: pointer;
}

.leave-history-actions {
  display: flex;
  gap: 6px;
}

.leave-history-actions button.danger {
  border-color: #efd2cd;
  color: #a64236;
  background: #fff8f7;
}

.leave-history-locked {
  max-width: 105px;
  text-align: right;
  color: #84918e !important;
}

.leave-document-chip {
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.leave-history-row {
  grid-template-columns: 42px minmax(130px, 1.2fr) .7fr .8fr auto auto;
}

@media (max-width: 850px) {
  .leave-history-row { grid-template-columns: 42px 1fr auto; }
  .leave-history-actions,
  .leave-history-locked { grid-column: 2 / -1; justify-self: end; }
}
