                /* ─ P60 설문 탭 ─ */
                #survey {
                    --survey-ink: #f8e9f1;
                    --survey-muted: rgba(248, 233, 241, 0.72);
                    --survey-card: rgba(47, 22, 46, 0.72);
                    --survey-card-border: rgba(255,255,255,0.16);
                    --survey-blush: #f4bfd2;
                    --survey-accent: #d86a9c;
                    --survey-accent-strong: #a73b76;
                    --survey-glow: rgba(216,106,156,0.28);
                    --survey-sticky-top: 94px;
                    font-size: 16px;
                    color: var(--survey-ink);
                    padding: 0 4px 20px;
                    background:
                        radial-gradient(circle at top left, rgba(244,191,210,0.14), transparent 34%),
                        radial-gradient(circle at 85% 18%, rgba(255,220,232,0.09), transparent 28%);
                }
                #surveyHeader {
                    position: relative;
                    overflow: hidden;
                    border-radius: 28px;
                    margin-bottom: 18px;
                    background: linear-gradient(140deg, #3d173a 0%, #53214d 40%, #7f365c 100%);
                    box-shadow: 0 24px 60px rgba(72, 21, 61, 0.35), inset 0 0 0 1px rgba(255,255,255,0.08);
                }
                #surveyHeader::before {
                    content: '';
                    position: absolute;
                    inset: 0;
                    background:
                        linear-gradient(120deg, rgba(255,255,255,0.06), transparent 45%),
                        url('images/survey-floral-line.svg') no-repeat left -12px bottom -20px / 240px auto;
                    opacity: 0.72;
                    pointer-events: none;
                }
                .survey-hero-layout {
                    position: relative;
                    display: grid;
                    grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.8fr);
                    gap: 10px;
                    align-items: center;
                    padding: 22px 18px;
                }
                .survey-hero-copy { position: relative; z-index: 1; }
                .survey-hero-kicker {
                    display: inline-flex;
                    align-items: center;
                    padding: 6px 12px;
                    border-radius: 999px;
                    background: rgba(255,255,255,0.14);
                    border: 1px solid rgba(255,255,255,0.18);
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0.14em;
                    text-transform: uppercase;
                    color: rgba(255,245,249,0.84);
                    margin-bottom: 14px;
                }
                .survey-hero-title {
                    font-size: 28px;
                    line-height: 1.16;
                    letter-spacing: -0.04em;
                    color: #fff8fb;
                    margin: 0 0 10px;
                }
                .survey-hero-desc {
                    margin: 0 0 16px;
                    line-height: 1.75;
                    color: rgba(255,241,246,0.76);
                }
                .survey-code-chip {
                    display: inline-flex;
                    align-items: baseline;
                    gap: 10px;
                    padding: 10px 14px;
                    border-radius: 18px;
                    background: rgba(255,255,255,0.12);
                    border: 1px solid rgba(255,255,255,0.16);
                    box-shadow: 0 10px 28px rgba(37, 8, 31, 0.2);
                    margin-bottom: 18px;
                }
                #surveyHeaderTitle {
                    font-size: 16px;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    color: rgba(255,241,246,0.68);
                }
                #surveyIljuDisplay {
                    font-size: 24px;
                    font-weight: 900;
                    letter-spacing: 0.18em;
                    color: #ffffff;
                    text-shadow: 0 12px 32px rgba(255,255,255,0.18);
                }
                .survey-hero-points {
                    display: grid;
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    gap: 10px;
                    max-width: 430px;
                }
                .survey-hero-point {
                    padding: 12px 12px 11px;
                    border-radius: 16px;
                    background: rgba(255,255,255,0.08);
                    border: 1px solid rgba(255,255,255,0.14);
                    backdrop-filter: blur(8px);
                }
                .survey-hero-point strong {
                    display: block;
                    font-size: 16px;
                    color: #fff5f9;
                    margin-bottom: 4px;
                }
                .survey-hero-point span {
                    display: block;
                    font-size: 16px;
                    line-height: 1.5;
                    color: rgba(255,241,246,0.66);
                }
                .survey-hero-visual {
                    position: relative;
                    z-index: 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-height: 240px;
                }
                .survey-hero-visual::before {
                    content: '';
                    position: absolute;
                    width: 220px;
                    height: 220px;
                    border-radius: 50%;
                    background: radial-gradient(circle, rgba(255,255,255,0.22), rgba(255,255,255,0));
                    filter: blur(2px);
                }
                .survey-hero-visual img {
                    position: relative;
                    width: min(100%, 250px);
                    height: auto;
                    filter: drop-shadow(0 20px 40px rgba(46, 12, 36, 0.24));
                }
                #checkIljuBtn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    min-height: 42px;
                    padding: 10px 18px;
                    border-radius: 999px;
                    background: rgba(255,255,255,0.13);
                    color: #fff8fb;
                    font-weight: 700;
                    border: 1px solid rgba(255,255,255,0.2);
                    box-shadow: 0 12px 24px rgba(39, 7, 33, 0.18);
                }
                #surveyForm > div:first-child {
                    background: var(--survey-card) !important;
                    border: 1px solid var(--survey-card-border) !important;
                    border-radius: 20px !important;
                    box-shadow: 0 18px 34px rgba(22, 8, 20, 0.16);
                }
                .survey-progress-label {
                    display: block;
                    margin: 0 0 4px;
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0.12em;
                    text-transform: uppercase;
                    color: rgba(248,233,241,0.6);
                }
                #surveyProgress { font-size: 16px !important; color: rgba(248,233,241,0.72) !important; }
                #surveyForm h3 { color: #ffe5f0 !important; font-size: 16px !important; margin-bottom: 16px; }
                .survey-step > .form-group > label,
                #jobDetail > label, #businessDetail > label, #marriageYearSection > label { color: #f7e6ee !important; font-size: 16px !important; font-weight: 600; }
                .survey-step {
                    padding: 18px 16px 22px;
                    margin-bottom: 14px;
                    border: 1px solid rgba(255,255,255,0.09);
                    border-radius: 22px;
                    background: linear-gradient(180deg, rgba(67,31,58,0.56), rgba(35,17,35,0.5));
                    box-shadow: 0 16px 28px rgba(20, 7, 20, 0.12);
                }
                .survey-step:last-child { margin-bottom: 0; }
                .radio-option, .checkbox-option { display: flex !important; align-items: center !important; width: 100% !important; box-sizing: border-box !important; background: rgba(255,247,251,0.06) !important; border: 1.5px solid rgba(255,255,255,0.12) !important; color: #f7eaf1 !important; font-size: 16px !important; border-radius: 16px !important; padding: 14px 16px !important; cursor: pointer !important; transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s !important; }
                .radio-option:hover, .checkbox-option:hover { border-color: rgba(244,191,210,0.68) !important; background: rgba(244,191,210,0.11) !important; transform: translateY(-1px); box-shadow: 0 12px 22px rgba(37,10,31,0.12); }
                .radio-option input, .checkbox-option input { flex-shrink: 0; margin-right: 12px !important; }
                /* 체크박스를 라디오버튼과 완전 동일하게 */
                .checkbox-option input[type="checkbox"],
                .radio-option input[type="radio"] {
                    appearance: none; -webkit-appearance: none;
                    width: 18px; height: 18px; border-radius: 50%;
                    border: 2px solid rgba(255,255,255,0.42);
                    background: rgba(255,255,255,0.07);
                    cursor: pointer; flex-shrink: 0;
                    transition: all 0.15s;
                    display: inline-flex; align-items: center; justify-content: center;
                }
                .checkbox-option input[type="checkbox"]::after,
                .radio-option input[type="radio"]::after {
                    content: '';
                    width: 6px; height: 6px; border-radius: 50%;
                    background: rgba(255,255,255,0.58);
                    display: block;
                }
                .checkbox-option input[type="checkbox"]:checked,
                .radio-option input[type="radio"]:checked {
                    background: var(--survey-accent); border-color: var(--survey-accent);
                    box-shadow: 0 0 0 4px rgba(216,106,156,0.22);
                }
                .checkbox-option input[type="checkbox"]:checked::after,
                .radio-option input[type="radio"]:checked::after {
                    background: #fff; width: 7px; height: 7px;
                }
                .survey-select, #survey select, #survey input[type="number"], #survey textarea { background: rgba(29,12,28,0.46) !important; color: #fff8fb !important; border: 1.5px solid rgba(255,255,255,0.14) !important; border-radius: 16px !important; font-size: 16px !important; box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }
                #survey select option, #survey optgroup { background: #4f2348; color: #fff3f8; }
                #jobDetail, #businessDetail, #marriageYearSection { background: rgba(255,247,251,0.05) !important; border: 1px solid rgba(255,255,255,0.1) !important; border-radius: 18px !important; }
                button.survey-prev { background: rgba(255,255,255,0.08) !important; color: rgba(255,241,246,0.72) !important; border: 1px solid rgba(255,255,255,0.14) !important; border-radius: 16px !important; }
                button.survey-next, #survey button[type="submit"], #viewStatsBtn, #viewMyResponseBtn, #resetSurveyBtn, #hideSurveyResponse { border-radius: 16px !important; font-size: 16px !important; }
                button.survey-next, #survey button[type="submit"], #viewStatsBtn {
                    background: linear-gradient(135deg, #d9689b, #b54783) !important;
                    border: 1px solid rgba(255,255,255,0.08) !important;
                    box-shadow: 0 16px 28px rgba(169, 52, 112, 0.24);
                }
                #surveyResponseDisplay {
                    margin-top: 14px;
                    padding: 18px 16px;
                    border-radius: 24px;
                    background: linear-gradient(180deg, rgba(62,25,54,0.78), rgba(31,14,29,0.74));
                    border: 1px solid rgba(255,255,255,0.1);
                    box-shadow: 0 18px 34px rgba(24, 8, 20, 0.16);
                }
                .survey-response-head {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 12px;
                    margin-bottom: 14px;
                }
                .survey-response-eyebrow {
                    display: inline-flex;
                    align-items: center;
                    padding: 6px 10px;
                    border-radius: 999px;
                    background: rgba(255,255,255,0.08);
                    border: 1px solid rgba(255,255,255,0.12);
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0.12em;
                    text-transform: uppercase;
                    color: rgba(255,241,246,0.64);
                    margin-bottom: 8px;
                }
                .survey-response-note {
                    font-size: 16px;
                    line-height: 1.6;
                    color: rgba(255,241,246,0.6);
                }
                #surveyResponseContent {
                    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04)) !important;
                    padding: 18px !important;
                    border-radius: 18px !important;
                    border: 1px solid rgba(255,255,255,0.1) !important;
                    color: #f4e8ee !important;
                    line-height: 1.75 !important;
                }
                .survey-response-summary {
                    margin-bottom: 16px;
                    padding: 18px;
                    border-radius: 18px;
                    background: linear-gradient(135deg, rgba(216,106,156,0.92), rgba(141,55,106,0.92));
                    box-shadow: 0 16px 28px rgba(115, 32, 78, 0.28);
                    color: #fff9fb;
                }
                .survey-response-summary-label {
                    font-size: 16px;
                    letter-spacing: 0.14em;
                    text-transform: uppercase;
                    opacity: 0.72;
                    margin-bottom: 6px;
                }
                .survey-response-summary-code {
                    font-size: 28px;
                    font-weight: 900;
                    letter-spacing: 0.12em;
                    margin-bottom: 10px;
                }
                .survey-response-summary-meta {
                    display: grid;
                    gap: 4px;
                    font-size: 16px;
                    color: rgba(255,249,251,0.82);
                }
                .survey-response-section {
                    margin-bottom: 14px;
                    padding: 14px;
                    border-radius: 16px;
                    background: rgba(255,255,255,0.04);
                    border: 1px solid rgba(255,255,255,0.08);
                }
                .survey-response-section:last-child {
                    margin-bottom: 0;
                }
                .survey-response-section-title {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    margin-bottom: 12px;
                    font-size: 16px;
                    font-weight: 800;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    color: #f2b7cd;
                }
                .survey-response-section-title::before {
                    content: '';
                    width: 18px;
                    height: 1px;
                    background: currentColor;
                    opacity: 0.8;
                }
                .survey-response-item {
                    padding: 12px 0;
                    border-bottom: 1px solid rgba(255,255,255,0.08);
                }
                .survey-response-item:first-of-type {
                    padding-top: 0;
                }
                .survey-response-item:last-of-type {
                    padding-bottom: 0;
                    border-bottom: none;
                }
                .survey-response-item-label {
                    margin-bottom: 6px;
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0.06em;
                    text-transform: uppercase;
                    color: rgba(255,241,246,0.62);
                }
                .survey-response-item-value {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 1.7;
                    color: #f7ecf1;
                    word-break: keep-all;
                }
                .survey-response-item-value.is-multi {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 8px;
                }
                .survey-response-chip {
                    display: inline-flex;
                    align-items: center;
                    padding: 7px 11px;
                    border-radius: 999px;
                    background: rgba(255,255,255,0.09);
                    border: 1px solid rgba(255,255,255,0.1);
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.2;
                    color: #fff8fb;
                }
                #hideSurveyResponse {
                    min-height: 42px;
                    padding: 10px 16px;
                }

                /* ─ P60 설문 라이트모드 ─ */
                [data-theme="light"] #surveyHeader {
                    background: linear-gradient(135deg, #fff7fb 0%, #ffe7f1 48%, #f4d6e2 100%) !important;
                    box-shadow: 0 18px 42px rgba(209,112,152,0.18), inset 0 0 0 1px rgba(255,255,255,0.65) !important;
                }
                [data-theme="light"] #survey {
                    --survey-ink: #572f49;
                    --survey-muted: #8b657b;
                    --survey-card: rgba(255,255,255,0.9);
                    --survey-card-border: #f1d7e3;
                    color: #4b2a41;
                    background:
                        radial-gradient(circle at top left, rgba(244,191,210,0.22), transparent 34%),
                        radial-gradient(circle at 90% 18%, rgba(255,228,238,0.7), transparent 30%);
                }
                [data-theme="light"] #surveyHeader::before {
                    background:
                        linear-gradient(120deg, rgba(255,255,255,0.58), transparent 42%),
                        url('images/survey-floral-line.svg') no-repeat left -6px bottom -20px / 250px auto;
                    opacity: 1;
                }
                [data-theme="light"] .survey-hero-kicker {
                    background: rgba(255,255,255,0.68);
                    border-color: rgba(180,83,128,0.18);
                    color: #94506f;
                }
                [data-theme="light"] .survey-hero-title { color: #60314d; }
                [data-theme="light"] .survey-hero-desc { color: #8c6076; }
                [data-theme="light"] .survey-code-chip {
                    background: rgba(255,255,255,0.78);
                    border-color: rgba(188,99,142,0.16);
                    box-shadow: 0 14px 26px rgba(209,112,152,0.12);
                }
                [data-theme="light"] #surveyHeaderTitle { color: #9b6480 !important; }
                [data-theme="light"] #surveyIljuDisplay { color: #7c355d !important; text-shadow: none; }
                [data-theme="light"] .survey-hero-point {
                    background: rgba(255,255,255,0.66);
                    border-color: rgba(188,99,142,0.14);
                }
                [data-theme="light"] .survey-hero-point strong { color: #6f3455; }
                [data-theme="light"] .survey-hero-point span { color: #93667b; }
                [data-theme="light"] #checkIljuBtn {
                    background: #b65282;
                    color: #fffafc !important;
                    border-color: #b65282;
                }
                [data-theme="light"] #survey .survey-step h3 { color: #933e69 !important; }
                [data-theme="light"] #surveyForm > div:first-child {
                    background: #ffffff !important;
                    border-color: #f3d8e4 !important;
                    box-shadow: 0 14px 28px rgba(210,118,154,0.12) !important;
                }
                [data-theme="light"] #surveyForm > div:first-child > div:last-child {
                    background: #f4dbe5 !important;
                }
                [data-theme="light"] .survey-progress-label { color: #ad6d89; }
                [data-theme="light"] #surveyForm h3 { color: #923f68 !important; }
                [data-theme="light"] #surveyProgress { color: #8f667c !important; }
                [data-theme="light"] #survey form label { color: #4a2940 !important; }
                [data-theme="light"] .survey-step > .form-group > label,
                [data-theme="light"] #jobDetail > label,
                [data-theme="light"] #businessDetail > label,
                [data-theme="light"] #marriageYearSection > label { color: #4a2940 !important; }
                [data-theme="light"] .survey-step {
                    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,247,251,0.96));
                    border-color: #f4dbe6;
                    box-shadow: 0 18px 30px rgba(225,164,189,0.12);
                }
                [data-theme="light"] .radio-option,
                [data-theme="light"] .checkbox-option {
                    background: #ffffff !important;
                    border: 1.5px solid #efd7e2 !important;
                    color: #4a2940 !important;
                }
                [data-theme="light"] .radio-option:hover,
                [data-theme="light"] .checkbox-option:hover {
                    border-color: rgba(182,82,130,0.42) !important;
                    background: rgba(182,82,130,0.06) !important;
                    box-shadow: 0 10px 20px rgba(229,161,188,0.18);
                }
                [data-theme="light"] .radio-option input[type="radio"],
                [data-theme="light"] .checkbox-option input[type="checkbox"] {
                    border: 2px solid #c990ab !important;
                    background: #ffffff !important;
                }
                [data-theme="light"] .radio-option input[type="radio"]::after,
                [data-theme="light"] .checkbox-option input[type="checkbox"]::after {
                    background: #c990ab !important;
                }
                [data-theme="light"] .survey-select,
                [data-theme="light"] #survey select,
                [data-theme="light"] #survey input[type="number"],
                [data-theme="light"] #survey textarea {
                    background: #ffffff !important;
                    color: #4a2940 !important;
                    border: 1.5px solid #efd7e2 !important;
                }
                [data-theme="light"] #survey select option,
                [data-theme="light"] #survey optgroup { background: #ffffff; color: #4a2940; }
                [data-theme="light"] #jobDetail,
                [data-theme="light"] #businessDetail,
                [data-theme="light"] #marriageYearSection {
                    background: #fff7fb !important;
                    border: 1px solid #f0d8e2 !important;
                }
                [data-theme="light"] button.survey-prev {
                    background: #fff6fa !important;
                    color: #8a6378 !important;
                    border: 1px solid #edd6df !important;
                }
                [data-theme="light"] #surveyComplete > div {
                    background: linear-gradient(180deg, #fffafe, #fff2f7) !important;
                    border-color: #f3d8e5 !important;
                    box-shadow: 0 18px 32px rgba(225,164,189,0.14);
                }
                [data-theme="light"] #surveyComplete h2 { color: #963e6a !important; }
                [data-theme="light"] #surveyComplete p { color: #7b5a6d !important; }
                [data-theme="light"] #viewMyResponseBtn {
                    background: #fff6fa !important;
                    color: #69374f !important;
                    border: 1px solid #efd7e2 !important;
                }
                [data-theme="light"] #resetSurveyBtn {
                    background: rgba(214,91,111,0.1) !important;
                    color: #bb4764 !important;
                    border: 1px solid rgba(214,91,111,0.2) !important;
                }
                [data-theme="light"] #surveyResponseDisplay {
                    background: linear-gradient(180deg, #fffafe, #fff4f8) !important;
                    border-color: #f2d8e3 !important;
                    box-shadow: 0 18px 30px rgba(225,164,189,0.14) !important;
                }
                [data-theme="light"] .survey-response-eyebrow {
                    background: rgba(182,82,130,0.08);
                    border-color: rgba(182,82,130,0.12);
                    color: #a0627f;
                }
                [data-theme="light"] .survey-response-note {
                    color: #8c6478;
                }
                [data-theme="light"] #surveyResponseDisplay h3 { color: #933e69 !important; }
                [data-theme="light"] #surveyResponseContent {
                    background: #fff8fb !important;
                    border: 1px solid #f0d8e2 !important;
                    color: #5f3550 !important;
                }
                [data-theme="light"] .survey-response-summary {
                    background: linear-gradient(135deg, #d66e9d, #bf5686);
                    box-shadow: 0 16px 28px rgba(214,110,157,0.24);
                }
                [data-theme="light"] .survey-response-section {
                    background: rgba(182,82,130,0.04);
                    border-color: #f2d8e3;
                }
                [data-theme="light"] .survey-response-section-title {
                    color: #a34f78;
                }
                [data-theme="light"] .survey-response-item {
                    border-bottom-color: #f3dde7;
                }
                [data-theme="light"] .survey-response-item-label {
                    color: #a07a8e;
                }
                [data-theme="light"] .survey-response-item-value {
                    color: #5f3550;
                }
                [data-theme="light"] .survey-response-chip {
                    background: #ffffff;
                    border-color: #edd6e1;
                    color: #7a3e5f;
                }
                [data-theme="light"] #hideSurveyResponse {
                    background: #fff6fa !important;
                    color: #8a6378 !important;
                    border: 1px solid #efd7e2 !important;
                }
                @media (max-width: 768px) {
                    #survey {
                        padding: 0 2px 14px;
                    }
                    .survey-hero-layout {
                        grid-template-columns: 1fr;
                        gap: 6px;
                        padding: 16px 14px 18px;
                    }
                    .survey-hero-kicker {
                        margin-bottom: 10px;
                        padding: 5px 10px;
                        font-size: 16px;
                    }
                    .survey-hero-title {
                        font-size: 20px;
                        margin-bottom: 8px;
                    }
                    .survey-hero-desc {
                        margin-bottom: 12px;
                        font-size: 16px;
                        line-height: 1.65;
                    }
                    .survey-code-chip {
                        gap: 8px;
                        padding: 8px 12px;
                        margin-bottom: 14px;
                    }
                    .survey-hero-points {
                        grid-template-columns: 1fr;
                        max-width: none;
                        gap: 8px;
                    }
                    .survey-hero-point {
                        padding: 10px 11px;
                        border-radius: 14px;
                    }
                    .survey-hero-visual {
                        order: -1;
                        min-height: 168px;
                        margin-top: 0;
                    }
                    .survey-hero-visual img { width: 174px; }
                    #checkIljuBtn {
                        width: 100%;
                        min-height: 40px;
                        margin-top: 14px !important;
                        padding: 9px 14px;
                    }
                    #surveyForm > div:first-child {
                        padding: 10px 12px !important;
                        margin-bottom: 12px !important;
                        border-radius: 18px !important;
                        top: var(--survey-sticky-top) !important;
                    }
                    .survey-progress-label {
                        margin-bottom: 3px;
                        font-size: 16px;
                    }
                    .survey-step {
                        padding: 14px 12px 16px;
                        margin-bottom: 10px;
                        border-radius: 18px;
                    }
                    #jobDetail, #businessDetail, #marriageYearSection {
                        margin-top: 14px !important;
                        padding: 14px !important;
                        border-radius: 16px !important;
                    }
                    .radio-group,
                    .checkbox-group {
                        gap: 8px !important;
                    }
                    .radio-option,
                    .checkbox-option {
                        padding: 12px 13px !important;
                        border-radius: 14px !important;
                    }
                    .radio-option input,
                    .checkbox-option input {
                        margin-right: 10px !important;
                    }
                    .survey-select,
                    #survey select,
                    #survey input[type="number"],
                    #survey textarea {
                        padding: 13px 14px !important;
                        border-radius: 14px !important;
                    }
                    #surveyResponseDisplay {
                        margin-top: 12px;
                        padding: 14px 12px;
                        border-radius: 20px;
                    }
                    .survey-response-head {
                        display: block;
                        margin-bottom: 12px;
                    }
                    .survey-response-eyebrow {
                        margin-bottom: 7px;
                    }
                    #surveyResponseContent {
                        padding: 15px !important;
                        border-radius: 16px !important;
                    }
                    .survey-response-summary {
                        margin-bottom: 12px;
                        padding: 15px;
                        border-radius: 16px;
                    }
                    .survey-response-summary-code {
                        font-size: 24px;
                    }
                    .survey-response-section {
                        margin-bottom: 10px;
                        padding: 12px;
                        border-radius: 14px;
                    }
                    .survey-response-section-title {
                        margin-bottom: 10px;
                        font-size: 16px;
                    }
                    .survey-response-item {
                        padding: 10px 0;
                    }
                    .survey-response-chip {
                        padding: 6px 10px;
                        font-size: 16px;
                    }
                    #hideSurveyResponse {
                        width: 100%;
                        margin-top: 12px !important;
                    }
                }
