:root {
    --access-ink: #17211d;
    --access-panel: #ffffff;
    --access-green-950: #061d18;
    --access-green-900: #0d2d26;
    --access-green-800: #16473a;
    --access-green-700: #0f684e;
    --access-green-600: #07805f;
    --access-mint: #75dfbb;
    --access-amber: #d89b24;
    --access-red: #ba3f3f;
    --access-muted: #68776f;
    --access-soft: #eef5f1;
    --access-line: #dbe6e0;
    --access-bg: #f5f8f6;
}

body {
    background: var(--access-bg);
    color: var(--access-ink);
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
    background-color: var(--access-green-600);
    border-color: var(--access-green-600);
    box-shadow: 0 8px 18px rgba(6, 122, 90, .24);
}

.text-primary {
    color: var(--access-green-600) !important;
}

.access-sidebar.sidebar {
    width: 264px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 12px 0 34px rgba(7, 26, 22, .16);
}

.access-sidebar.sidebar,
.access-sidebar.sidebar .sidebar-wrapper {
    background: linear-gradient(180deg, #071c18 0%, #0d3028 54%, #12392e 100%);
}

.access-sidebar.sidebar:before,
.access-sidebar.sidebar:after {
    display: none;
}

.access-sidebar .logo {
    padding: 22px 20px 18px;
}

.access-sidebar .logo:after {
    background-color: rgba(255, 255, 255, .08);
}

.access-sidebar .brand-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    white-space: normal;
}

.access-sidebar .brand-mark img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, .14);
    padding: 7px;
}

.access-sidebar .brand-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.access-sidebar .brand-subtitle {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.access-sidebar .nav {
    margin-top: 14px;
    padding: 0 12px 24px;
}

.access-sidebar .nav li > a,
.access-sidebar .nav li .dropdown-menu a {
    min-height: 50px;
    margin: 5px 2px;
    border-radius: 12px;
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
}

.access-sidebar .nav li > a i {
    color: rgba(255, 255, 255, .84);
    font-size: 24px;
}

.access-sidebar .nav p,
.access-sidebar .sidebar-normal {
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
}

.access-sidebar .nav li.active > a,
.access-sidebar .nav li.active > a i,
.access-sidebar .nav li > a:hover,
.access-sidebar .nav li > a:hover i {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    box-shadow: none;
}

.access-sidebar .nav .collapse .nav {
    margin-top: 0;
    padding: 0 0 4px 18px;
}

.access-sidebar .nav .collapse .nav .nav-link {
    min-height: 44px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 18px;
}

.access-sidebar .sidebar-footer-action {
    margin-top: 24px;
}

.main-panel {
    background: var(--access-bg);
}

.access-sidebar + .main-panel {
    width: calc(100% - 264px);
}

.access-topbar.navbar {
    min-height: 72px;
    padding: 14px 28px;
    border-bottom: 1px solid rgba(11, 29, 24, .08);
    background: rgba(250, 252, 251, .94) !important;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.access-topbar .navbar-brand {
    color: #31413b;
    font-size: 19px;
    font-weight: 700;
}

.access-topbar .topbar-kicker {
    color: #60716a;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.content.access-content {
    margin-top: 72px;
    padding: 28px;
}

.access-dashboard {
    max-width: 1480px;
    margin: 0 auto;
}

.access-page-actions,
.access-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.access-page-actions h3 {
    margin: 0;
    color: #24322d;
    font-size: 22px;
    font-weight: 700;
}

.access-page-actions p {
    margin: 5px 0 0;
    color: #72817a;
    font-size: 14px;
}

.access-toolbar {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.access-row-actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.access-row-actions .btn,
.access-toolbar .btn,
.access-page-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    white-space: nowrap;
}

.btn.btn-outline-primary {
    border: 1px solid var(--access-green-600);
    background: transparent;
    color: var(--access-green-700);
    box-shadow: none;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background: rgba(7, 128, 95, .08);
    color: var(--access-green-800);
    box-shadow: none;
}

.access-hour-group {
    margin: 18px 0 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #eef5f1;
    color: var(--access-green-800);
    font-size: 14px;
    font-weight: 800;
}

.access-hero-card {
    display: flex;
    align-items: center;
    min-height: 172px;
    margin-bottom: 24px;
    padding: 28px 32px;
    border: 1px solid rgba(7, 128, 95, .18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(13, 45, 38, .96), rgba(7, 128, 95, .88)),
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent);
    color: #fff;
    box-shadow: 0 18px 38px rgba(16, 71, 58, .14);
}

.access-hero-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.access-hero-card h1,
.access-hero-card h2,
.access-hero-card h3,
.access-hero-card p {
    margin: 0;
    color: inherit;
}

.access-hero-card p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.55;
}

.access-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.access-stat-card.card {
    height: 100%;
    margin: 0;
    border: 1px solid var(--access-line);
    border-radius: 8px;
    background: var(--access-panel);
    box-shadow: 0 12px 28px rgba(24, 49, 40, .06);
}

.access-stat-card .card-header {
    display: flex;
    align-items: center;
    min-height: 116px;
    gap: 14px;
    padding: 18px 20px 12px;
    background: transparent !important;
    box-shadow: none;
}

.access-stat-card .card-icon {
    float: none !important;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--access-green-800), var(--access-green-600)) !important;
    box-shadow: 0 10px 22px rgba(7, 128, 95, .18) !important;
}

.access-stat-card .card-icon i {
    color: #fff;
    font-size: 30px;
}

.access-stat-card .access-icon-warning {
    background: linear-gradient(135deg, #8a6420, var(--access-amber)) !important;
    box-shadow: 0 10px 22px rgba(216, 155, 36, .18) !important;
}

.access-stat-copy {
    min-width: 0;
    flex: 1;
}

.access-stat-card .card-category,
.access-stat-card .card-title {
    margin: 0;
    text-align: left;
    word-break: normal;
}

.access-stat-card .card-category {
    color: #74837d;
    font-size: 14px;
    font-weight: 500;
    hyphens: none;
    line-height: 1.3;
    overflow-wrap: normal;
    word-break: keep-all;
}

.access-stat-card .card-title {
    margin-top: 5px;
    color: #24322d;
    font-size: 30px;
    font-weight: 500;
}

.access-stat-card .card-footer {
    margin: 0 20px;
    padding: 11px 0 16px;
    border-top: 1px solid #edf2ef;
}

.access-stat-card .stats {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7b8882;
    font-size: 13px;
}

.access-stat-card .stats i {
    color: #8a9892;
    font-size: 16px;
}

.access-panel.card {
    margin: 0;
    border: 1px solid var(--access-line);
    border-radius: 8px;
    background: var(--access-panel);
    box-shadow: 0 16px 34px rgba(24, 49, 40, .06);
    overflow: hidden;
}

/* Scoped reset for Material Dashboard rules that add negative margins and
   floating input underlines to regular Bootstrap cards/forms. */
.card.access-panel > .card-header,
.card.access-panel > .card-header.card-header-primary,
.card.access-panel [class*="card-header-"] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: auto;
    margin: 0 !important;
    padding: 18px 24px !important;
    border-radius: 8px 8px 0 0 !important;
    background: linear-gradient(135deg, #0f684e 0%, #088764 100%) !important;
    box-shadow: 0 10px 22px rgba(7, 128, 95, .16) !important;
    transform: none !important;
}

.access-panel .card-header .card-title,
.access-panel .card-header .card-category {
    color: #fff;
}

.access-panel .card-header .card-title {
    margin: 0 0 6px !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.access-panel .card-header .card-category {
    margin: 0 !important;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.45;
}

.card.access-panel > .card-body {
    padding: 24px 28px 28px;
    color: #52615b;
}

.access-panel .form-group {
    position: relative;
    margin: 0 0 18px !important;
    padding-top: 0;
}

.access-panel .form-group label,
.access-panel .bmd-label-floating,
.access-panel .bmd-label-static {
    position: static !important;
    display: block;
    margin: 0 0 7px !important;
    color: #7b8983 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.3;
    transform: none !important;
}

.access-panel .form-control,
.access-panel .is-focused .form-control {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 9px 0 8px;
    border: 0;
    border-bottom: 1px solid #cfd9d4;
    border-radius: 0;
    background-color: transparent;
    background-image: linear-gradient(var(--access-green-600), var(--access-green-600));
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 2px;
    color: #26332e;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color .18s ease, background-size .18s ease;
}

.access-panel .form-control:focus,
.access-panel .is-focused .form-control {
    border-color: var(--access-green-600);
    background-size: 100% 2px;
    box-shadow: none;
}

.access-panel select.form-control {
    height: 44px !important;
    min-height: 44px;
    padding-right: 28px;
    appearance: auto;
    color: #26332e;
}

.access-panel textarea.form-control {
    min-height: 94px;
    resize: vertical;
}

.access-panel .form-control::placeholder {
    color: #9aa6a1;
    opacity: 1;
}

.access-panel .form-check {
    margin: 8px 0 20px;
    padding-left: 0;
}

.access-modal .form-group {
    margin-bottom: 18px;
}

.access-modal .form-group label {
    display: block;
    margin-bottom: 7px;
    color: #7b8983;
    font-size: 13px;
    font-weight: 600;
}

.access-modal .form-control {
    min-height: 44px;
    color: #26332e;
}

.public-qr-page {
    min-height: 100vh;
    margin: 0;
    background: #f2f7f4;
    color: var(--access-ink);
    font-family: Roboto, Arial, sans-serif;
}

.public-qr-shell {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 24px 0;
}

.public-qr-header {
    display: flex;
    align-items: center;
    min-height: 170px;
    margin-bottom: 18px;
    padding: 26px 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0d2d26 0%, #07805f 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(7, 128, 95, .18);
}

.public-qr-header span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.public-qr-header h1,
.public-qr-header p {
    margin: 0;
}

.public-qr-header h1 {
    font-size: 34px;
    line-height: 1.15;
}

.public-qr-header p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
}

.public-qr-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 18px;
    align-items: start;
}

.public-qr-card {
    border: 1px solid var(--access-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 49, 40, .07);
    padding: 20px;
}

.public-qr-card h2 {
    margin: 0 0 8px;
    color: #24322d;
    font-size: 20px;
}

.public-qr-muted {
    margin: 0 0 16px;
    color: #73827b;
}

.public-qr-controls {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.public-qr-controls label {
    display: block;
    margin-bottom: 6px;
    color: #718079;
    font-size: 12px;
    font-weight: 800;
}

.public-qr-controls select,
.public-qr-controls input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d4dfda;
    border-radius: 8px;
    background: #fff;
    color: #25322d;
    padding: 0 12px;
}

.public-qr-reader {
    overflow: hidden;
    border: 1px solid #dce7e1;
    border-radius: 10px;
    background: #061d18;
}

.public-qr-reader video {
    display: block;
    width: 100% !important;
}

.public-qr-state {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #eef5f1;
    color: var(--access-green-800);
    font-weight: 700;
}

.public-qr-feed {
    display: grid;
    gap: 10px;
}

.public-qr-feed-item {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #dce7e1;
}

.public-qr-feed-item strong {
    color: #24322d;
}

.public-qr-feed-item span {
    color: #6f7e77;
    font-size: 13px;
}

.public-qr-person-photo {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #d4dfda;
}

.public-qr-feed-item.success {
    border-color: #bfe5d1;
    background: #eaf8f0;
}

.public-qr-feed-item.error {
    border-color: #f0c9c4;
    background: #fff0ef;
}

.public-qr-windows {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.public-qr-windows span {
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 999px;
    background: #eef5f1;
    color: var(--access-green-800);
    font-weight: 700;
}

.access-table-wrap {
    padding: 18px 24px 22px;
    overflow-x: auto;
}

.access-table {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
}

.access-table thead th {
    border-top: 0;
    border-bottom: 1px solid #dfe7e2;
    color: #42514b;
    font-size: 14px;
    font-weight: 700;
}

.access-table tbody td {
    border-color: #edf2ef;
    color: #52615b;
    font-size: 14px;
    vertical-align: middle;
}

.access-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.access-status-success {
    background: #e5f6ee;
    color: #087348;
}

.access-status-neutral {
    background: #eef2f5;
    color: #53616c;
}

.access-status-danger {
    background: #fae9e7;
    color: var(--access-red);
}

.access-panel code {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 6px;
    background: #eef5f1;
    color: var(--access-green-800);
    font-size: 12px;
    font-weight: 700;
}

.access-person-thumb {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #dce7e1;
    background: #eef5f1;
}

.access-qr-input {
    min-height: 60px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.guest-control-page {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(7, 26, 22, .98) 0%, rgba(14, 51, 42, .96) 52%, rgba(31, 78, 62, .98) 100%),
        url("../img/login.jpg") center / cover no-repeat;
}

.guest-control-page .page-header {
    min-height: 100vh;
    padding: 110px 0 54px;
}

.guest-control-page .page-header:before,
.guest-control-page .page-header:after {
    display: none;
}

.access-guest-navbar.navbar {
    padding: 22px 0;
}

.access-guest-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.access-guest-navbar .navbar-brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.access-guest-navbar .nav-link {
    border-radius: 10px;
    color: rgba(255, 255, 255, .92) !important;
    font-weight: 700;
}

.access-guest-navbar .nav-link.access-login-link {
    padding: 12px 20px;
    background: rgba(255, 255, 255, .13);
}

.login-showcase {
    color: #fff;
}

.login-badge {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.login-title {
    margin: 34px 0 22px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.16;
}

.login-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, .66);
    font-size: 18px;
    line-height: 1.7;
}

.login-feature {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
}

.login-feature i {
    color: var(--access-mint);
}

.login-feature strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.login-feature span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .56);
}

.access-login-card.card {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.access-login-card .card-header {
    margin: 0;
    padding: 32px 30px 34px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(135deg, #008465 0%, #064932 100%);
    box-shadow: none;
}

.access-login-card .login-card-logo {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255, 255, 255, .16);
    padding: 8px;
}

.access-login-card .card-title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.access-login-card .card-category {
    margin-top: 10px;
    color: rgba(255, 255, 255, .68);
}

.access-login-card .card-body {
    padding: 32px 34px 16px;
}

.access-login-card label {
    color: #687a74;
    font-weight: 700;
    text-transform: uppercase;
}

.access-login-card .form-check-label {
    text-transform: none;
}

.access-login-card .input-group {
    min-height: 56px;
    border: 1px solid #dce8e3;
    border-radius: 10px;
    background: #fff;
}

.access-login-card .input-group .input-group-text {
    border: 0;
    color: #8da099;
}

.access-login-card .form-control,
.access-login-card .is-focused .form-control {
    height: 56px;
    background-image: none;
}

.access-login-card .card-footer {
    display: block;
    padding: 8px 34px 34px;
}

.access-login-card .btn-login {
    width: 100%;
    min-height: 56px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .08em;
}

.access-login-card .forgot-link {
    color: var(--access-green-600);
    font-weight: 700;
}

.guest-control-page .footer {
    color: rgba(255, 255, 255, .56);
}

@media (max-width: 1399px) {
    .access-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .access-sidebar.sidebar {
        border-radius: 0;
    }

    .access-sidebar + .main-panel {
        width: 100%;
    }

    .access-topbar.navbar {
        min-height: 64px;
        padding: 10px 16px;
    }

    .access-topbar .navbar-brand {
        font-size: 17px;
    }

    .access-topbar .topbar-kicker {
        text-align: left;
    }

    .content.access-content {
        margin-top: 64px;
        padding: 18px 14px 24px;
    }

    .access-hero-card {
        min-height: auto;
        padding: 24px;
    }

    .access-hero-card h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .access-hero-card p {
        font-size: 15px;
    }

    .login-title {
        font-size: 34px;
    }

    .login-showcase {
        margin-bottom: 32px;
    }

    .public-qr-grid,
    .public-qr-controls {
        grid-template-columns: 1fr;
    }

    .public-qr-header {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .access-topbar .navbar-wrapper {
        max-width: calc(100% - 54px);
    }

    .access-topbar .navbar-brand {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .access-hero-card {
        padding: 22px 18px;
    }

    .access-hero-eyebrow {
        font-size: 11px;
    }

    .access-hero-card h2 {
        font-size: 24px;
    }

    .access-stats-grid {
        grid-template-columns: 1fr;
    }

    .access-stat-card .card-header {
        min-height: 96px;
        padding: 16px 18px 10px;
    }

    .access-stat-card .card-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .access-stat-card .card-title {
        font-size: 28px;
    }

    .access-stat-card .card-footer {
        margin: 0 18px;
    }

    .access-panel .card-header {
        padding: 20px 18px;
    }

    .access-table-wrap {
        padding: 14px;
        overflow-x: visible;
    }

    .access-table {
        min-width: 0;
    }

    .access-table thead {
        display: none;
    }

    .access-table,
    .access-table tbody,
    .access-table tr,
    .access-table td {
        display: block;
        width: 100%;
    }

    .access-table tbody tr {
        padding: 12px 0;
        border-bottom: 1px solid #edf2ef;
    }

    .access-table tbody tr:last-child {
        border-bottom: 0;
    }

    .access-table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 7px 0;
        border: 0;
        text-align: right;
    }

    .access-table tbody td:before {
        content: attr(data-label);
        flex: 0 0 auto;
        color: #7a8982;
        font-weight: 700;
        text-align: left;
    }

    .access-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .access-page-actions .btn,
    .access-toolbar .btn,
    .access-row-actions .btn {
        width: 100%;
    }

    .access-row-actions {
        display: flex;
        width: 100%;
        justify-content: stretch;
    }

    .guest-control-page .page-header {
        padding-top: 92px;
    }

    .login-title {
        font-size: 30px;
    }

    .access-login-card .card-body,
    .access-login-card .card-footer {
        padding-left: 22px;
        padding-right: 22px;
    }

    .public-qr-shell {
        width: min(100% - 20px, 1180px);
        padding: 10px 0 18px;
    }

    .public-qr-header {
        padding: 22px 18px;
    }

    .public-qr-header h1 {
        font-size: 26px;
    }

    .public-qr-card {
        padding: 16px;
    }
}
