/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 16:10:56 */
.post-categories li a {
	background-color: var(--ast-global-color-2) !important;
	border-radius: 25px;
	padding: 3px 10px !important;
}

.premium-blog-thumbnail-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 33%, var(--ast-global-color-1) 100%);
    z-index: 2;
}

.kennisbank-archive .premium-blog-filter {
	margin-bottom: 36px;
}