.std-trigger-button{font-size:.62rem;line-height:1.25;color:#6a7077;font-weight:normal;padding:8px;display:flex;gap:8px;cursor:pointer}
.std-popover-container{position:relative;width:fit-content}
button.std-popover-container{background:0;border:0}
.agenda-cards-header button.std-popover-container:hover,.agenda-cards-header button.std-popover-container:focus,.agenda-cards-header button.std-popover-container:active{background:0;border:0;color:#525a63}
.std-popover{position:absolute;background:#fff;top:100%;left:0;box-shadow:0 0 4px 0 rgba(0,0,0,0.1);padding:8px;z-index:1;display:none;border:1px solid #dbdee2;border-radius:4px}
.std-share-btn-icons a{height:20px}
.std-popover::before{position:absolute;content:'';top:-10px;right:16px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #dbdee2;width:0;height:0}
.std-popover::after{position:absolute;content:'';top:-9px;right:16px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white;width:0;height:0}
.std-popover.show{display:flex;gap:8px}