/**
 * PisellFinancialSummary 组件样式
 * Figma node 14256:4201（开发文档 §8）：背景 #FFFFFF；容器 padding、行间距、行内 gaps 均通过 List 的 padding/gaps/levelConfig 传入实现 1:1
 */
@prefix: pisell-financial-summary;

.@{prefix} {
  width: 100%;
  background: #ffffff;

  &-collapse-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
