/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2025 | 08:44:38 */
/* AHA Leermiddelenbouwers styling zit in de widget H5P */
.h5p-content p {
  color: var( --e-global-color-text );
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-text-font-weight );
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.h5p-content button {
    background: #779536 !important;
    color: #FFF !important;
    border-radius: 5px !important;
}

.h5p-true-false-answer {
	background: #ddd!important;
	border: none!important;
	box-shadow: none!important;
	color: #FFF!important;
}
.h5p-true-false-answer[aria-checked=true] {
	background: #cee0f4 !important;
    border: 2px solid #388EFF !important;
    /*background: #779536!important;
    border-color: #779536!important;*/
	color: #FFF!important;
}