/* Supporting action symbols use the existing Streamline Pro Ultimate Light sprite. */
.fp-site .fp-action{
  display:inline-flex;align-items:center;gap:8px;max-width:100%;min-width:0;
  white-space:normal;
}
.fp-site .fp-action>.fp-action-label{min-width:0;overflow-wrap:anywhere}
.fp-site .fp-action>.fp-action-icon{
  display:block;width:16px;height:16px;flex:0 0 16px;
  fill:none;stroke:currentColor;stroke-width:1;
  transform:none;translate:none;rotate:none;scale:none;
  animation:none;transition:none;
}
.fp-site .fp-action:is(:hover,:focus-visible,:active)>.fp-action-icon{
  transform:none;translate:none;rotate:none;scale:none;
}
