/*!
 * CirkleHost — Soft Modern redesign layer (RTL variant)
 * head.tpl loads THIS instead of custom.css for arabic / hebrew / farsi.
 * It re-uses the full LTR layer and only flips the few direction-specific bits.
 * ------------------------------------------------------------------------- */
@import url("custom.css");

/* Home banner shadow / rounding is symmetrical — nothing to flip there.    */
/* Directional nudges: */
[dir="rtl"] .list-group-item-link:hover,
.rtl .list-group-item-link:hover {
    transform: translateY(-1px);
}
