.paylater-promo {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: linear-gradient(135deg, #f0fdf4 0, #dcfce7 100%);
                border: 1px solid #86efac;
                border-radius: 8px;
                padding: 8px 12px;
                font-size: 13px;
                line-height: 1.4;
                margin: 8px 0;
            }
            .paylater-promo-sm {
                padding: 6px 10px;
                font-size: 11px;
                gap: 6px;
            }
            .paylater-promo-md {
                padding: 8px 12px;
                font-size: 13px;
                gap: 8px;
            }
            .paylater-promo-lg {
                padding: 10px 16px;
                font-size: 14px;
                gap: 10px;
            }
            .paylater-icon {
                font-size: 1.2em;
                flex-shrink: 0;
            }
            .paylater-text {
                display: flex;
                flex-direction: column;
                gap: 2px;
            }
            .paylater-text strong {
                color: #15803d;
                font-weight: 600;
            }
            .paylater-text small {
                color: #16a34a;
                font-size: 0.85em;
                opacity: 0.9;
            }
            .paylater-desktop-only {
                display: none;
            }
            .paylater-mobile-only {
                display: flex;
            }
            @media (min-width: 641px) {
                .paylater-desktop-only {
                    display: flex;
                }
                .paylater-mobile-only {
                    display: none;
                }
            }
            @media (max-width: 640px) {
                .paylater-promo {
                    font-size: 12px;
                    padding: 7px 10px;
                }
                .paylater-promo-lg {
                    font-size: 13px;
                    padding: 8px 12px;
                }
            }
            @media print {
                .paylater-promo {
                    display: none !important;
                }
            }
            .paylater-compact {
                display: inline-block;
                font-size: 11px;
                font-weight: 600;
                color: #059669;
                background: #d1fae5;
                padding: 3px 8px;
                border-radius: 4px;
                margin: 6px 0 4px;
                line-height: 1.3;
            }
            @media (max-width: 640px) {
                .paylater-compact {
                    font-size: 10px;
                    padding: 2px 6px;
                    margin: 5px 0 3px;
                }
            }
            @media print {
                .paylater-compact {
                    display: none !important;
                }
            }</style
        ><style nonce="se3iyzEHMc9FQEB4wSyd0w==">
            .pd-voucher-minimal {
                margin: 10px 0;
                display: flex;
                flex-direction: column;
                gap: 6px;
            }
            .pdv-min-item {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 0;
                height: 32px;
                transition: all 0.2s ease;
            }
            .pdv-min-hidden {
                display: none;
            }
            .pdv-min-disabled {
                opacity: 0.5;
            }
            .pdv-badge-btn {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
                border: none;
                border-radius: 8px;
                padding: 3px;
                cursor: pointer;
                transition: all 0.2s ease;
                width: auto;
            }
            .pdv-badge-btn:hover:not(:disabled) {
                transform: translateY(-1px);
                box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
            }
            .pdv-badge-btn:disabled {
                opacity: 0.6;
                cursor: not-allowed;
            }
            .pdv-badge-icon {
                color: #fff;
                flex-shrink: 0;
            }
            .pdv-badge-text {
                font-size: 14px;
                font-weight: 700;
                color: #fff;
                white-space: nowrap;
            }
            .pdv-badge-code {
                font-family: "Courier New", monospace;
                font-size: 13px;
                font-weight: 700;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
                padding: 4px 8px;
                border-radius: 4px;
                border: none;
                white-space: nowrap;
            }
            .pdv-min-copy,
            .pdv-min-more {
                padding: 4px 12px;
                font-size: 12px;
                font-weight: 600;
                border-radius: 5px;
                border: 1px solid #e2e8f0;
                background: #fff;
                color: #667eea;
                cursor: pointer;
                transition: all 0.2s ease;
                white-space: nowrap;
            }
            .pdv-min-copy:hover:not(:disabled),
            .pdv-min-more:hover {
                background: #667eea;
                color: #fff;
                border-color: #667eea;
            }
            .pdv-min-copy:disabled {
                opacity: 0.4;
                cursor: not-allowed;
            }
            .pdv-min-copy.copied {
                background: #22c55e;
                color: #fff;
                border-color: #22c55e;
            }
            .pdv-min-more {
                margin-left: auto;
            }
            .modal-close {
                position: absolute;
                top: 20px;
                right: 20px;
                background: none;
                border: none;
                cursor: pointer;
                color: #64748b;
                padding: 4px;
                transition: color 0.2s ease;
            }
            .modal-close:hover {
                color: #1e293b;
            }
            .modal-body {
                margin-bottom: 8px;
            }
            .voucher-modal-content {
                text-align: center;
            }
            .voucher-modal-badge {
                display: inline-flex;
                flex-direction: row;
                align-items: center;
                gap: 6px;
                background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
                border-radius: 10px;
                padding: 8px 16px;
                margin-bottom: 12px;
            }
            .vmb-value {
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                line-height: 1;
            }
            .vmb-label {
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }
            .voucher-modal-code {
                font-family: "Courier New", monospace;
                font-size: 14px;
                font-weight: 700;
                color: #667eea;
                background: rgba(102, 126, 234, 0.1);
                padding: 6px 12px;
                border-radius: 6px;
                border: 2px dashed rgba(102, 126, 234, 0.3);
                display: inline-block;
                margin-bottom: 10px;
            }
            .voucher-modal-name {
                font-size: 14px;
                font-weight: 600;
                color: #1e293b;
                margin-bottom: 16px;
            }
            .voucher-modal-details {
                text-align: left;
                background: #f8fafc;
                border-radius: 8px;
                padding: 12px;
                margin-bottom: 16px;
            }
            .vmd-item {
                display: flex;
                align-items: flex-start;
                gap: 8px;
                padding: 6px 0;
                font-size: 13px;
                color: #64748b;
                border-bottom: 1px solid #e2e8f0;
            }
            .vmd-item:last-child {
                border-bottom: none;
            }
            .vmd-item svg {
                color: #667eea;
                flex-shrink: 0;
                margin-top: 2px;
            }
            .vmd-item strong {
                color: #1e293b;
            }
            .modal-actions {
                padding: 20px;
            }
            .modal-btn-primary {
                background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
                color: #fff;
            }
            .modal-btn-primary:hover {
                opacity: 0.9;
                transform: translateY(-1px);
            }
            @media (max-width: 640px) {
                .pdv-min-item {
                    gap: 6px;
                }
                .pdv-badge-btn {
                    padding: 3px;
                    gap: 6px;
                }
                .pdv-badge-text {
                    font-size: 13px;
                }
                .pdv-badge-code {
                    font-size: 12px;
                    padding: 3px 6px;
                }
                .pdv-min-copy,
                .pdv-min-more {
                    padding: 3px 10px;
                    font-size: 11px;
                }
                .modal-dialog {
                    max-width: 95%;
                    margin: 20px;
                }
                .vmb-value {
                    font-size: 16px;
                }
                .vmb-label {
                    font-size: 16px;
                }
                .voucher-modal-code {
                    font-size: 13px;
                    padding: 5px 10px;
                }
            }</style
        ><style nonce="se3iyzEHMc9FQEB4wSyd0w==">
            .promo-endyear-mini-banner {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 12px 16px;
                background: rgba(255, 255, 255, 0.8);
                backdrop-filter: blur(10px);
                -webkit-backdrop-filter: blur(10px);
                border: 2px solid rgba(242, 140, 26, 0.2);
                border-radius: 12px;
                margin: 16px 0;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
                transition: all 0.3s ease;
            }
            .promo-endyear-mini-banner:hover {
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
                border-color: rgba(242, 140, 26, 0.4);
            }
            .pey-icon {
                font-size: 32px;
                line-height: 1;
                flex-shrink: 0;
            }
            .pey-content {
                flex: 1;
                min-width: 0;
            }
            .pey-content strong {
                display: block;
                font-size: 14px;
                font-weight: 700;
                color: #f28c1a;
                margin-bottom: 2px;
            }
            .pey-content span {
                display: block;
                font-size: 13px;
                color: #64748b;
                line-height: 1.4;
            }
            .pey-link {
                flex-shrink: 0;
                padding: 8px 16px;
                background: linear-gradient(135deg, #f28c1a, #ffb84d);
                color: #fff;
                text-decoration: none;
                font-size: 13px;
                font-weight: 700;
                border-radius: 8px;
                white-space: nowrap;
                transition: all 0.2s ease;
                box-shadow: 0 2px 8px rgba(242, 140, 26, 0.25);
            }
            .pey-link:hover {
                transform: translateX(2px);
                box-shadow: 0 4px 12px rgba(242, 140, 26, 0.35);
            }
            @media (max-width: 640px) {
                .promo-endyear-mini-banner {
                    flex-wrap: wrap;
                    gap: 8px;
                    padding: 10px 12px;
                }
                .pey-icon {
                    font-size: 28px;
                    align-self: flex-start;
                }
                .pey-content {
                    flex: 1;
                    min-width: 0;
                }
                .pey-content strong {
                    font-size: 12px;
                }
                .pey-content span {
                    font-size: 11px;
                    line-height: 1.3;
                }
                .pey-link {
                    width: 100%;
                    flex-basis: 100%;
                    font-size: 11px;
                    padding: 6px 12px;
                    text-align: center;
                }
            }
            @media print {
                .promo-endyear-mini-banner {
                    display: none !important;
                }
            }