.stamp-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
}

.receipt-stamp {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.stamp-wrap.d-none { display: none !important; }

.crypto-receipt-details {
    border: 1px solid #e0e5eb;
    border-top: 0;
    padding: 9px 15px;
    font-size: .76rem;
}

.crypto-receipt-details > div {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 12px;
    padding: 3px 0;
}

.crypto-receipt-details strong {
    overflow-wrap: anywhere;
    text-align: right;
}

@media print {
    html,
    body,
    .receipt,
    .receipt * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .receipt-accent {
        background: linear-gradient(90deg, var(--primary), var(--accent)) !important;
    }

    .details-heading,
    .box-heading,
    .receipt-table thead th {
        background-color: var(--primary) !important;
        color: #fff !important;
        box-shadow: inset 0 0 0 1000px var(--primary) !important;
    }

    .industry-summary,
    .totals .grand-total,
    .payment-strip {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
