#gfc_label_download_link .gfc-pdf-link{
    background-color: #9EC249;
    border-color: #6f8833;
    color: #F8F8F8;
    font-size: 24px;
    display: inline-block;
    padding: 0.25em 1em 0.25em;
    position: relative;
    transition: color 0.075s ease-out 0.075s;
    box-shadow: rgb(0 0 0 / 25%) 0 2px 1px 0;
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 3px;
}

#gfc_label_qr_code .gfc-qr-link{
	background-color: #9EC249;
    border-color: #6f8833;
    color: #F8F8F8;
    font-size: 24px;
    display: inline-block;
    padding: 0.25em 1em 0.25em;
    position: relative;
    transition: color 0.075s ease-out 0.075s;
    box-shadow: rgb(0 0 0 / 25%) 0 2px 1px 0;
    border: 1px solid rgba(61, 61, 61, 0.1);
    border-radius: 3px;
}

.lf-form-submited .lf-submit-button.lf-submit-button-text .lf-loader:before{
    content: "Processing Order" !important;
}