/*
Theme Name: Spiel Child
Theme URI: https://wordpress.com/theme/spiel
Template: spiel
Author: Automattic
Author URI: https://automattic.com/
Description: Spiel is a game magazine theme. The rich and dense old-school homepage layout could still work well for pro-bloggers.
Tags: blog,news,grid-layout,two-columns,right-sidebar,block-styles,featured-images,full-site-editing,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-patterns
Version: 1.0.8.1750559753
Updated: 2025-06-22 02:35:53

*/

.ufl-player-profile table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    display: block;
}
.ufl-player-profile th, .ufl-player-profile td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.ufl-player-profile th {
    background-color: #f2f2f2;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    min-width: 30px;
}
.ufl-player-profile .screen-stat {
    background-color: #e6f3ff;
}
@media (max-width: 600px) {
    .ufl-player-profile table {
        font-size: 14px;
    }
    .ufl-player-profile th {
        min-width: 20px;
    }
}