.stacked-list{background:linear-gradient(135deg,rgb(var(--color-bg-base)),rgb(var(--color-bg-surface)));border:1px solid rgb(var(--color-border));box-shadow:var(--shadow-card);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.stacked-list-header{text-align:left}.stacked-list-title{font-size:1.5rem;font-weight:var(--font-weight-bold);color:rgb(var(--color-text-base));margin-bottom:.5rem}.stacked-list-description{font-size:var(--font-size-base);color:rgb(var(--color-text-muted));margin-bottom:1rem}.stacked-list-items{display:flex;flex-direction:column;gap:1rem}.stacked-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:rgb(var(--color-bg-surface));border:1px solid rgb(var(--color-border));border-radius:.5rem}.stacked-list-icon{color:rgb(var(--color-primary));font-size:1.5rem}.stacked-list-text{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:rgb(var(--color-text-base))}
