.elementor-687 .elementor-element.elementor-element-7403cbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-687 .elementor-element.elementor-element-c39928a{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-687 .elementor-element.elementor-element-fddd256.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-fddd256 */.email-input-wrapper {
    position: relative;
    display: inline-flex;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    width: 350px; /* Reduced width for shorter input */
    align-items: center;
    max-height: 50px;
}

.email-input-wrapper input[type="email"] {
    border: none;
    border-radius: 5px;
    margin: 0;
    width: 100%;
    padding: 30px 0px 10px 10px; /* Space for wider button */
    background-color: #fff;
    color: #333;
    text-align: center; /* Center placeholder text */
    box-sizing: border-box;
}

.email-input-wrapper input[type="email"]::placeholder {
    color: #999;
    text-align: start;
}

.email-input-wrapper input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); /* Vertical centering */
    border: none;
    border-radius: 5px;
    background-color: #276D64;
    color: #fff;
    padding: 10px 20px; /* Wider button */
    margin: 0;
    height: 40px;
    line-height: 10px;
    cursor: pointer;
}

.email-input-wrapper input[type="submit"]:hover {
    background-color: #2F8177;
}/* End custom CSS */