.row {
    font-size: 10px;
    line-height: 10px;
}

h2 {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

h3 {
    color: var(--blue) !important;
    font-size: 12px !important;
    margin-bottom: 4px !important;
}

.signature-block .ui-icon {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.hidden {
    visibility: hidden;
}

@media print, screen {
    body {
        margin-top: 0 !important;
    }

/*
    .h1, h2 {
        margin-top: 0 !important;
    }
*/
    .no-print, .no-print * {
        display: none !important;
    }

    .header-image + .row {
        border-top: 0 !important;
        padding-top: 0 !important;
    }
}