.kl-rasw-postcode-status {
    clear: both;
    display: block;
    margin: -0.35em 0 1em;
    font-size: 0.875em;
    line-height: 1.4;
}

.kl-rasw-postcode-status[data-status="success"] {
    color: #16712f;
}

.kl-rasw-postcode-status[data-status="manual"],
.kl-rasw-postcode-status[data-status="loading"] {
    color: #6b5d00;
}

.kl-rasw-postcode-status[data-status="error"] {
    color: #b32d2e;
}

.form-row.kl-rasw-postcode-autofilled {
    display: none !important;
}

select.city_select {
    width: 100%;
}

