﻿/* Sticky-footer baseline */
html, body {
    height: 100%;
}

/* Nuke old footer positioning that causes overlap */
.footer {
    position: static !important; /* ensure it participates in normal flow */
    margin-top: auto !important; /* plays nice with flex column */
    z-index: auto !important; /* avoid overlaying accordions */
}

/* Make sure main can grow; optional if using Bootstrap utilities */
main {
    min-height: 0;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 12pt;
}

img.qr-code {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: auto;
}