.elementor-17692 .elementor-element.elementor-element-99845a2{--display:flex;--margin-top:0px;--margin-bottom:-10px;--margin-left:0px;--margin-right:0px;}.elementor-17692 .elementor-element.elementor-element-13db809 > .elementor-widget-container{margin:0px 0px -8px 0px;}/* Start custom CSS for html, class: .elementor-element-f2d9e5f */.custom-mailchimp-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 320px;
}

.custom-mailchimp-form input[type="email"] {
    padding: 12px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
}

.custom-mailchimp-form input[type="email"]:focus {
    border-color: #d4a24c; /* ذهبي عند التركيز */
}

.custom-mailchimp-form input::placeholder {
    color: #aaa;
}

.custom-mailchimp-form button {
    background-color: #d4a24c; /* لون ذهبي */
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-mailchimp-form button:hover {
    background-color: #b38333;
}

/* دعم RTL للعربي والفارسي */
.custom-mailchimp-form.rtl {
    direction: rtl;
}

.custom-mailchimp-form.rtl input,
.custom-mailchimp-form.rtl button {
    text-align: right;
}/* End custom CSS */