.help-tooltip{display:inline-flex;align-items:center;position:relative;margin-left:6px;color:#2f6f9f;cursor:help}.help-tooltip i{font-size:13px}.help-tooltip .tooltip-content{position:absolute;left:0;top:125%;min-width:260px;max-width:520px;padding:10px 12px;background:#fff9e6;color:#333;border:1px solid #f1d08b;border-radius:4px;box-shadow:0 6px 18px rgba(0,0,0,.15);line-height:1.35;font-size:12px;z-index:2000;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.help-tooltip .tooltip-content a{color:#0c5adb;text-decoration:underline}.help-tooltip:focus .tooltip-content,.help-tooltip:hover .tooltip-content,.help-tooltip:focus-within .tooltip-content{opacity:1;visibility:visible}.year-td .help-tooltip .tooltip-content,.summary-table .help-tooltip .tooltip-content{left:auto;right:0}