@st-import [THEME-DIVIDER-COLOR] from "../../Foundation/stylable/colors.st.css";
@st-import [--wds-color-border-dark-secondary] from '@wix/design-system-tokens/all.st.css';

.section:not(:last-child) {  
  border-bottom: 1px solid var(--wds-color-border-dark-secondary, value(THEME-DIVIDER-COLOR));
}

/* st-namespace-reference="../../../../../src/SidePanel/Section/Section.st.css" */