/* A consistent line icon replaces font-dependent and emoji-style arrows. */
svg.ui-arrow{display:inline-block;width:1em;height:1em;min-width:1em;vertical-align:-.12em;overflow:visible;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.5;pointer-events:none}
.conversation-arrow svg.ui-arrow,.talk-arrow svg.ui-arrow{width:32px;height:32px}
.contact-email svg.ui-arrow{width:.72em;height:.72em;margin-left:.15em;vertical-align:0}
.folio-controls svg.ui-arrow{width:25px;height:25px}
.talk-wave>svg.ui-arrow{margin-left:.3em;align-self:center}
@media(max-width:700px){
 svg.ui-arrow:not(.ui-arrow-functional){display:none!important}
 .conversation-arrow,.talk-arrow,.portfolio-arrow{display:none!important}
 .contact-email>span:has(.ui-arrow),.private-page i:has(.ui-arrow){display:none!important}
 .conversation-bottom{gap:12px}
}
