/* Keep repost options clear of the next post and above their action-row anchor. */
.post .acts { overflow: visible; position: relative; z-index: 4; }
.post .repost-wrap { position: relative; z-index: 5; }
.post .repost-wrap:focus-within { z-index: 610; }
.post .repost-drop { top: auto; bottom: calc(100% + 4px); left: 0; right: auto; z-index: 610; }
.post .repost-drop.repost-drop-below { top: calc(100% + 4px); bottom: auto; }
