.section-footer{display:grid;grid-template-columns:[left_s] 1fr [left_e center_s] auto [center_e right_s] 1fr [right_e];justify-content:space-between;text-align:unset;align-items:center;position:relative;font-size:0;padding:var(--section-padding, 24px) 0 0 0}.section-footer__left{text-align:left;grid-column:left_s/left_e}.section-footer__left .button+.button-group,.section-footer__left .button-group+.button,.section-footer__left .button+.button{margin-left:8px}.section-footer__center{position:relative;display:flex;align-items:center;z-index:10;width:fit-content;margin:0 auto;height:100%;gap:4px;grid-column:center_s/center_e;text-align:center}.section-footer__right{grid-column:right_s/right_e;display:flex;justify-content:flex-end;gap:8px}.section-footer .button-group{font-feature-settings:"ss01";transition:box-shadow .3s ease-out;box-shadow:var(--box-shadow)}.section-footer .button-group:hover{box-shadow:var(--box-shadow-hover)}.section-footer .button-group>*[data-button~=active]{--btn-weight: 900}.section-footer[data-section~=buttons]{display:flex;flex-wrap:nowrap;gap:8px;justify-content:center;align-items:stretch}.section-footer[data-section~=buttons] .button{width:50%}.table[data-table~=form]+.section-footer{padding-top:0}.layout__main>.section:last-of-type+.section-footer,.layout__main>form>.section:last-of-type+.section-footer:last-of-type,.layout__main>.grid:last-of-type>.grid__column:last-of-type>.section:last-of-type+.section-footer:last-child,.layout__main>.grid:last-of-type>.grid__column:last-of-type>form>.section:last-of-type+.section-footer:last-child{position:sticky;bottom:12px}.layout__main>.section:last-of-type+.section-footer:before,.layout__main>form>.section:last-of-type+.section-footer:last-of-type:before,.layout__main>.grid:last-of-type>.grid__column:last-of-type>.section:last-of-type+.section-footer:last-of-type:before,.layout__main>.grid:last-of-type>.grid__column:last-of-type>form>.section:last-of-type+.section-footer:last-of-type:before{content:"";position:absolute;inset:12px -32px -24px;background:#f3f5f780;backdrop-filter:blur(8px);z-index:-1}.layout__main>.grid:last-of-type>.grid__column:last-of-type>.section:last-of-type+.section-footer:last-of-type:before{top:-12px}
