/* Shared hover states for table-based legacy yellow sprite controls. */
.legacy-sprite-control{cursor:pointer;vertical-align:middle;text-decoration:none;display:inline-block}
.legacy-sprite-control:hover,.legacy-sprite-control:focus{text-decoration:none;outline:0}
.legacy-sprite-control:hover .button_large_left{background-position:0 -24px}
.legacy-sprite-control:hover .button_large_content{background-position:0 -24px}
.legacy-sprite-control:hover .button_large_right{background-position:-9px -24px}
.legacy-sprite-control:active .button_large{position:relative;top:2px}
.legacy-sprite-control:active .button_large_left{background-position:0 -48px}
.legacy-sprite-control:active .button_large_content{background-position:0 -48px}
.legacy-sprite-control:active .button_large_right{background-position:-9px -48px}

/* Forum actions are real variable-width sprite buttons, not stretched 60px GIFs. */
.forum_page .post_list_post_actions{align-items:flex-start!important;gap:4px!important;height:24px!important;min-height:24px!important}
.forum_page .post_list_post_actions .forum_post_action,.forum_page .post_list_post_actions .forum_post_action_form{box-sizing:border-box!important;display:block!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:24px!important;min-height:24px!important;max-height:24px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;line-height:0!important;overflow:visible!important}
.forum_page .post_list_post_actions .forum_post_action_button{appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}
.forum_page .post_list_post_actions .forum_post_action .button_large{min-width:76px!important}
.forum_page .post_list_post_actions .forum_post_action .button_large_content{padding:0 3px!important}
.forum_page .post_list_post_actions .forum_post_action .button_large_content:before{content:"";display:inline-block;width:20px;height:20px;margin:0 2px 0 -1px;vertical-align:middle;background-repeat:no-repeat;background-position:left center}
.forum_page .post_list_post_actions .forum_post_action--quote .button_large_content:before{background-image:url('https://xf1re.b-cdn.net/images/forums/quote.gif')}
.forum_page .post_list_post_actions .forum_post_action--edit .button_large_content:before{background-image:url('https://xf1re.b-cdn.net/images/forums/edit.gif')}
.forum_page .post_list_post_actions .forum_post_action--delete .button_large_content:before{background-image:url('https://xf1re.b-cdn.net/images/forums/delete.gif')}
