/* Demo mode banner and CTA styles */

.demo-banner {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.demo-banner .demo-banner-text {
    flex: 1 1 auto;
}

.demo-banner .demo-banner-text h5 {
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.demo-banner .demo-banner-text p {
    margin-bottom: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.demo-banner .demo-banner-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.demo-login-cta {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.demo-login-cta p {
    margin-bottom: 0.75rem;
    color: #6c757d;
}
