.ce-arrepentimiento-form__honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.ce-arrepentimiento-form__field {
    margin-bottom: 1em;
}

.ce-arrepentimiento-form__field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35em;
}

.ce-arrepentimiento-form__field input,
.ce-arrepentimiento-form__field textarea {
    width: 100%;
    padding: 0.6em 0.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font: inherit;
}

.ce-arrepentimiento-form__hint {
    margin: 0.35em 0 0;
    font-size: 0.85em;
    color: #666;
}

.ce-arrepentimiento-form__response {
    margin: 1em 0;
    font-weight: 600;
}

.ce-arrepentimiento-form__response.is-success { color: #2e7d32; }
.ce-arrepentimiento-form__response.is-error { color: #c62828; }

.ce-arrepentimiento-form__submit {
    padding: 0.7em 1.6em;
    border: none;
    border-radius: 4px;
    background: #c62828;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.ce-arrepentimiento-form__submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.ce-arrepentimiento-admin-notice {
    background: #fcf0dd;
    border: 1px solid #d9631f;
    border-radius: 3px;
    padding: 0.6em 0.9em;
    margin-top: 0.75em !important;
}
