  /* Example: change font, background, and spacing */
#jeviso_module .jeviso_item {
    font-size: 14px;        /* Change font size */
    color: #333333;         /* Text color */
    background-color: #f7f7f7; /* Item background */
    padding: 10px;          /* Item padding */
    border-radius: 5px;     /* Rounded corners */
}

/* Example: header styling */
.jeviso_display_header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

/* Example: RSS link styling */
.mod_events_latest_rsslink a {
    color: #0073aa;
    text-decoration: underline;
}
