.bv-newsletter-form-wrap {
    width: 100%;
}

.bv-newsletter-form-heading h3 {
    margin-bottom: 10px;
}

.bv-newsletter-form-heading p {
    margin-bottom: 24px;
}

.bv-newsletter-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.bv-newsletter-input-row input {
    min-width: 0;
    min-height: 56px;
    padding: 13px 17px;
    border: 1px solid rgba(7, 31, 61, .22);
    border-right: 0;
    border-radius: 0;
    font: inherit;
    background: #fff;
}

.bv-newsletter-input-row button {
    min-height: 56px;
    padding: 13px 22px;
    border: 1px solid #d3a62c;
    color: #071f3d;
    background: #d3a62c;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.bv-newsletter-input-row button span {
    margin-left: 8px;
}

.bv-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 13px;
    font-size: .76rem;
    line-height: 1.5;
}

.bv-newsletter-consent input {
    margin-top: 4px;
}

.bv-newsletter-consent a {
    text-decoration: underline;
}

.bv-newsletter-message {
    margin-bottom: 16px;
    padding: 12px 14px;
    font-size: .85rem;
}

.bv-newsletter-message-success {
    color: #134e2c;
    background: #e6f6ec;
}

.bv-newsletter-message-info {
    color: #123f66;
    background: #e8f2fb;
}

.bv-newsletter-message-error {
    color: #7d1c1c;
    background: #fdecec;
}

.bv-newsletter-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 560px) {
    .bv-newsletter-input-row {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .bv-newsletter-input-row input {
        border-right: 1px solid rgba(7, 31, 61, .22);
    }
}
