.player-hero {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
}

.player-hero .object-picture {
    flex-shrink: 0;
}

.player-hero .object-picture img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 9px;
    border: 2px solid rgba(90, 180, 255, 0.7);
}

.player-hero .object-summary {
    min-width: 260px;
    text-align: left;
}

.player-handle-name {
    margin: 0 0 6px;
    font-size: 1.25em;
    font-weight: 600;
    color: #e5f4ff;
}

.player-handle-established {
    margin: 0;
    font-weight: 600;
    color: #7fd3ff;
}

.player-handle-description {
    margin: 8px 0 0;
    font-style: italic;
}

.players-history {
    margin-top: 10px;
}

.players-history-bucket {
    margin-bottom: 30px;
}

.players-history-bucket-label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #90caf9;
    margin: 28px 0 14px;
    text-align: center;
}
