/* V6.51 — marketing share tools for limited openings */
.cro-flash-actions .cro-flash-share{
  display:flex!important;align-items:center;justify-content:center;gap:9px;
  width:100%;min-height:52px;border:1.5px dashed rgba(25,157,167,.48)!important;
  border-radius:16px!important;background:#f3fcfc!important;color:#087985!important;
  font-weight:900!important;font-size:1rem!important;box-shadow:none!important
}
.cro-flash-actions .cro-flash-share span{font-size:1.25rem;line-height:1}
.cro-flash-actions .cro-flash-share:active{transform:scale(.985)}
.cro-flash-card.cro-flash-shared-highlight{animation:croFlashGlow 1.5s ease 2;outline:4px solid rgba(43,207,211,.34);outline-offset:4px}
@keyframes croFlashGlow{0%,100%{box-shadow:0 12px 30px rgba(0,0,0,.12)}50%{box-shadow:0 0 0 10px rgba(43,207,211,.19),0 18px 38px rgba(0,0,0,.18)}}
@media(max-width:700px){.cro-flash-actions .cro-flash-share{min-height:56px;font-size:1.04rem}}
