
        @font-face {
            font-family: 'TH Sarabun';
            src: url('fonts/thsarabunbold.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'TH Sarabun';
            src: url('fonts/thsarabunitalic.ttf') format('truetype');
            font-weight: normal;
            font-style: italic;
        }

        * {
            font-family: 'TH Sarabun', Arial, sans-serif;
            font-weight: normal;
            font-style: normal;
        }

        body {
            background: #f4f6fa;
        }

        .receipt-border,
        .visa-border {
            width: 794px;
            height: 1123px;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
            background: #fff;
            margin-bottom: 24px;
            border-radius: 16px;
            box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.12);
        }

        .visa-bg,
        .receipt-bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            user-select: none;
            pointer-events: none;
        }

        .receipt-value {
            position: absolute;
            color: #000;
            font-size: 15.8px !important;
            z-index: 2;
            background: transparent;
            font-family: 'TH Sarabun', Arial, sans-serif;
            font-weight: 400 !important;
        }

        .receipt-value.r1 {
            top: 115px;
            left: 459px;
        }

        .receipt-value.r2 {
            top: 132px;
            left: 468px;
        }

        .receipt-value.r3 {
            top: 150px;
            left: 453px;
        }

        .receipt-value.r4 {
            top: 167px;
            left: 449px;
        }

        .receipt-value.r5 {
            top: 184px;
            left: 460px;
        }

        .receipt-value.r6 {
            top: 258px;
            left: 295px;
        }

        .receipt-value.r7 {
            top: 263px;
            left: 407px;
            width: 129px;
            height: 28px;
            white-space: normal;
            text-align: center;
            line-height: 13.6px;
        }

        .receipt-value.p2_receipt_no {
            top: 104px;
            left: 205px;
        }

        .receipt-value.p2_receipt_date {
            top: 130px;
            left: 206px;
            width: 160px;
            height: 28px;
            line-height: 12.6px;
            font-size: 14px;
        }

        .receipt-value.p2_embassy {
            top: 162px;
            left: 206px;
            width: 160px;
            height: 28px;
            font-size: 14px;
            line-height: 12.6px;
            word-spacing: -2px;
        }

        .receipt-value.p2_from {
            top: 193px;
            left: 206px;
            width: 160px;
            height: 28px;
            font-size: 14px;
            line-height: 12.6px;
            word-spacing: 2px;
        }

        .receipt-value.p2_type {
            top: 219px;
            left: 205px;
        }

        .receipt-value.p2_fee {
            top: 245px;
            left: 205px;
            font-size: 14px;
            line-height: 12.6px;
            word-spacing: -2px;
        }

        .receipt-value.p2_passport {
            top: 188px;
            right: 237px;
        }

        .receipt-value.p2_footer {
            top: 242px;
            left: 499.5px;
        }

        .visa-value {
            position: absolute;
            color: #000;
            font-size: 21.6px;
            z-index: 2;
            background: transparent;
            font-family: 'TH Sarabun', Arial, sans-serif;
            font-weight: 500;
        }

        .top-date {
            top: 155px;
            left: 429px;
            font-size: 21.6px;
        }

        .visa-email-value {
            position: absolute;
            color: #000;
            font-size: 21.6px;
            z-index: 2;
            background: transparent;
            font-style: italic;
        }

        .visa-email-value a {
            color: #000;
            font-family: 'TH Sarabun', Arial, sans-serif;
            font-style: italic;
            font-weight: bold;
            text-decoration: none;
            border-bottom: 2px solid #000;
        }

        .visa-photo {
            position: absolute;
            left: 138px;
            bottom: 109px;
            width: 120px;
            height: 150px;
            object-fit: cover;
            z-index: 3;
            background: #fff;
        }

        .visa-qr {
            position: absolute;
            right: 140px;
            bottom: 132px;
            width: 130px;
            height: 130px;
            z-index: 3;
            background: #fff;
            border: 0px;
            padding: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .visa-photo-name {
            position: absolute;
            left: 148px;
            bottom: 82px;
            color: #3f3f3f;
            font-size: 17px;
            z-index: 2;
        }

        .visa-qr-name {
            position: absolute;
            right: 111px;
            bottom: 82px;
            color: #3f3f3f;
            font-size: 17px;
            z-index: 2;
            font-weight: 400;
        }
