

.modal .close:focus-visible {
  transform: scale(1.06);
}

.with-icon{ display:inline-flex; align-items:center; gap:8px; }

.footer .row{ 
  display:flex; 
  justify-content:space-between; 
  align-items:center; 
}

.header > .container.inner{ width: 80vw; margin: 0 auto; }

.toast.show{ opacity: 1; transform: translateY(0); }
