/* Mailchimp Elementor Widget Styling */
.halstein-child-mailchimp-form .mc_signup_form {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_form_inside {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_merge_var {
    flex: 1;
    margin-bottom: 0;
    margin-right: 20px;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_var_label {
    display: none; /* Hide label to match the single line style with placeholder */
}

.halstein-child-mailchimp-form .mc_signup_form .mc_input {
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    padding: 10px 0 !important;
    height: 50px !important;
    box-sizing: border-box;
    border-radius: 0 !important;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_input::placeholder {
    color: #fff !important;
    opacity: 1;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_signup_submit {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_signup_submit_button {
    background-color: #b29063 !important;
    color: #fff !important;
    border: 1px solid #b29063 !important;
    padding: 0 35px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    font-size: 14px;
    font-family: inherit;
    margin: 0 !important;
}

.halstein-child-mailchimp-form .mc_signup_form .mc_signup_submit_button:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.halstein-child-mailchimp-form .mc_message_wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    order: 10;
}

.halstein-child-mailchimp-form .mc_success_msg,
.halstein-child-mailchimp-form .mc_error_msg {
    color: #fff !important;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .halstein-child-mailchimp-form .mc_signup_form .mc_form_inside {
        flex-direction: column;
        align-items: stretch;
    }
    
    .halstein-child-mailchimp-form .mc_signup_form .mc_merge_var {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .halstein-child-mailchimp-form .mc_signup_form .mc_signup_submit_button {
        width: 100%;
    }
}

.halstein-child-mailchimp-form.qodef-mailchimp-vertical .mc_signup_form .mc_form_inside {
    flex-direction: column;
    align-items: stretch;
}

.halstein-child-mailchimp-form.qodef-mailchimp-vertical .mc_signup_form .mc_merge_var {
    margin-right: 0;
    margin-bottom: 15px;
}

.halstein-child-mailchimp-form.qodef-mailchimp-vertical .mc_signup_form .mc_signup_submit_button {
    width: 100%;
}
