.limited-tips{position:fixed;z-index:60;display:flex;align-items:flex-start;box-sizing:border-box;width:fit-content;min-width:355px;max-width:min(92vw,420px);height:60px;padding:5px 16px 0 10px;opacity:0;pointer-events:none;transition:opacity .3s ease}.limited-tips.is-visible{opacity:1}.limited-tips__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none}.limited-tips__content{position:relative;z-index:1;display:flex;align-items:center;gap:8px;min-width:0;width:100%}.limited-tips__icon{width:40px;height:40px;flex-shrink:0;object-fit:contain}.limited-tips__text{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;color:#68480c;text-align:left;font-style:normal;text-transform:none}.limited-tips__name{margin:0;font-family:Inter,Inter,sans-serif;font-weight:700;font-size:14px;color:#8f0808;font-style:normal;text-transform:none}@media (max-width: 360px){.limited-tips{min-width:0;width:92vw}.limited-tips__icon{width:32px;height:32px}}
