.fonu-cancellation-form {
    max-width: 520px;
}

.fonu-cancellation-field {
    margin-bottom: 16px;
}

.fonu-cancellation-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.fonu-cancellation-field input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


.fonu-cancellation-submit {
    background-color: #00b311;
    border: 1px solid #00b311;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    border-radius: .5rem;
}

.fonu-cancellation-submit:hover,
.fonu-cancellation-submit:focus {
    background-color: #009a0e;
    border-color: #009a0e;
}

.fonu-cancellation-submit[disabled] {
    cursor: wait;
    opacity: 0.65;
}

.fonu-cancellation-feedback {
    min-height: 1.5em;
    margin-top: 16px;
}

.fonu-cancellation-feedback.is-progress {
    font-weight: 600;
}

.fonu-cancellation-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
