/* lawgm.work site overrides (static migration) */

/* cookie banner: readable controls (white pill had white text, grey X on navy) */
#cn-accept-cookie{color:#020f49!important;font-weight:700}
.cn-close-icon:after,.cn-close-icon:before{background-color:#fff}

/* accessibility widget: undo hello-elementor reset (button{white-space:nowrap})
   which made widget card text overflow its bounding boxes */
.asw-container,.asw-container *{white-space:normal!important}

/* accessibility widget RTL: icon stays right, toggle moves to the opposite
   (left) side, Hebrew text aligns right */
[dir="rtl"] .asw-container .asw-profile-btn{text-align:right}
[dir="rtl"] .asw-container .asw-profile-toggle{right:auto;left:16px}
[dir="rtl"] .asw-container .asw-profile-title{padding-right:0!important;padding-left:56px!important}

/* accessibility widget LTR: clear the toggle switch overlapping profile titles */
.asw-container .asw-profile-title{padding-right:56px!important}
