.access-page { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.access-main { flex: 1 0 auto; }
.access-footer { flex-shrink: 0; padding: 1.25rem .5rem; border-top: 1px solid #dee2e6; color: #595f65; text-align: center; font-size: .875rem; line-height: 1.6; }
.access-footer p { margin: 0 0 .25rem; }
.access-footer-items { display: flex; flex-wrap: wrap; justify-content: center; gap: .25rem .5rem; }
