.event-card{background-color:#fff;border:1px solid #ccc;border-radius:8px;margin:10px 0;box-shadow:0 2px 4px #0000001a}.event-card h2{margin:10px 0 0 10px;font-size:14pt}.event-entry{align-items:top;background:linear-gradient(#fff0 0%,#0000001a 100%);gap:10px;padding:10px;display:flex}.event-time{flex:0 0 160px}.event-room{flex:0 0 130px}.event-description{flex:1;font-weight:400!important}.event-name{font-weight:700}.event-alert{color:red;font-weight:700}div.custom-spinner{border:7px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite custom-spin;display:inline-block}@keyframes custom-spin{to{transform:rotate(360deg)}}