/* Ruby furigana styling */
.ruby rt { 
    font-size: 0.7em; 
}

/* Make sure ruby text stays small even in large headings */
ruby rt {
    font-size: 0.75rem !important;
    font-weight: normal !important;
}

/* Fix layout shifts from changing stat values */
.stat-value {
    min-width: 4rem;
    display: inline-block;
    text-align: center;
}




