.custom-shortcode-merk-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 10px;
	column-gap: 10px;
}

.custom-shortcode-merk-list li.custom-merk-pill {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.2s ease;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-weight: 500;
	margin: 0px !important;
}

.custom-shortcode-merk-list li.custom-merk-pill.active,
.custom-shortcode-merk-list li.custom-merk-pill[style*="underline"] {
    background-color: rgb(243, 243, 243) !important;
	border: 1px solid var( --e-global-color-1ade811 ) !important;
	font-weight: 600;
	text-decoration: none !important;
}

.custom-merk-pill-image {
	width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
    border-radius: 50%;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    background: #eee;
    padding: 4px 10px;
    border-radius: 20px;
    margin-right: 5px;
    margin-top: 5px;
}

.remove-filter-button {
    background: none;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}