.baric-event-post {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 16px;
    padding: 21px;
}

.baric-event-post .widget-header {
    margin-bottom: 16px;
}

.baric-event-post .widget-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: -0.449219px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

.baric-event-post .title-underline {
    width: 48px;
    height: 2px;
    background-color: #C9A961;
}

.baric-event-post .event-card {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 17px;
    margin-bottom: 16px;
}

.baric-event-post .event-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.439453px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 12px;
}

.baric-event-post .event-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.baric-event-post .meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.150391px;
    color: rgba(255, 255, 255, 0.7);
}

.baric-event-post .meta-item .event-icon {
    opacity: 0.8;
}

.baric-event-post .btn-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #C9A961;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.150391px;
    color: #000000;
    transition: all 0.3s ease;
}

.baric-event-post .btn-view-all:hover {
    background-color: #C9A961;
}

.baric-event-post .btn-view-all svg {
    width: 16px;
    height: 16px;
}