.infobox{
    box-shadow: 0 0 50px #00000040;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    overflow: hidden !important;
    max-height: calc(100% - 10px - var(--headerHeight));
}
.infoboxText > div{
    white-space: normal !important;
    line-height: 1.2;
    hyphens: auto;
    padding-right: 12px !important;
}
.infoBoxTextHeader{
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    hyphens: none;
}
.infoBoxTextHeader i{
    font-style: normal;
}
.infoboxTextDescription{
    width: 100%;
    height: calc(100% - 0.5rem);
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
}