/* Match the Recycle Bin's circular expand/collapse control. */
.owner-menu-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eaf6f3;color:#127367!important;font-size:19px!important;font-weight:800;line-height:1;transition:transform .2s,background .2s}.owner-menu-toggle[aria-expanded="false"] .owner-menu-arrow{transform:rotate(-90deg)}.owner-menu-toggle[aria-expanded="true"] .owner-menu-arrow{background:#d7eee8}@media(max-width:550px){.owner-menu-arrow{display:grid!important}}
