@charset "utf-8";

.section-waterfall-layout { display: grid; grid-template-columns: repeat(var(--waterfall-columns-count), 1fr); gap: var(--waterfall-gap); }

.section-waterfall-layout .waterfall-item-wrapper { margin-bottom: var(--waterfall-gap); }

.section-waterfall-layout .waterfall-item-wrapper:last-child { margin-bottom: 0px; }

.section-waterfall-layout .section-waterfall-item { background-color: white; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px; }