/* ELIE v5.1.36 — Share Studio frame navigation and 50-quote composition. */
.share-studio-modal .share-preview-zone{
  position:relative;
}
.share-studio-modal .share-preview-toolbar{
  grid-template-columns:minmax(0,1fr);
}
.share-studio-modal .share-preview-toolbar strong{
  padding-inline:8px;
}
.share-studio-modal .share-canvas-shell .share-frame-arrow{
  position:absolute;
  top:50%;
  z-index:8;
  width:clamp(34px,3.2vw,54px);
  height:clamp(24px,2.15vw,38px);
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  transform:translateY(-50%);
  cursor:pointer;
  filter:drop-shadow(0 0 8px rgba(0,0,0,.95));
  transition:transform .2s ease,opacity .2s ease,filter .2s ease;
  touch-action:manipulation;
}
.share-studio-modal .share-canvas-shell .share-frame-arrow.prev{left:clamp(6px,1.1vw,16px)}
.share-studio-modal .share-canvas-shell .share-frame-arrow.next{right:clamp(6px,1.1vw,16px)}
.share-studio-modal .share-canvas-shell .share-frame-arrow img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  pointer-events:none;
}
.share-studio-modal .share-canvas-shell .share-frame-arrow:hover,
.share-studio-modal .share-canvas-shell .share-frame-arrow:focus-visible{
  transform:translateY(-50%) scale(1.08);
  filter:drop-shadow(0 0 10px rgba(66,230,62,.5));
  outline:none;
}
.share-studio-modal .share-canvas-shell .share-frame-arrow:active{
  transform:translateY(-50%) scale(.95);
}
@media (orientation:landscape) and (pointer:coarse){
  html.phone-landscape .share-studio-modal .share-canvas-shell .share-frame-arrow{
    width:clamp(25px,7vh,34px);
    height:clamp(18px,5vh,24px);
  }
  html.phone-landscape .share-studio-modal .share-canvas-shell .share-frame-arrow.prev{left:4px}
  html.phone-landscape .share-studio-modal .share-canvas-shell .share-frame-arrow.next{right:4px}
  html.phone-landscape .share-studio-modal .share-preview-toolbar strong{
    font-size:clamp(6.5px,1.55vh,9px)!important;
  }
}
