#print-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#recipe-print-content-and-tips {height: 44px;padding: 7px 20px;border-radius: 15px; min-width: 125px; margin-top: 6px;}
#recipe-print-content-and-tips-label {top: 9px;position: relative;float: left;right: 3px;}
.uagb-block-element-387{padding-right: 25%;}
.uagb-block-zac-custom-9d06 {display: block !important;}

/* Print styling */
@media print {
	html, body {
        width: auto;
        height: auto;
        overflow: visible;
    }
    body > *:not(#print-wrapper) {
        display: none !important;
    }
    #print-wrapper {
        opacity: 1;
        visibility: visible;
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        padding: 20px;
        font-family: sans-serif;
    }
    #print-logo-row {
        text-align: center;
        margin-bottom: 20px;
    }
    .print-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .print-left {
        font-size: 18px;
        font-weight: bold;
    }
    .print-right {
        width: 220px;
    }
    #print-recipe-content {
        margin-top: 20px;
    }
}
