/*
 * SimpleCardList Widget CSS
 * Specifieke styling voor de SimpleCardList Elementor widget.
 */

.pop360-simple-card-list--layout-yes .poplist-items {
    display: flex;
    flex-direction: column;
    gap: 16px; /* Kleine verticale tussenruimte tussen de kaarten */
}


/* --------------------------------------------------------------------------
   Responsive: Mobile
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.pop360-simple-card-list--layout-yes .poplist-items {
		gap: 12px;
	}
} 