.access-login-link {
    text-decoration: none;
}

.demo-mode-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.demo-mode-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .demo-mode-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}