.lira-events-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lira-event-item {
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.lira-event-date {
    width: 110px;
    background: #1f4db8;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.lira-event-date .month {
    font-size: 16px;
    opacity: .8;
}

.lira-event-date .day {
    font-size: 32px;
    font-weight: bold;
}

.lira-event-details {
    padding: 20px;
}

.lira-event-details .type {
    color: #e4b300;
    font-weight: bold;
    margin-bottom: 5px;
}

.lira-event-details h3 {
    margin: 0 0 10px 0;
}

.lira-event-details h3 a {
    text-decoration: none;
    color: inherit;
}
.lira-event-details h3 a:hover {
    opacity: 0.8;
}

.meta span {
    margin-right: 15px;
}
