.sifency-print-wrapper {
    display: flex
}

.sifency-print-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in-out;
    border: none;
    outline: 0;
    padding: 12px 24px;
    background-color: #333;
    color: #fff
}

.sifency-print-btn .sifency-btn-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1
}

.sifency-print-btn .sifency-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

@media print {
    .sifency-print-btn {
        display: none !important
    }
}