.baric-upcoming-events .no-events {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.150391px;
    color: #4A5565;
}

.baric-upcoming-events .widget-title {
    margin-bottom: 30px;
    font-weight: 700;
}

.baric-upcoming-events .events-list {
    display: grid;
}

.baric-upcoming-events .event-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.baric-upcoming-events .baric-event-card-hover:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.baric-upcoming-events .event-thumbnail {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.baric-upcoming-events .event-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.baric-upcoming-events .event-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.baric-upcoming-events .event-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.449219px;
    color: #0A0A0A;
    margin-top: 0px;
    margin-bottom: 12px;
}

.baric-upcoming-events .event-title a {
    text-decoration: none;
    color: inherit;
}

.baric-upcoming-events .event-meta {
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.150391px;
    color: #4A5565;
}

.baric-upcoming-events .event-meta .event-time {
    text-transform: uppercase;
}

.baric-upcoming-events .meta-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.baric-upcoming-events .meta-item:last-child {
    margin-bottom: 0;
}

.baric-upcoming-events .meta-item .event-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.baric-upcoming-events .event-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.150391px;
    color: #4A5565;
    margin-bottom: 16px;
}

.baric-upcoming-events .event-register-btn {
    display: block;
    width: 100%;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.150391px;
    color: #000000;
    transition: background 0.3s ease;
    background-color: #C9A961;
}

.baric-upcoming-events .event-button {
    margin-top: auto;
}