.event-module-wrapper{transition:background-color .3s ease;width:100%}.event-module-container{box-sizing:border-box;font-family:sans-serif;margin:0 auto;max-width:1100px;padding:60px 20px;width:100%}.event-list{display:flex;flex-direction:column;gap:20px}.event-row{align-items:stretch;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);display:flex;flex-direction:row;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.event-row:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.08);transform:translateX(4px)}.event-date-column{align-items:center;background-color:#ff7a59;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;min-width:120px;padding:20px;text-align:center}.event-month{font-size:.9rem;font-weight:700;letter-spacing:1px;opacity:.9;text-transform:uppercase}.event-day{font-size:2.2rem;font-weight:800;line-height:1;margin:4px 0}.event-time{font-size:.85rem;font-weight:600;white-space:nowrap}.event-content-column{display:flex;flex:1;flex-direction:column;gap:8px;justify-content:center;padding:24px}.event-title{color:#1a202c;font-size:1.4rem;margin:0}.event-location{color:#4a5568;font-size:.9rem}.event-location a{color:#3182ce;text-decoration:none}.event-location a:hover{text-decoration:underline}.event-description{color:#4a5568;font-size:.95rem;line-height:1.5}.event-actions-column{background-color:#fafbfc;border-left:1px solid #f0f4f8;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-width:200px;padding:24px}.event-cta-btn{background-color:#ff7a59;border-radius:6px;box-sizing:border-box;color:#fff;display:block;font-size:.95rem;font-weight:600;padding:12px 16px;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.event-cta-btn:hover{background-color:#e56a4b}@media (max-width:768px){.event-row{flex-direction:column}.event-date-column{flex-direction:row;justify-content:space-between;padding:12px 24px;width:100%}.event-day{font-size:1.4rem;margin:0}.event-actions-column{border-left:none;border-top:1px solid #f0f4f8;width:100%}}