.reel_share_container{display:flex;align-items:center;justify-content:center;position:relative}.reel_share_container .reel_share_button{cursor:pointer;width:32px;height:32px}.reel_share_container .share_options_box{position:absolute;top:80%;right:0;background:#fff;border:1px solid #ebf1ff;border-radius:6px;padding:25px 15px 26px 24px;margin-top:8px;width:220px;z-index:1000;box-shadow:0 0 5px 0 rgba(38,51,77,.0509803922)}.reel_share_container .share_options_box .share_header{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px}.reel_share_container .share_options_box .share_header p{font-weight:700;font-size:16px;line-height:18px;letter-spacing:0;text-transform:uppercase;color:#8e121e}.reel_share_container .share_options_box .share_header .close_btn{width:22px;height:22px;cursor:pointer}.reel_share_container .share_options_box .share_buttons_row{display:flex;align-items:center;gap:15px;padding-bottom:20px}.reel_share_container .share_options_box .share_buttons_row .share_icon{width:28px;height:28px;cursor:pointer}.reel_share_container .share_options_box .copy_link_section{display:flex;flex-direction:column;gap:10px}.reel_share_container .share_options_box .copy_link_section .share_url{font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid #ebf1ff;border-radius:64px;padding:10px 16px}.reel_share_container .share_options_box .copy_link_section .copy_row{display:flex;align-items:center;gap:8px}.reel_share_container .share_options_box .copy_link_section .copy_row .copy_icon{width:24px;height:24px;cursor:pointer}.reel_share_container .share_options_box .copy_link_section .copy_row .copy_text{font-size:13px;color:#000}.reel_share_container .share_options_box .copy_link_section .copy_success{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:#2c2c2c;color:#f1f1f1;padding:10px 18px;border-radius:6px;font-size:14px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;animation:fadeInOut 2s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translateX(-50%) translateY(10px)}10%{opacity:1;transform:translateX(-50%) translateY(0)}90%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-5px)}}@media(max-width:768px){.reel_share_container .share_options_box{width:160px;padding:15px}.reel_share_container .share_options_box .share_header{padding-bottom:16px}.reel_share_container .share_options_box .share_header p{font-size:15px}.reel_share_container .share_options_box .share_header .close_btn{width:18px}.reel_share_container .share_options_box .share_buttons_row{gap:12px}.reel_share_container .share_options_box .share_buttons_row .share_icon{width:20px;height:20px}.reel_share_container .share_options_box .copy_row .copy_icon{width:18px}.reel_share_container .share_options_box .copy_row .copy_text{font-size:12px}.reel_share_container .share_options_box .copy_link_section .share_url{font-size:12px;padding:8px 12px}}