/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 23 2025 | 12:44:32 */
.webr-wapf-open-spraylijm-modal {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #007BFF;
    color: white;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	margin-left: 5px;
}

.webr-wapf-open-spraylijm-modal:hover {
	color: #fff;
	background-color: #0056b3;
}

.webr-wapf-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparante achtergrond */
}

.webr-wapf-modal-content {
    position: relative;
    margin: 10vh auto;
    background: #fff;
    padding: 20px;
    max-width: 800px;
	max-height: 80%;
	overflow-y: auto;
}

.webr-wapf-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.webr-wapf-modal-body {
    text-align: left;
}

.webr-wapf-modal-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.webr-wapf-modal-image img {
    max-width: 70%;
    height: auto;
	margin-bottom: 30px;
}

.webr-wapf-modal-description {
    font-size: 16px;
    color: #333;
}

.webr-wapf-modal-description ul {
    list-style: none;
    padding-left: 0;
}

.webr-wapf-modal-description ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: var(--donkerBlauw);
    margin-right: 10px;
}

.webr-wapf-modal-link {
	text-decoration: underline;
}

.webr-wapf-modal-link::after {
	content: "\f08e" !important;
    font-family: 'Font Awesome 5 Free' !important;
    color: #000;
    font-weight: 600;
    margin-left: 5px;
    transform: scale(0.7);
    display: inline-block;
}

.entry-summary,
.entry-summary .summary-inner {
	position: relative;
}