.penalty-fee-modal__textarea {
  margin-bottom: var(--spacingSmall);
}

.penalty-fee-modal__actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.penalty-fee-modal__action:first-child {
  margin-right: 12px;
}

.penalty-fee-modal__fee-text {
  margin-bottom: var(--spacingSmall);
}
