.panel {

    padding:
        var(--space-3);

    background:
        var(--surface-light);

    border-radius:
        var(--radius-sm);
}
