/* PDF downloads use a document/download icon instead of the internal-link hexagon. */
:root .pdf-download::after,
:root .pdf-download:is(:hover,:focus-visible)::after{content:none}
:root .pdf-download>.pdf-download-icon,
:root .pdf-download:is(:hover,:focus-visible)>.pdf-download-icon{
 width:1.25rem;height:1.25rem;margin:0;flex:none;align-self:center;
 fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;
 transform:none;
}
