.elementor-1043 .elementor-element.elementor-element-6732c7f{--spacer-size:5px;}.elementor-1043 .elementor-element.elementor-element-853d330{--spacer-size:30px;}/* Start custom CSS for html, class: .elementor-element-2e2e4f8 *//* Controls layout */
#legal-library .lib-controls{
  max-width:1080px;
  margin:20px auto 16px;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:12px;
  align-items:center;
}

/* Controls look */
#legal-library #libSearch,
#legal-library #libSort{
  background:#111;
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  padding:12px 14px;
  color:#eee;
  font-size:14px;
  outline:none;
}
#legal-library #libCount{
  color:#BABABA;
  font-size:13px;
  text-align:right;
}

/* Base grid (desktop = 3 across) */
#legal-library .lib-grid{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

/* Tablet */
@media (max-width:1024px){
  #legal-library .lib-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* Mobile */
@media (max-width:767px){
  #legal-library .lib-grid{ grid-template-columns:1fr; }

  /* Stack controls nicely */
  #legal-library .lib-controls{ grid-template-columns:1fr; gap:10px; }
  #legal-library #libCount{ text-align:left; }
}/* End custom CSS */