.ssm-event-detail {
    max-width: 920px;
    margin: 24px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 16px;
}

.ssm-event-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ssm-event-detail-head h2 {
    margin: 0;
    color: #711f27;
}
