/* Niche/work cards — Featured work heading weight/size, and overlay
   treatments for individual niche cards. See ./README.md */
#featured-work h2.mxd-split-lines {
  font-weight: 400;
  font-size: 4.8rem;
}
.wm-niche-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000000;
  opacity: 0.83;
  pointer-events: none;
}
/* Makes a niche card a real link (e.g. Inventory Management -> its case
   study) without disturbing the other cards, which stay plain divs. */
.mxd-niche-cards__item--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
