/*
Theme Name:     Divi Child 
Description:    Child Theme of Divi
Author:         elegantenthusiast.com
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.email-field-wrapper {
    position: relative;
}

.email-field-wrapper input[type="email"] {
    width: 100%;
    padding-right: 40px; /* Adjust based on button size */
}

.email-submit-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px; /* Adjust based on your needs */
}

.email-submit-button .fas {
    color: #333; /* Adjust arrow color */
}
