/* =============================================================================
- List Items
============================================================================= */
.gwel-list-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	.gwel-item {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.gwel-icon {
		font-size: var(--gwel-icon--size, 12px);
	}
	.gwel-item-separator {
		width: 100%;
		height: 1px;
	}
}