@font-face {
    font-family: 'FFJustlefthandWebProRegular';
    src: url('/static/fonts/justlefthand/37E993_0_0.eot');
    src: url('/static/fonts/justlefthand/37E993_0_0.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/justlefthand/37E993_0_0.woff2') format('woff2'),
         url('/static/fonts/justlefthand/37E993_0_0.woff') format('woff'),
         url('/static/fonts/justlefthand/37E993_0_0.ttf') format('truetype');
}


body.body--voucher {
    font-family: 'Avenir 55 Roman', 'Avenir', 'AvenirNextLTW01-Regular', sans-serif;
    color: black;
    background: white;
    padding: 1cm;
}

@media print {
    body.body--voucher { padding: 0; margin: 0; }
    @page {
        size: a4 portrait;
        margin: 1cm;
    }
}

.voucher-container * {
    box-sizing: content-box;
}

.voucher-container p {
    font-family: 'Avenir 55 Roman', 'Avenir', 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 20pt; line-height: 28pt;
    margin: 0 0 1cm 0;
    padding: 0;
    color: black;
}

.voucher-container p:last-child {
    margin-bottom: 0;
}

.voucher-container .voucher {
    width: 16.5cm;
    height: 16.5cm;
    overflow: hidden;
    padding: 1cm;
    margin: 0 auto;
    text-align: center;
    border: 0.5mm solid #0272BB;
    position: relative;
}

.voucher-container .terms {
    position: absolute;
    bottom: 0.5cm;
    left: 1cm;
    right: 1cm;
}

.voucher-container .terms p {
    width: 100%;
    margin: 0 auto;
    font-size: 9pt; line-height: 15pt;
    text-align: center;
}

.voucher-container .logo img {
    display: block;
    margin: 0 auto 1cm auto;
    width: 9cm;
    height: auto;
}

.voucher-container .voucher .voucher__message {
    /*width: 14cm;*/
    margin: 0 auto;
    margin-top: 1cm;
    font-family: 'Justlefthand Pro', 'FFJustlefthandWebProRegular', cursive;
    font-size: 28pt;
    line-height: 29pt;
}

.voucher-container.preview {
    width: 100%;
    min-height: 100%;
}


.voucher-container.preview .voucher {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #f8f8f8;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.5cm;
    padding-bottom: 1cm;
}

.voucher-container.preview .voucher * {
    width: 100%;
}

.voucher-container.preview .voucher img {
    width: 70%;
    margin-bottom: 0.6cm;
}

.voucher-container.preview .voucher p {
    font-size: 12pt;  /*20pt; */
    line-height: 16.8pt; /*28pt;*/
    margin: 0 0 0.6cm 0;
}

.voucher-container.preview .voucher .voucher__message {
    margin-top: 0;
    font-size: 16.8pt; /*28pt;*/
    line-height: 17.4pt; /*29pt;*/
    margin-bottom: 0;
}






.voucher-container.preview .terms {
    display: none;
}


.emsp {
    display: inline-block;
    width: 1em;
}

.voucher-cut {
    border-top: 0.25mm dashed #888;
    width: 18.5cm;
    margin: 0 auto;
    margin-top: 1.4cm;
    height: 1em;
    text-align: center;
}

.voucher-cut span {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
    /*top: -0.6em;*/
    padding: 0.25em;
    color: #888;
    background: #fff;
}

