/*
 * SahlMove RTL refinements.
 * The main stylesheet uses logical properties and native RTL document flow;
 * this file keeps the RTL contract explicit for WordPress and older setups.
 */

html[dir="rtl"],
html[dir="rtl"] body {
	direction: rtl;
}

html[dir="rtl"] .sahlmove-quote-card,
html[dir="rtl"] .sahlmove-hero__content,
html[dir="rtl"] .sahlmove-entry-content,
html[dir="rtl"] .wp-block-editor-content {
	text-align: start;
}

html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="date"] {
	direction: ltr;
	text-align: right;
}
