.ihub-help-wrapper{position:relative;display:inline-flex;vertical-align:middle;margin-left:.25rem}.ihub-help-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;border:0;background:transparent;color:var(--Rhythm);cursor:help;border-radius:999px;transition:color .12s ease}.ihub-help-icon:focus-visible,.ihub-help-icon:hover{color:var(--DarkCyan);outline:none}.ihub-help-icon:focus-visible{box-shadow:0 0 0 2px rgba(0,131,143,.35)}.ihub-help-bubble{bottom:calc(100% + 8px);width:-moz-max-content;width:max-content;max-width:260px;padding:.6rem .75rem;border-radius:.5rem;background:var(--Gunmetal);color:#ffffff;font-size:.75rem;line-height:1.35;font-weight:400;text-align:left;box-shadow:0 6px 16px rgba(0,0,0,.18);opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:20}.ihub-help-bubble,.ihub-help-bubble:after{position:absolute;left:50%;transform:translateX(-50%)}.ihub-help-bubble:after{content:"";top:100%;border:5px solid transparent;border-top:5px solid var(--Gunmetal)}.ihub-help-wrapper:focus-within .ihub-help-bubble,.ihub-help-wrapper:hover .ihub-help-bubble{opacity:1;transform:translateX(-50%) translateY(-2px)}.ihub-help-wrapper[data-align=end] .ihub-help-bubble{left:auto;right:0;transform:none}.ihub-help-wrapper[data-align=end]:focus-within .ihub-help-bubble,.ihub-help-wrapper[data-align=end]:hover .ihub-help-bubble{transform:translateY(-2px)}.ihub-help-wrapper[data-align=end] .ihub-help-bubble:after{left:auto;right:.5rem;transform:none}html.DarkMode .ihub-help-bubble{background:#f4f3fe;color:#2c333a}html.DarkMode .ihub-help-bubble:after{border-top-color:#f4f3fe}