span .field {
    border: none;
}
.field {
    padding: 3rem;
    border: 2px dotted gold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
    /* background-color: rgb(237, 241, 245); */
    /* background-color: #3658B2; */
    /* font-size: 1.8rem; */
}
span, .field--name-title, .field--type-string, .field--label-hidden {
    border: none;
    /* background-color: white; */
    padding: 0px;
}
a[type="image/svg+xml"] {
    visibility: hidden;
    text-align: center;
}
a[type="image/svg+xml"]:after {
    content:'Κατέβασμα QR Code';
    visibility: visible;
    display: block;
    text-align: center;
}
.file--image {
    background-image: url("https://neasmyrniopenmall.gr/sites/neasmyrniopenmall.gr/files/qr_code_barcode.jpeg");
    background-size: 70px;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
}
span.file.file--mime-image-svg\+xml.file--image {
    width: 320px;
    height: 80px;
}
