/* ── 이벤트#2 영수증 재발행 ── */
.sub-content--event-receipt {
    text-align: center;
    padding: 2.25rem 2.5rem 2.5rem;
}

.event-receipt-title {
    margin: 0 0 1.5rem;
    font-family: 'GangwonEducationModuche', 'Noto Serif KR', serif;
    font-size: clamp(1.35rem, 3.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.55;
    color: var(--primary);
}

.event-receipt-title .sparkle {
    font-size: 0.82em;
}

.event-receipt-title-num {
    display: inline-block;
    font-size: 1.06em;
    line-height: 1;
    vertical-align: -0.03em;
}

.event-receipt-figure {
    margin: 0 auto 1.35rem;
    width: min(100%, 22rem);
}

.event-receipt-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.event-receipt-lead {
    margin: 0 auto 1.75rem;
    max-width: 36rem;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.75;
    color: var(--text);
}

.event-receipt-price {
    margin: 0 auto 2rem;
    max-width: 24rem;
}

.event-receipt-price-unit {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--text);
}

.event-receipt-price-amount {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.06em;
    margin: 0 0 0.65rem;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    color: #c94835;
}

.event-receipt-price-value {
    font-size: 1em;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.event-receipt-price-currency {
    font-size: 0.96em;
    letter-spacing: -0.01em;
}

.event-receipt-price-note {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.65;
    color: var(--text);
}

.event-receipt-details {
    max-width: 34rem;
    margin: 0 auto;
    text-align: left;
}

.event-receipt-notes {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px dotted rgba(232, 180, 190, 0.95);
}

.event-receipt-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-receipt-list > li {
    position: relative;
    padding-left: 0.95rem;
    font-size: 0.94rem;
    line-height: 1.75;
    color: var(--text);
}

.event-receipt-list > li + li {
    margin-top: 0.35rem;
}

.event-receipt-list > li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--text-muted);
    font-weight: 700;
    line-height: 1.75;
}

@media (max-width: 768px) {
    .sub-content--event-receipt {
        padding: 1.5rem 1.25rem 1.75rem;
    }

    .event-receipt-lead,
    .event-receipt-price-note,
    .event-receipt-list > li {
        font-size: 0.88rem;
    }

    .event-receipt-price-amount {
        font-size: 1.5rem;
    }

    .event-receipt-notes {
        margin-top: 2rem;
        padding-top: 2rem;
    }
}
