.adamo-newsletter-form {
    width: 100%;
    max-width: 520px;
}

.adamo-newsletter-form__row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.adamo-newsletter-form__email {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.adamo-newsletter-form__submit {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
}

.adamo-newsletter-form__consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: flex-start;
    margin-top: 12px;
    color: inherit;
    font-size: 12px;
    line-height: 1.45;
}

.adamo-newsletter-form__consent input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: #111;
}

.adamo-newsletter-form__message {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.45;
}

.adamo-newsletter-form__message--error {
    color: #b3261e;
}

.adamo-newsletter-form__message--success {
    color: #1f6f43;
}

.adamo-newsletter-form__hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

@media (max-width: 520px) {
    .adamo-newsletter-form__row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .adamo-newsletter-form__submit {
        width: 100%;
    }
}

.elementor-field-group-adamo_hp,
.adamo-newsletter-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}
