/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.nip-finder-fetch-wrap {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nip-finder-fetch-status {
    font-size: 13px;
    line-height: 1.4;
    display: none;
}

.nip-finder-fetch-status.is-loading {
    color: #1d2327;
}

.nip-finder-fetch-status.is-success {
    color: #0f5132;
}

.nip-finder-fetch-status.is-error {
    color: #842029;
}
