/*
 * event-happy.css
 * 설명: 행사등록(경사) 화면 전용 오버라이드
 * 기준: event-funeral.css 공통 스타일을 유지하고, 경사 화면만 시각 톤을 분리한다.
 */

.event-happy-page .event-middle-groupbox-title,
.event-happy-page .event-item-groupbox-title {
    color: #7c2d12;
    background: #fff7ed;
    border-color: #fed7aa;
}

.event-happy-page .event-funeral-row label,
.event-happy-page .event-middle-row label {
    color: #3f3f46;
}

.event-happy-page .summary-amount {
    background: #fffaf0;
}

.event-happy-page .event-sub-grid tr.selected td {
    background: #ffedd5;
}

.event-happy-page .help-btn {
    background: #fff7ed;
    border-color: #fdba74;
}
