/* Card-specific styles. Edit only this card CSS when its design changes. */
/* --- 통합 컬러 변수 (KB 노란색 기준 통일) --- */
    :root {
        --insu-bg: #fff;
        --insu-border: #e5e7eb;
        --insu-text-main: #111827;
        --insu-text-sub: #374151;
        --insu-red: #ef4444;

        /* 모든 보험사 공통 강조색 (KB Yellow) */
        --main-color: #ffcc00;
        --main-bg-soft: #fffbeb;
        --main-text-active: #111827;
        --btn-hover-text: #002f6c;
        /* 호버 시 강조될 글자색 (짙은 네이비) */
    }

    /* 카드 래퍼 */
    .insu-card-wrapper {
        background-color: var(--insu-bg);
        border: 1px solid var(--insu-border);
        border-top: 2px solid var(--brand-color, var(--main-color));
        border-bottom: 2px solid var(--brand-color, var(--main-color));
        border-radius: 12px;
        padding: 1.5rem 1rem;
        margin-top: 1rem;
        color: var(--insu-text-main);
    }

    /* --- 레이아웃 --- */
    .insu-row {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .insu-info {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        width: 100%;
    }

    .insu-logo {
        height: 45px;
        width: auto;
        flex: 0 0 auto;
        margin-top: 6px;
    }

    .insu-copy p {
        margin: 0 0 3px;
    }

    .discount-text {
        margin: 0 0 6px;
        color: #374151;
        transition: opacity 0.2s;
    }

    /* --- 혜택 태그 --- */
    .benefit-container {
        display: flex;
        flex-wrap: wrap;
        column-gap: 6px;
        row-gap: 8px;
        align-items: flex-start;
        min-height: 32px;
    }

    /* 보험사 카드 내 이벤트/특약 텍스트 기본 스택 고정 */
    .benefit-card,
    .benefit-prefix-badge,
    .benefit-more-badge {
        font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    .benefit-card {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.01em;
        color: #374151;
        background-color: #f3f4f6;
        padding: 6px 10px;
        border-radius: 4px;
        white-space: normal;
        word-break: keep-all;
        line-height: 1.3;
    }

    .benefit-card.highlight {
        background-color: #fff7ed;
        color: #c2410c;
    }

    .benefit-card-event {
        background-color: #fff3cd;
        border: none;
        color: #9a3412;
        font-weight: 600;
        font-size: 13px;
        width: 100%;
    }

    .benefit-card-discount {
        background-color: #fffaf0;
        border: 1px solid #fed7aa;
        color: #c2410c;
    }

    .benefit-card-discount-rich {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        min-height: 76px;
        padding: 8px 10px;
        white-space: normal;
        line-height: 1.25;
        background: #fffaf5;
        border-color: #fdba74;
    }

    .benefit-discount-title {
        font-size: 13px;
        font-weight: 600;
        color: #9a3412;
        width: 100%;
        white-space: normal;
        word-break: keep-all;
    }

    .benefit-discount-cond {
        font-size: 11px;
        font-weight: 500;
        color: #64748b;
        width: 100%;
        white-space: normal;
        word-break: keep-all;
    }

    .benefit-group-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 4px;
        border: 1px solid #fda4af;
        background: #fff1f2;
        color: #be185d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.01em;
        line-height: 1.3;
        font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif !important;
        white-space: nowrap;
    }

    .benefit-group-label em {
        font-style: normal;
        margin-left: 4px;
        font-size: 11px;
        opacity: 0.8;
    }

    .benefit-section-head {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .benefit-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    @media (max-width: 992px) {
        .benefit-card-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    .benefit-prefix-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px;
        padding: 3px 7px;
        border-radius: 999px;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: -0.01em;
        vertical-align: middle;
        white-space: nowrap;
    }

    .benefit-prefix-event {
        background: #fde68a;
        color: #92400e;
        border: 1px solid #f59e0b;
    }

    .benefit-prefix-discount {
        background: #fee2e2;
        color: #b91c1c;
        border: 1px solid #f87171;
    }

    .benefit-more-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #93c5fd;
        background: #eff6ff;
        color: #1d4ed8;
        border-radius: 4px;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: -0.01em;
        cursor: pointer;
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    .benefit-more-inline {
        margin-left: auto;
    }

    .benefit-more-row {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 2px;
    }

    .benefit-more-text-link {
        border: 0;
        padding: 0;
        background: transparent;
        color: #2563eb;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: underline;
        text-underline-offset: 2px;
        cursor: pointer;
    }

    .benefit-more-badge:hover {
        border-color: #60a5fa;
        background: #dbeafe;
        color: #1e40af;
    }

    /* --- v2 트렌드 스타일: 컬러 팔레트/위계 재정의 --- */
    .insu-card-v2 {
        --v2-bg: #f8fafc;
        --v2-surface: #ffffff;
        --v2-border: #d7e3f1;
        --v2-text: #0f172a;
        --v2-sub: #334155;
        --v2-primary: #2563eb;
        --v2-primary-strong: #1d4ed8;
        --v2-accent: #f59e0b;
        background:
            radial-gradient(circle at 7% -8%, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0) 35%),
            linear-gradient(180deg, #fcfdff 0%, var(--v2-bg) 100%);
        border: 1px solid var(--v2-border);
        border-top: 1px solid var(--v2-border);
        border-bottom: 1px solid var(--v2-border);
        border-radius: 16px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }

    .insu-card-v2 .insu-copy p:first-child {
        color: var(--v2-text);
        letter-spacing: -0.01em;
    }

    .insu-card-v2 .discount-text {
        color: var(--v2-text);
        font-weight: 800;
        letter-spacing: -0.01em;
    }

    .insu-card-v2 .benefit-card-event {
        background: #fff8e8;
        color: #9a3412;
        border: 1px solid #fed7aa;
    }

    .insu-card-v2 .benefit-group-label {
        background: #edf4ff;
        border-color: #bfdbfe;
        color: var(--v2-primary-strong);
        font-weight: 700;
    }

    .insu-card-v2 .benefit-card-discount {
        background: #f8fafc;
        border-color: #cbd5e1;
        color: #1e293b;
    }

    .insu-card-v2 .benefit-card-discount.v2-discount-item {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .insu-card-v2 .benefit-more-badge {
        border-color: #93c5fd;
        background: #eff6ff;
        color: #1e40af;
        font-weight: 700;
    }

    .insu-card-v2 .benefit-more-badge:hover {
        border-color: #60a5fa;
        background: #dbeafe;
    }

    .insu-card-v2 .benefit-fold-badge {
        display: none;
        align-items: center;
        justify-content: center;
        border: 1px solid #c7d2fe;
        background: #eef2ff;
        color: #3730a3;
        border-radius: 10px;
        padding: 7px 11px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        cursor: pointer;
    }

    .insu-card-v2 .v2-discount-item.v2-hidden {
        display: none;
    }

    /* --- 안내 사항 띠배너 (신규) --- */
    .insu-notice-banner {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        padding: 10px 14px;
        border-radius: 10px;
        font-size: 12px;
        color: #64748b;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        line-height: 1.5;
        word-break: keep-all;
    }

    .insu-notice-banner i {
        margin-top: 2px;
        color: #94a3b8;
    }

    .insu-notice-banner strong {
        color: #334155;
        font-weight: 700;
    }

    /* --- 스플릿 버튼 스타일 (Split Card) --- */
    .insu-actions-wrap {
        width: 100%;
        margin-top: 0.25rem;
    }

    .insu-split-card {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: 2px solid var(--insu-border);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
        transition: all 0.3s ease;
        padding-top: 15px;
        cursor: pointer;
    }

    .insu-split-card.is-selected {
        border-color: var(--main-color);
        background-color: var(--main-bg-soft);
        box-shadow: 0 4px 10px rgba(255, 204, 0, 0.1);
    }

    .insu-split-card:hover {
        border-color: var(--main-color);
        transform: translateY(-2px);
    }

    /* 중앙 아이콘 공통 크기 적용 */
    .insu-split-card i.main-icon {
        font-size: 26px;
        height: 30px;
        display: flex;
        align-items: center;
        color: var(--insu-text-main);
        margin-bottom: 8px;
        transition: all 0.2s ease;
    }

    .insu-split-card.is-selected i.main-icon {
        transform: scale(1.1);
        color: #b45309;
    }

    .insu-split-card .btn-title {
        font-family: 'GmarketSansMedium', sans-serif;
        font-size: 15px;
        color: var(--insu-text-main);
        margin-bottom: 12px;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .insu-split-card.is-selected .btn-title {
        font-family: 'GmarketSansBold', sans-serif;
    }

    /* 하단 실행 버튼 영역 */
    .insu-split-card .btn-footer {
        width: 100%;
        border: 0;
        background-color: #f3f4f6;
        color: #4b5563;
        padding: 10px 0;
        font-size: 16px;
        font-family: 'GmarketSansMedium', sans-serif;
        font-weight: 500;
        border-radius: 0 0 10px 10px;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: center;
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        position: relative;
    }

    /* ✅ [수정] 선택 및 호버 상태 통합 관리 (화살표 유도 및 글자색 변경) */
    .insu-split-card:hover .btn-footer,
    .insu-split-card.is-selected .btn-footer {
        background-color: var(--main-color);
        color: var(--btn-hover-text);
        /* 호버 시 글자색 변경 */
        font-family: 'GmarketSansBold', sans-serif;
        font-weight: 800;
    }

    /* ✅ [수정] 호버 또는 선택 상태일 때 화살표 아이콘 노출 */
    .insu-split-card:hover .btn-footer::after,
    .insu-split-card.is-selected .btn-footer::after {
        content: "\f105";
        /* FontAwesome Arrow-Right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 16px;
        position: relative;
        /* ✅ 위치 및 여백 수정 */
        top: -1px;
        margin-left: 0px;
        display: inline-block;
        animation: arrow-slide 0.8s infinite;
    }

    .insu-card-v2 .insu-split-card .btn-footer.btn-footer-primary {
        background-color: #eef2f7;
        color: #475569;
        font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif;
        font-weight: 600;
    }

    .insu-card-v2 .insu-split-card .btn-footer.btn-footer-secondary {
        background-color: #f1f5f9;
        color: #64748b;
        font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif;
        font-weight: 600;
    }

    .insu-card-v2 .insu-split-card:hover .btn-footer.btn-footer-secondary,
    .insu-card-v2 .insu-split-card.is-selected .btn-footer.btn-footer-secondary {
        background-color: #e2e8f0;
        color: #475569;
        font-weight: 700;
    }

    .insu-card-v2 .insu-split-card:hover .btn-footer.btn-footer-secondary::after,
    .insu-card-v2 .insu-split-card.is-selected .btn-footer.btn-footer-secondary::after {
        content: "";
        animation: none;
    }

    .insu-card-v2 .insu-split-card.is-selected .btn-footer.btn-footer-primary,
    .insu-card-v2 .insu-split-card:hover .btn-footer.btn-footer-primary {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #ffffff;
        font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif;
        font-weight: 800;
    }

    .insu-card-v2 .insu-split-card {
        background: #ffffff;
        border: 1px solid #dbe3ee;
        border-radius: 14px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .insu-card-v2 .insu-split-card:hover {
        border-color: #93c5fd;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.11);
    }

    .insu-card-v2 .insu-split-card.is-selected {
        border-color: #60a5fa;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 12px 26px rgba(37, 99, 235, 0.16);
    }

    .insu-card-v2 .insu-split-card .btn-title {
        font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif;
        font-weight: 700;
        color: #0f172a;
        letter-spacing: -0.01em;
    }

    .insu-card-v2 .insu-split-card i.main-icon {
        color: #1e293b;
    }

    .insu-card-v2 .insu-split-card.is-selected i.main-icon {
        color: #1d4ed8;
        transform: scale(1.08);
    }

    @keyframes arrow-slide {

        0%,
        100% {
            transform: translateX(0);
            opacity: 0.7;
        }

        50% {
            transform: translateX(4px);
            opacity: 1;
        }
    }

    /* --- 특약/혜택 뱃지 (중앙 정렬 고정) --- */
    .check-badge {
        position: absolute;
        top: -18px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);

        z-index: 9;
        background-color: #ef4444;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 9px;
        border-radius: 20px;
        border: 2px solid #fff;
        box-shadow: 0 2px 4px rgba(15, 23, 42, 0.14);

        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        white-space: nowrap;
        animation: none;
    }

    .insu-card-v2 .check-badge {
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
        color: #f8fafc;
        border-color: #f8fafc;
        box-shadow: 0 6px 12px rgba(15, 23, 42, 0.18);
    }

    .insu-card-v2 .insu-notice-banner {
        background: #f8fbff;
        border-color: #dbeafe;
    }

    @keyframes badge-pulse-centered {

        0%,
        100% {
            transform: translateX(-50%) scale(1);
            box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
        }

        70% {
            transform: translateX(-50%) scale(1.05);
            box-shadow: 0 0 0 5px rgba(239, 68, 68, 0);
        }
    }

    /* 모바일 조정 (3열 col-4 대응 최적화) */
    @media (max-width: 520px) {
        .insu-split-card {
            padding-top: 12px;
            border-radius: 8px;
        }

        .insu-split-card i.main-icon {
            display: flex;
            font-size: 20px;
            height: 24px;
            margin-bottom: 2px;
        }

        .insu-split-card .btn-title {
            font-size: 13px;
            margin-bottom: 6px;
        }

        .insu-split-card .btn-footer {
            font-size: 14px;
            padding: 5px 0;
            border-radius: 0 0 8px 8px;
        }

        .check-badge {
            font-size: 10px;
            padding: 3px 8px;
            top: -18px;
        }

        .benefit-container {
            display: flex;
            flex-wrap: wrap;
            column-gap: 6px;
            row-gap: 8px;
            align-items: flex-start;
        }

        .benefit-card {
            font-size: 11px;
            padding: 6px 8px;
            line-height: 1.35;
        }

        .benefit-card-discount-rich {
            min-width: 100%;
            max-width: 100%;
            padding: 7px 9px;
            min-height: 70px;
        }

        .benefit-discount-title {
            font-size: 12px;
        }

        .benefit-discount-cond {
            font-size: 10px;
        }

        .benefit-card-event {
            width: 100%;
            font-size: 12px;
        }

        .benefit-prefix-badge {
            font-size: 10px;
            margin-right: 4px;
        }

        .benefit-group-label {
            font-size: 11px;
            padding: 6px 8px;
            line-height: 1.35;
        }

        .benefit-more-badge {
            font-size: 11px;
            padding: 6px 8px;
            line-height: 1.35;
        }

        .benefit-card-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 6px;
        }

        .benefit-card-grid .benefit-card-discount-rich:nth-child(n+3) {
            display: none;
        }

        .benefit-section-head {
            gap: 6px;
        }

        .benefit-more-inline {
            font-size: 11px;
            padding: 6px 8px;
        }

        .benefit-more-text-link {
            font-size: 10px;
        }

        .insu-card-v2 .benefit-fold-badge {
            font-size: 11px;
            padding: 6px 8px;
        }

        /* 모바일 화살표 크기 조절 */
        .insu-split-card:hover .btn-footer::after,
        .insu-split-card.is-selected .btn-footer::after {
            font-size: 14px;
            margin-left: 4px;
        }
    }

    .benefit-modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(2, 6, 23, 0.55);
        backdrop-filter: blur(3px);
        z-index: 12000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }

    .benefit-modal-overlay.is-open {
        display: flex;
    }

    .benefit-modal {
        width: min(1024px, calc(100vw - 32px));
        max-height: min(90vh, 920px);
        background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.32);
        display: flex;
        flex-direction: column;
    }

    .benefit-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 16px 18px;
        border-bottom: 1px solid #e5e7eb;
        background:
            radial-gradient(circle at 15% -20%, rgba(250, 204, 21, 0.5) 0%, rgba(250, 204, 21, 0) 48%),
            linear-gradient(90deg, #fff9df 0%, #fff3c4 100%);
        flex-shrink: 0;
    }

    .benefit-modal-title {
        margin: 0;
        font-size: 18px;
        color: #111827;
        font-family: 'GmarketSansBold', sans-serif;
    }

    .benefit-modal-close {
        border: 0;
        background: transparent;
        color: #64748b;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
        padding: 0 4px;
    }

    .benefit-modal-body {
        overflow-y: auto;
        flex: 1 1 auto;
        min-height: 0;
        padding: 14px 16px 18px;
        background: transparent;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    .benefit-item-ai-btn {
        border: 0;
        height: 30px;
        padding: 0 10px;
        border-radius: 999px;
        background: linear-gradient(120deg, #facc15 0%, #f59e0b 100%);
        color: #1f2937;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 700;
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        box-shadow: 0 6px 10px rgba(245, 158, 11, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        flex-shrink: 0;
        display: none;
    }

    .benefit-item-ai-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 14px rgba(245, 158, 11, 0.3);
    }

    .benefit-ai-answer {
        grid-column: 1 / -1;
        margin-top: 6px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
        padding: 10px 12px;
        display: none;
    }

    .benefit-ai-answer.is-open {
        display: block;
    }

    .benefit-ai-answer-head {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 700;
        color: #334155;
        margin-bottom: 6px;
    }

    .benefit-ai-answer-body {
        font-size: 13px;
        line-height: 1.45;
        color: #0f172a;
        word-break: keep-all;
        white-space: pre-line;
    }

    .benefit-ai-loading {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

    .benefit-ai-dot {
        width: 5px;
        height: 5px;
        border-radius: 999px;
        background: #64748b;
        opacity: 0.35;
        animation: ai-dot-bounce 1s infinite;
    }

    .benefit-ai-dot:nth-child(2) {
        animation-delay: 0.15s;
    }

    .benefit-ai-dot:nth-child(3) {
        animation-delay: 0.3s;
    }

    @keyframes ai-dot-bounce {
        0%,
        80%,
        100% {
            opacity: 0.35;
            transform: translateY(0);
        }

        40% {
            opacity: 1;
            transform: translateY(-2px);
        }
    }

    .benefit-modal-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .benefit-modal-item {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 10px 12px;
        background: #ffffff;
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        align-items: flex-start;
    }

    .benefit-modal-key {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 54px;
        height: 24px;
        padding: 0 8px;
        border-radius: 999px;
        font-size: 11px;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 700;
        color: #1f2937;
        background: #fde68a;
        border: 1px solid #fcd34d;
        line-height: 1;
    }

    .benefit-modal-value {
        color: #1e293b;
        font-size: 14px;
        line-height: 1.45;
        word-break: keep-all;
    }

    @media (max-width: 520px) {
        .benefit-modal-overlay {
            padding: 0;
        }

        .benefit-modal {
            width: 100%;
            height: 100%;
            max-height: 100%;
            border-radius: 0;
            border: 0;
        }

        .benefit-modal-title {
            font-size: 15px;
        }

        .benefit-modal-key {
            min-width: 48px;
            height: 22px;
            font-size: 10px;
            padding: 0 7px;
        }

        .benefit-modal-value {
            font-size: 13px;
        }

        .benefit-item-ai-btn {
            height: 26px;
            padding: 0 8px;
            font-size: 10px;
        }
    }
