/* Arabic/RTL Styles for Footer */

/* Arabic font for newsletter inputs and placeholders on Arabic pages */
html[lang="ar"] .newsletter-input,
html[dir="rtl"] .newsletter-input {
    font-family: var(--font-arabic);
}

html[lang="ar"] .newsletter-input::placeholder,
html[dir="rtl"] .newsletter-input::placeholder {
    font-family: var(--font-arabic);
}

/* Arabic font for newsletter submit button on Arabic pages */
html[lang="ar"] .newsletter-submit,
html[dir="rtl"] .newsletter-submit {
    font-family: var(--font-arabic);
}


