.demo-page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demo-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
}

.demo-note {
    padding: 0.85rem 1rem;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    background: #eff6ff;
    color: #1e3a8a;
    font-weight: 650;
}

@media (min-width: 640px) {
    .demo-actions {
        flex-direction: row;
        align-items: center;
    }
}
