/* Cross-surface controls shared by the public account and CMS. */
.help-tip{position:relative;display:inline-flex;vertical-align:middle;flex:0 0 auto}
.help-tip>button{display:grid;place-items:center;width:20px;height:20px;min-width:20px;min-height:20px;margin:0;padding:0;border:1px solid #a9c5b8;border-radius:4px;background:#f3fbf9;color:#0D1B2A;font:inherit;line-height:1;cursor:pointer}
.help-tip>button .icon{width:12px;height:12px}
.help-tip>button:hover,.help-tip>button:focus-visible{border-color:#0FA3A3;outline:2px solid rgba(15,163,163,.2);outline-offset:2px}
