.style {
    color: #FF8532;
    font-weight: bold;
}
.skill {
    color: #0E4CA5;
    font-weight: bold;
}
.trait {
    color: #009785;
    font-weight: bold;
}
.condition {
    color: #DE5A56;
    font-weight: bold;
}

.stat {
    font-family: Zedou;
}

.stat:hover{
    filter: brightness(120%);
    pointer-events: all !important;
}

.tooltip {
    position: absolute;
    display: inline-block;

    bottom: 90%;
    max-width: 36% !important;

    background-color:rgb(255, 236, 209);
    border:2px solid #ff8432;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;

    color: black;
    font-weight: normal;
    filter: none;

    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: max-content;
    height: fit-content;
    max-width: 500px;
    text-align: center;

    z-index: 3000;
    font-size: 1em;
}
.tooltip p {
    padding: 0;
}

.tooltip-parent {
    cursor: default;
}

.tooltip-parent {
    position: relative;
}

.tooltip-parent:hover > .tooltip {
    visibility: visible;
}
.stat {
    pointer-events: all !important;
}
