.hid-event-occurrences,
ul.occlist {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hid-event-occurrences li,
ul.occlist li {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: space-between;
    padding: 8px 0;
}

.hid-event-occurrences__time {
    color: #1c1820;
    font-weight: 600;
}

.hid-cal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hid-cal-links a,
.hid-multi-ics {
    background: #f0edf2;
    border-radius: 6px;
    color: #1c1820;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 9px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.hid-cal-links a:hover,
.hid-cal-links a:focus,
.hid-multi-ics:hover,
.hid-multi-ics:focus {
    background: #702283;
    color: #fff;
    text-decoration: none;
}

.hid-multi-ics {
    font-size: 14px;
    margin-top: 14px;
}

.hid-date-range {
    color: inherit;
}

.hid-event-logos {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px 22px;
}

.hid-event-logos__item {
    display: inline-flex;
    flex: 0 1 auto;
    margin: 0;
    min-width: 0;
}

.hid-event-logos__image {
    display: block;
    height: auto;
    max-height: 72px;
    max-width: 180px;
    object-fit: contain;
}

@media (max-width: 640px) {
    .hid-event-logos {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hid-event-logos__item {
        justify-content: center;
    }

    .hid-event-logos__image {
        max-width: 100%;
    }
}
