.demo-counter-banner {
    margin: 1rem;
    padding: 1rem;
    background: #A981EE;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    color: white;
}

.demo-counter-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.demo-counter-timer {
    font-size: 0.95rem;
}

.demo-counter-button {
    margin-top: 0.5rem;
    width: 100%;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    color: white;
}