/* Preserve the white/orange logo and reveal its surrounding page background. */
.logo:has(img[src*="nexmason-logo-dark.png"]) {
  background: transparent !important;
}
img[src*="nexmason-logo-dark.png"] {
  background: transparent !important;
  filter: url("/nexmason-logo-transparency.svg#remove-matte");
}
