.demo-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 20px;
    padding: 14px 18px;
    border: 1px solid #c7931a;
    border-radius: 8px;
    background: #fff8eb;
    color: #1a2332;
}

.demo-banner-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

.demo-module-locked {
    opacity: 0.55;
}

.demo-module-locked .module-actions a {
    pointer-events: none;
    cursor: not-allowed;
}

.demo-module-locked::after {
    content: 'Full program only';
    display: block;
    margin-top: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.user-bar--demo {
    flex-wrap: wrap;
    gap: 10px;
    color: #000;
}

.user-bar--demo strong,
.user-bar-demo-left {
    color: #000;
}

.user-bar-actions--demo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.user-bar-link {
    color: inherit;
    text-decoration: underline;
}

.user-bar-link-sep {
    opacity: 0.5;
}


.demo-banner-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #0f2840;
    background: #0f2840;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    white-space: nowrap;
}

.demo-banner-cta:hover {
    background: #163a5e;
    border-color: #163a5e;
}

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

    .demo-banner-cta {
        width: 100%;
        text-align: center;
    }
}
