.swal-small {
  font-size: 0.85rem;
  padding: 1rem;
}

.swal-small-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.swal-small-button {
  padding: 6px 14px;
  font-size: 0.85rem;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .swal-small {
    width: 90vw !important;
    font-size: 0.8rem;
  }

  .swal-small-title {
    font-size: 0.95rem;
  }

  .swal-small-button {
    font-size: 0.8rem;
    padding: 5px 12px;
  }
}