.fhni-event__day {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0 18px;
    color: #5b21b6;
    font-size: 13px;
    font-weight: 700;
}

.fhni-event__day::after {
    content: "";
    height: 1px;
    background: var(--fhni-line);
    flex: 1;
}

.fhni-event__day span {
    background: #ede9fe;
    border-radius: 999px;
    padding: 6px 12px;
}

.fhni-event__member p .fhni-event__repeat {
    background: #fff7ed;
    color: #9a3412;
}
