/**
 * Campaign List block — Editor styles
 *
 * @package GiftFlow
 * @subpackage Blocks\CampaignList
 */

.gf-cl .block-editor-block-list__layout {
	display: flex;
	flex-direction: column;
}

.gf-cl .wp-block { margin: 0; }

@keyframes gf-shimmer {
	0% { background-position: -400px 0; }
	100% { background-position: 400px 0; }
}

.gf-cl .gf-cl-card { cursor: default; }
