#role-information {
    grid-template-columns: 2fr [info] 1fr ;
    grid-template-rows: 2fr 1fr 1fr;
    padding: 10px;
    grid-gap: 0px;
}

.role-information-token {
    grid-column: 1;
    grid-row: 1 / 4;
    background-image: url("/images/townsq/player.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    max-height: 97vh;
    margin: 1vh;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px black;
    aspect-ratio: 1 / 1;
}

.role-information-character {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

#role-information-name {
    margin-bottom: 7.5vw;
    font-family: 'Metal Mania','Uncial Antiqua';
    font-size: 3rem;
    text-shadow: 
    2px 2px 0px whitesmoke,
    -2px 2px 0px whitesmoke,
    2px -2px 0px whitesmoke,
    -2px -2px 0px whitesmoke;
    /* background-repeat: repeat; 
    background-position: 50% 50%;
    background-clip: text; */
    opacity: 0.99;
}

.role-information-reminderText {
    font-size: 1.5rem;
    text-align: center;
    box-shadow: 0px 5px 25px 5px black;
    background-color: #A0896680;
    /* text-shadow: none; */
    color: white;
    padding: 5px;
    width: 100%;

}

#role-information-additional, #riTimerBox {
    font-size: 1rem;
    text-align: center;
    box-shadow: 0px 5px 25px 5px black;
    background-color: #A0896680;
    padding: 5px;
    width: 100%;
}
#riTimerBox{
    font-size: 0.8rem;
    text-align: center;
    box-shadow: 0px 5px 25px 5px black;
    background-color: #00000040;
    padding: 5px;
}
.riTimerText{
    font-size: 2rem;
    font-weight: bold;
}
