/* =============================================================================
   FSH CUSTOM STYLES
   Plugin: Formidable Sync Helper
   Scope:  UI rendered in the FSH plugin
   Author: Sean Jones
   ========================================================================== */
   

/* =========================================
   FSH Public Profile Arrow Icon
   ========================================= */

.fsh-ext-icon{
  display:inline-block;
  width:30px;
  height:30px;
  margin-left:6px;
  background-image:url("/wp-content/uploads/2026/03/rightSwoopUpArrow.png");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  vertical-align:10px;
  opacity:0.7;
  pointer-events:none;
}

.fsh-profile-nav__btn--public:hover .fsh-ext-icon{
  opacity:1;
}