/* RTL overrides for Family Recipes theme */

body {
    direction: rtl;
    text-align: right;
}

.nav-menu {
    padding-right: 0;
}

.search-form {
    direction: rtl;
}

.search-field {
    text-align: right;
}

.footer-section ul {
    padding-right: 0;
}

ul, ol {
    padding-right: 1.5rem;
    padding-left: 0;
}

.recipe-meta {
    direction: rtl;
}

blockquote {
    border-right: 4px solid #1e3a8a;
    border-left: none;
    padding-right: 1rem;
    padding-left: 0;
    margin-right: 0;
}
