#tooltip.bordered-tooltip { width: 320px; border: 1px solid light-dark(@dark-blue, @golden); .daggerheart.dh-style.tooltip { color: @beige; .tooltip-header { display: flex; flex-direction: column; text-align: center; .helper { font-size: 12px; font-style: italic; } } .tooltip-footer { display: flex; justify-content: center; font-size: 12px; width: 100%; font-style: italic; font-weight: bold; } } }