/* ================================
   Payment Trust Line
   ================================ */

.payment-trust-line {
    margin: 6px 0 14px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.6;
    color: #6b7280;
    background: #f9fafb;
    border: 1px dashed #e5e7eb;
    border-radius: 8px;
}

.payment-trust-line strong {
    color: #374151;
    font-weight: 500;
}
