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


.dashicons {
    width: 20px;
    height: 20px;
}

.nq-newsletter-form-field {
    margin-bottom: 10px;
}

.nq-newsletter-container .nq-newsletter-form-field input:not([type="checkbox"]) {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.nq-newsletter-container .nq-newsletter-form-field input:hover,
.nq-newsletter-container .nq-newsletter-form-field input:focus {
    background-color: transparent;
}

.nq-newsletter-form-field button {
    width: 100%;
}

.nq-newsletter-privacy-field p{
    margin: 0px;
}

.nq-result {
    font-size: 12px;
}

.nq-result.success {
    color: green;
}

.nq-result.error {
    color: red;
}