/* Equalize Simple List Blocks*/

/* Change item class here */
.items_abdf156b95314d038c980858657ad4e8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_abdf156b95314d038c980858657ad4e8 > .item {
	display: flex;
	flex-direction: column;
}
/********************
TIKTOK VIDEO GALLERY
********************/
.blockWrap_c67806b62c0a4ebc8edf94a14b26b28d .blockInnerContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
}
.blockWrap_c67806b62c0a4ebc8edf94a14b26b28d .blockInnerContent > blockquote {
    flex: 1 0 calc(33% - 20px);
    min-width: 300px;
}