/* Hoge specificiteit + !important: Elementor kit-CSS (.elementor-kit-x button) wint anders van de knopstijl. */
#jrc.jrc{position:fixed !important;bottom:var(--jrc-y,24px) !important;top:auto !important;z-index:99990 !important;font-family:var(--jrc-font,inherit);max-width:min(var(--jrc-max-w,260px),calc(100vw - 2 * var(--jrc-x,24px))) !important;width:auto !important;margin:0 !important;padding:0 !important;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease;}
#jrc.jrc--right{right:var(--jrc-x,24px) !important;left:auto !important;}
#jrc.jrc--left{left:var(--jrc-x,24px) !important;right:auto !important;}
#jrc.jrc[hidden]{display:none !important;}
#jrc.jrc.is-visible{opacity:1;transform:none;}

#jrc .jrc__btn,
#jrc .jrc__btn:link,
#jrc .jrc__btn:visited{
	display:block !important;width:100% !important;min-width:0 !important;max-width:none !important;box-sizing:border-box !important;
	margin:0 !important;padding:18px 22px !important;
	background:var(--jrc-bg,#1c1c1c) !important;background-image:none !important;
	color:var(--jrc-fg,#fff) !important;
	border:0 !important;border-radius:var(--jrc-radius,12px) !important;
	font-family:var(--jrc-font,inherit) !important;font-size:var(--jrc-font-size,15px) !important;font-weight:400 !important;
	line-height:1.4 !important;letter-spacing:0 !important;text-transform:none !important;text-align:left !important;text-decoration:none !important;text-shadow:none !important;
	white-space:normal !important;word-break:normal !important;
	cursor:pointer !important;box-shadow:var(--jrc-shadow,none) !important;
	transition:background .2s ease,transform .2s ease,box-shadow .2s ease !important;
	-webkit-appearance:none !important;appearance:none !important;
}
#jrc .jrc__btn:hover,
#jrc .jrc__btn:focus-visible{background:var(--jrc-bg-hover,#000) !important;color:var(--jrc-fg,#fff) !important;text-decoration:none !important;outline:none !important;transform:translateY(-2px);}
#jrc .jrc__btn:focus-visible{box-shadow:var(--jrc-shadow,none),0 0 0 3px var(--jrc-accent,#c9a86a) !important;}
#jrc .jrc__text{display:block !important;color:inherit !important;font:inherit !important;}

#jrc .jrc__close{position:absolute !important;top:-10px !important;right:-10px !important;left:auto !important;bottom:auto !important;width:26px !important;height:26px !important;min-width:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:50% !important;background:var(--jrc-fg,#fff) !important;color:var(--jrc-bg,#1c1c1c) !important;font:20px/26px sans-serif !important;cursor:pointer !important;box-shadow:0 2px 6px rgba(0,0,0,.2) !important;opacity:0;transition:opacity .2s;-webkit-appearance:none;appearance:none;}
#jrc.jrc--left .jrc__close{right:auto !important;left:-10px !important;}
#jrc:hover .jrc__close,#jrc:focus-within .jrc__close{opacity:1;}
@media (hover:none){#jrc .jrc__close{opacity:1;}}
#jrc.is-open .jrc__btn,#jrc.is-open .jrc__close{display:none !important;}

/* Paneel */
#jrc.is-open{max-width:none !important;}
#jrc .jrc__panel{position:relative;box-sizing:border-box;width:min(360px,calc(100vw - 2 * var(--jrc-x,24px)));background:var(--jrc-bg,#1c1c1c);color:var(--jrc-fg,#fff);border-radius:var(--jrc-radius,12px);padding:26px 24px 22px;box-shadow:var(--jrc-shadow,0 10px 30px rgba(0,0,0,.25));font-size:var(--jrc-font-size,15px);line-height:1.45;max-height:calc(100vh - 2 * var(--jrc-y,24px));overflow:auto;}
#jrc .jrc__panel[hidden]{display:none !important;}
#jrc .jrc__panel-close{position:absolute !important;top:10px !important;right:12px !important;width:auto !important;min-width:0 !important;background:none !important;border:0 !important;color:inherit !important;font:26px/1 sans-serif !important;cursor:pointer;opacity:.7;padding:4px 8px !important;margin:0 !important;box-shadow:none !important;}
#jrc .jrc__panel-close:hover{opacity:1;}
#jrc .jrc__title{margin:0 28px 6px 0;font-family:inherit;font-size:1.2em;font-weight:500;line-height:1.3;color:inherit;letter-spacing:0;text-transform:none;}
#jrc .jrc__intro{margin:0 0 16px;opacity:.8;font-size:.93em;color:inherit;}
#jrc .jrc__form{display:grid;gap:12px;margin:0;}
#jrc .jrc__hp{position:absolute;left:-9999px;top:-9999px;height:0;overflow:hidden;margin:0;}
#jrc .jrc__field{display:grid;gap:5px;margin:0;}
#jrc .jrc__field>span{font-size:.85em;opacity:.8;color:inherit;}
#jrc .jrc__field em{font-style:normal;opacity:.6;}
#jrc .jrc__field input,
#jrc .jrc__field select,
#jrc .jrc__field textarea{width:100% !important;box-sizing:border-box !important;background:rgba(255,255,255,.08) !important;color:inherit !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:calc(var(--jrc-radius,12px) * .5) !important;padding:10px 12px !important;margin:0 !important;font-family:inherit !important;font-size:1em !important;line-height:1.35 !important;box-shadow:none !important;min-height:0 !important;}
#jrc .jrc__field select option{color:#111;}
#jrc .jrc__field input:focus,
#jrc .jrc__field select:focus,
#jrc .jrc__field textarea:focus{outline:none !important;border-color:var(--jrc-accent,#c9a86a) !important;}
#jrc .jrc__field textarea{resize:vertical;min-height:80px !important;}
#jrc .jrc__submit{display:block !important;width:100% !important;margin:4px 0 0 !important;padding:12px 18px !important;background:var(--jrc-accent,#c9a86a) !important;background-image:none !important;color:var(--jrc-bg,#1c1c1c) !important;border:0 !important;border-radius:calc(var(--jrc-radius,12px) * .5) !important;font-family:inherit !important;font-size:1em !important;font-weight:600 !important;letter-spacing:0 !important;text-transform:none !important;cursor:pointer;box-shadow:none !important;transition:opacity .2s;}
#jrc .jrc__submit:hover{opacity:.9;}
#jrc .jrc__submit[disabled]{opacity:.6;cursor:wait;}
#jrc .jrc__status{margin:0;min-height:1em;font-size:.88em;opacity:.9;color:inherit;}
#jrc .jrc__status.is-error{color:#ffb4a8;}
#jrc .jrc__success{font-size:1.05em;line-height:1.5;padding:6px 0 2px;}

@media (max-width:480px){
	#jrc.jrc{bottom:16px !important;}
	#jrc.jrc--right{right:16px !important;}
	#jrc.jrc--left{left:16px !important;}
	#jrc .jrc__panel{width:calc(100vw - 32px);padding:22px 18px 18px;}
}
@media (prefers-reduced-motion:reduce){
	#jrc.jrc,#jrc .jrc__btn{transition:none !important;}
}
