.history-action-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.history-restore-form {
  margin: 0;
}

.history-month-grid {
  align-items: stretch;
}

.history-month-card {
  min-height: 112px;
}

.history-month-card small {
  display: block;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .history-action-stack {
    min-width: 130px;
  }
}
