/* ===== SRB Law — English (LTR) overrides ===== */
/* Latin font for English pages */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

body{font-family:'Inter','Cairo',sans-serif;letter-spacing:0}

/* Dropdown opens from the left in LTR */
.drop{right:auto;left:0}

/* Decorative scales: move to the right side on LTR pages */
.hero::before,.banner::before{left:auto;right:4%}
.hero::after,.banner::after{left:auto;right:-60px}

/* Note callout border side */
.note{border-right:none;border-left:4px solid var(--navy)}

/* Article bullet list on the left */
.article-body ul.dot li{padding-right:0;padding-left:22px}
.article-body ul.dot li::before{right:auto;left:3px}

/* Hover paddings flip */
.site-footer ul a:hover{padding-right:0;padding-left:4px}
.side-list a:hover{padding-right:0;padding-left:5px}

/* Section heading start-aligned variant */
.sec-head.start{text-align:left;margin-left:0;margin-right:auto}

/* Card arrow direction */
.card:hover .more svg{transform:translateX(4px)}

/* Foot ids spacing */
.foot-ids{line-height:1.95}

/* WhatsApp float stays bottom-left (fine for both) */
