.Tooltip{width:fit-content;display:inline-flex;position:relative}.Tooltip:hover .Tooltip--tip-container{visibility:visible}.Tooltip--content{color:#9daf89;font-weight:700}.Tooltip--tip-container{z-index:100;visibility:hidden;background:#eac75e;border-radius:10px;width:fit-content;min-width:225px;height:fit-content;min-height:60px;padding:10px;position:absolute;top:-80px}.Tooltip-centered{justify-self:center;align-items:center}