.page-id-1180 .somch-events-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-id-1180 .somch-events-actions a {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    pointer-events: auto;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.page-id-1180 .somch-events-actions a:first-child {
    border-color: #d6b766;
    background: #d6b766;
    color: #111820;
}

.page-id-1180 .somch-events-actions a:hover,
.page-id-1180 .somch-events-actions a:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #111820;
    transform: translateY(-2px);
}

.page-id-1180 .somch-events-actions a:focus-visible,
.page-id-1180 .somch-event-card:has(> a:focus-visible) {
    outline: 3px solid #d6b766;
    outline-offset: 4px;
}

.page-id-1180 .somch-event-card {
    position: relative;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.page-id-1180 .somch-event-card > a:last-child {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    text-decoration: none;
}

.page-id-1180 .somch-event-card:hover,
.page-id-1180 .somch-event-card:focus-within {
    border-color: rgba(216, 38, 45, 0.56);
    box-shadow: 0 18px 42px rgba(17, 24, 32, 0.14);
    transform: translateY(-4px);
}

.page-id-1180 .somch-event-card:hover .somch-event-card__image,
.page-id-1180 .somch-event-card:focus-within .somch-event-card__image {
    transform: scale(1.025);
}

.page-id-1180 .somch-event-card__image {
    transition: transform 260ms ease;
}

.page-id-1180 .somch-event-card__body em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-id-1180 .somch-event-card__body em::after {
    content: "\2192";
    transition: transform 180ms ease;
}

.page-id-1180 .somch-event-card:hover .somch-event-card__body em::after,
.page-id-1180 .somch-event-card:focus-within .somch-event-card__body em::after {
    transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
    .page-id-1180 .somch-events-actions a,
    .page-id-1180 .somch-event-card,
    .page-id-1180 .somch-event-card__image,
    .page-id-1180 .somch-event-card__body em::after {
        transition: none;
    }
}

@media (max-width: 600px) {
    .page-id-1180 .somch-events-actions a {
        width: 100%;
        justify-content: center;
    }
}
