.new-feature-indicator{display:inline-block;position:relative;width:0;height:1em;vertical-align:top;overflow:visible!important;z-index:1001}.new-feature-indicator::before{content:'';position:absolute;top:0;right:-10px;width:8px;height:8px;background-color:#21293c;border-radius:50%}.new-feature-indicator::after{content:var(--new-feature-label,'New');position:absolute;top:0;left:14px;width:max-content;max-width:200px!important;white-space:normal;line-height:1.4;font-size:11px;font-weight:bold;color:#fff;background-color:#21293c;padding:2px 5px;border-radius:4px;pointer-events:none;z-index:100;opacity:0;transition:opacity .15s ease}.new-feature-indicator:hover::after,.new-feature:hover .new-feature-indicator::after{opacity:1}