/* Shared form action bars. */

.vk-form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--vk-form-actions-gap);
  align-items: stretch;
  overflow: visible;
}

.vk-form-actions--single {
  grid-template-columns: minmax(0, 1fr);
}

.vk-form-actions .vk-paper-button {
  height: var(--vk-form-control-height);
  min-height: var(--vk-form-control-height);
  max-height: var(--vk-form-control-height);
  box-sizing: border-box;
  justify-content: center;
}
