/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.m0 {margin-top:0; margin-bottom:0}
.post p{line-height: 1.2em;}
.site {background-color: #FFFFFF;}
blockquote {
 max-width: 800px;
 text-align: left;
 margin: 20px;
 padding: 20px;
 font-family: Arial,Helvetica
 Neue,Helvetica,sans-serif;
 font-size: 20px;
 color: #428bca;}
.qsm-quiz-container {
background-color: #F0FFFF; 
}
.quiz_section .mlw_qmn_message_before {
color: graytext;
line-height: 1.6em;
font-family: tahoma;
padding: 30px;
}
/* Increase font size of event titles */
.mec-event-title {
  font-size: 20px;     /* Adjust as needed */
  color: #333;         /* Change text color */
}

/* Increase font size of the event date */
.mec-event-date {
  font-size: 18px;     /* Adjust as needed */
  color: #666;         /* Change text color */
}

/* Change background color of the event box */
.mec-event {
  background-color: #f9f9f9;  /* Change to desired hex color */
  padding: 15px;              /* Space inside the event box */
  border-radius: 5px;         /* Rounded corners */
}

/* Change the icon size in the event categories */
.mec-event-categories i {
  font-size: 24px;       /* Adjust to increase icon size */
  color: #007bff;        /* Change the icon color */
}

/* Adjust the category's background */
.mec-event-categories {
  background-color: #e9ecef; /* Color for category background */
  padding: 5px;             /* Space around the icon */
  border-radius: 3px;       /* Rounded corners */
}
/* 1. CATEGORY TEXT SIZE IN THE CATEGORY SEARCH FORM */
.mec-wrap .mec-search-form .mec-search-category label,
.mec-wrap .mec-search-form .mec-search-category .mec-label {
  font-size: 24px;         /* Increase text size here */
  font-weight: 500;        /* Optional: make it slightly bolder */
}

/* 2. CHECKBOX STYLE: SIZE + BORDER (UNIVERSAL) */
.mec-wrap .mec-search-form .mec-search-category input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* 3. CHECKED CHECKBOX BACKGROUND COLOR (MOST MEC THEMES) */
.mec-wrap .mec-search-form .mec-search-category input[type="checkbox"]:checked {
  background-color: #0073aa;   /* Change this to the color you want */
  border-color: #0073aa;       /* Match border with background */
}

/* 4. IF MEC USES A CUSTOM "FAKE" CHECKBOX (COMMON PATTERN) */
.mec-wrap .mec-search-form .mec-search-category input[type="checkbox"]:checked + span,
.mec-wrap .mec-search-form .mec-search-category input[type="checkbox"]:checked + label:before {
  background-color: #0073aa;   /* Change to your desired color */
  border-color: #0073aa;
}
.mec-event-list {
       background-color: #f0f8ff; /* Example color */
       padding: 10px; /* Optional padding */
       border-radius: 5px; /* Optional rounded corners */
   }