

/* CSS from section stylesheet tags */
.modal-with-button .title {
  margin-bottom: 0;
  color: rgb(var(--color-button));
}

.modal-with-button .subtitle {
  margin: 0;
}

.modal-with-button__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}