.event-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.event-left .event-thumb {
    width: 140px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    background: #eee;
}

.event-left .no-image {
    width: 140px;
    height: 100px;
    background: #eee;
    border-radius: 6px;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.event-excerpt {
    margin-top: 5px;
    color: #555;
    font-size: 15px;
}

.event-date-top {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.no-events {
    padding: 20px;
    color: #666;
}

.event-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.event-left .event-thumb,
.event-left .no-image {
    width: 140px !important;
    height: 100px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 8px !important;
    background: #eee;
    display: block;
}

.event-right {
    flex: 1;
}

.event-date-top {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    margin-bottom: 8px;
}

.event-title:hover {
    text-decoration: underline;
}

.event-excerpt {
    color: #666;
    font-size: 15px;
    margin-bottom: 8px;
}

.event-meta-container .event-meta-item a {
    color: #0a6fc1;
    font-size: 14px;
    text-decoration: none;
}

.event-meta-container .event-meta-item a:hover {
    text-decoration: underline;
}

.events-items > *:not(.event-wrapper) {
    border-bottom: none;
}

.fc {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: none;
    font-family: inherit;
}

.fc .fc-header-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.fc .fc-toolbar-title {
    font-size: 26px;
    color: #387A85;
    font-weight: 700;
}

.fc .fc-prev-button,
.fc .fc-next-button {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fc .fc-prev-button .fc-icon,
.fc .fc-next-button .fc-icon {
    color: #387A85;
    font-size: 30px;
}

.fc-today-button {
    background: #3D9478;
    border: none;
    border-radius: 6px;
    color: white;
}

.fc .fc-col-header-cell {
    background: none;
    border: none;
    color: #387A85;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.fc .fc-col-header-cell a {
    color: #387A85;
    text-decoration: none;
    pointer-events: none;
}

.fc .fc-col-header-cell-cushion {
    padding: 5px 0;
}

.fc .fc-daygrid-day {
    border: none;
    background: transparent;
    text-align: center;
    padding: 0;
}

.fc .fc-daygrid-day-number {
    color: #387A85;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.fc .fc-daygrid-day-number:hover {
    background: none;
    text-decoration: none;
}

.fc .fc-daygrid-day:hover {
    background: none;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #d3ebe9;
    border-radius: 8px;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #387A85;
}

.fc .fc-more-link {
    color: #387A85;
    font-size: 12px;
    text-decoration: none;
}

.fc .fc-daygrid-event,
.fc .fc-daygrid-event .fc-event-main {
    background-color: #3D9478;
    border-color: #3D9478;
    color: white;
}

.fc .fc-event-title,
.fc .fc-daygrid-event .fc-event-main {
    color: white;
}

.fc .fc-daygrid-more-link {
    color: #3D9478;
}

.fc .fc-popover .fc-daygrid-event {
    background-color: #3D9478;
    border-color: #3D9478;
}

.fc .fc-daygrid-event:hover {
    filter: brightness(0.9);
}

.fc-today-button {
    visibility: hidden;
}

.fc .fc-prev-button:hover, .fc .fc-next-button:hover {
    background: transparent;
}

.fc .fc-daygrid-event .fc-event-title {
    white-space: normal ;
    overflow: visible ;
    text-overflow: unset ;
    display: block ;
    line-height: 1.2;
}

.fc .fc-daygrid-event {
    padding: 2px 4px;
}


