html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.kiosk-shell {
    min-height: 100vh;
    display: grid;
    place-items: start center;
    padding: 32px 16px;
}

.kiosk-card {
    width: 100%;
    max-width: 720px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.kiosk-title {
    font-size: 2.1rem;
}

.kiosk-label {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.kiosk-btn {
    padding: 14px 18px;
    font-size: 1.35rem;
    border-radius: 14px;
}

/* Big checkbox row */
.big-check {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 12px;
}

    .big-check .form-check-input {
        width: 32px;
        height: 32px;
        margin-top: 0;
        transform: scale(1.2);
    }

    .big-check .form-check-label {
        font-size: 1.35rem;
        line-height: 1.2;
        user-select: none;
    }

    .big-check:hover {
        background: rgba(0,0,0,0.04);
    }

/* Bigger list items for sign-out results */
.list-group-kiosk .list-group-item {
    padding: 16px 18px;
}

.kiosk-list-title {
    font-size: 1.35rem;
    font-weight: 700;
}

.kiosk-list-sub {
    font-size: 1.05rem;
    opacity: .75;
}

.kiosk-list-right {
    font-size: 1.05rem;
    opacity: .8;
    white-space: nowrap;
}

.kiosk-summary p {
    font-size: 1.15rem;
    margin-bottom: .65rem;
}
.brand-logo-placeholder-sm {
    height: 36px;
    width: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    background: #e9ecef;
    color: #495057;
}