/* Minimal frontend styling */
 .zsvm-nav{display:flex;margin: 0px auto;padding-bottom:30px;    width: fit-content; align-items:center;gap:10px;margin-bottom:10px;}
.zsvm-public-table{border-collapse:collapse;width:100%;}
.zsvm-public-table th,.zsvm-public-table td{border:1px solid #ddd;padding:8px;}
.zsvm-not-approved{opacity:0.6;}
     #zsvm-month-content { width: 100%; border-collapse: collapse; margin-top: 1em;     font-family: 'Source Sans Pro', sans-serif;
}
        #zsvm-month-content th, #zsvm-month-content td { border: 1px solid #ddd; padding: 8px; text-align: left; }
        #zsvm-month-content th { background-color: #f4f4f4; font-weight: bold; }
        #zsvm-month-content tr:nth-child(even) { background-color: #f9f9f9; }
        #zsvm-month-content tr:hover { background-color: #f1f1f1; }
        .zsvm-modal { display:none; position: fixed; z-index:1000; left:0; top:0; width:100%; height:100%; overflow:auto; background-color: rgba(0,0,0,0.5); }
        .zsvm-modal-content { background-color:#fff; margin: 10% auto; padding:20px; border-radius:6px; width:90%; max-width:500px; position:relative; }
        .zsvm-close { position:absolute; top:10px; right:15px; font-size:24px; font-weight:bold; cursor:pointer; }
   .zsvm-modal-content p{line-height: normal!important;    margin-bottom: 5px !important;}