/* Avise-me — estilos */

.avise-me-wrap {
    margin: 1.5rem 0;
    padding: 1.25rem;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fafafa;
}

.avise-me-wrap.avise-me-hidden {
    display: none;
}

.avise-me-title {
    margin: 0 0 .25rem;
    font-size: 1.1rem;
}

.avise-me-text {
    margin: 0 0 .75rem;
    color: #666;
    font-size: .9rem;
}

.avise-me-form {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.avise-me-form input[type="email"] {
    flex: 1;
    min-width: 200px;
    padding: .65rem .85rem;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: .95rem;
}

.avise-me-form button {
    padding: .65rem 1.25rem;
    cursor: pointer;
}

.avise-me-consent {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
    width: 100%;
    font-size: .85rem;
    color: #555;
    line-height: 1.4;
    font-size: 12px;
    margin: .25rem 0;
}

.avise-me-consent input[type="checkbox"] {
    margin-top: .25rem;
    flex-shrink: 0;
}

.avise-me-consent a {
    text-decoration: underline;
}

.btn_principal.avise-me-submit {
    color: #fff;
    background-color: #7e8b73;
}

.avise-me-note {
    width: 100%;
    font-size: .75rem;
    color: #777;
    margin: .5rem 0 0;
    line-height: 1.4;
}

.avise-me-msg {
    width: 100%;
    font-size: .875rem;
    margin-top: .5rem;
}

.avise-me-msg.success {
    color: #1c7c3a;
}

.avise-me-msg.error {
    color: #c0392b;
}