/* 1) Hide duplicate jobs-table rendered AFTER the footer on Home */
body.home footer + section.jobs-list.jobs-table,
body.home footer ~ section.jobs-list.jobs-table { display: none !important; }

/* 3) Sticky Apply styles */
.icr-apply-sticky{
  position:fixed; left:0; right:0; bottom:0;
  display:inline-block; text-align:center;
  padding:14px 18px;
  background:#e11d48; color:#fff !important; font-weight:700; letter-spacing:.2px;
  box-shadow:0 -2px 10px rgba(0,0,0,.08);
  z-index:2147483647;
  cursor:pointer;
}
.icr-apply-sticky:hover{ opacity:.95; color:#fff !important; }
.admin-bar .icr-apply-sticky{ bottom:32px; }
