/* Invoice Pilot — checkout enhancements */
.invoice-pilot-cs { display: none; }
.invoice-pilot-cs.is-active { display: block; }

.invoice-pilot-vat input,
.invoice-pilot-tax-code input { text-transform: uppercase; }

.ip-smart-fill {
    background: #f6fafa;
    border: 1px solid #d4e6e6;
    border-radius: 4px;
    margin: 0 0 1em 0;
    padding: 0.75em 1em;
}
.ip-smart-fill label { display: block; margin-bottom: 0.5em; font-weight: 600; }
.ip-smart-fill textarea { width: 100%; min-height: 64px; margin-bottom: 0.5em; }
.ip-smart-fill button { background: #1e8a8a; border-color: #1e8a8a; color: #fff; }
.ip-smart-fill button:hover { background: #176c6c; border-color: #176c6c; }
