/* FluentCart Postcode NL v2 */

.fcpcnl-status {
    display: block;
    font-size: 0.82em;
    margin-top: 4px;
    line-height: 1.4;
    transition: color 0.2s;
}
.fcpcnl-status:empty { display: none; }

.fcpcnl-searching { color: #777; }
.fcpcnl-searching::before { content: "⏳ "; }

.fcpcnl-ok { color: #2e7d32; font-weight: 500; }
.fcpcnl-ok::before { content: "✓ "; }

.fcpcnl-error { color: #c62828; }
.fcpcnl-error::before { content: "✗ "; }

.fcpcnl-warning { color: #e65100; }
.fcpcnl-warning::before { content: "⚠ "; }

input.fcpcnl-ok    { border-color: #2e7d32 !important; }
input.fcpcnl-error { border-color: #c62828 !important; }
