.pixel-print-email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.pixel-print-email__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease, color .2s ease;
}

.pixel-print-email__button:hover {
    transform: translateY(-1px);
    opacity: .85;
}

.pixel-print-email__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.pixel-print-email__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.pixel-print-email__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

@media print {
    .pixel-print-email,
    .elementor-location-header,
    .elementor-location-footer,
    header,
    footer,
    nav,
    .no-print {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    a[href]::after {
        content: none !important;
    }
}
