/* Shared leaderboard structural styles extracted from inline templates */
.lb-details-box {padding:0 10px;overflow:hidden;max-height:0;transition:max-height .35s ease,padding .25s ease;}
.lb-details-box.open {max-height:350px;padding:10px;}
.lb-teams-container {cursor:pointer;border: 1px solid #433831;margin-bottom:20px;transition:.2s;background:rgba(0,0,0,0.05);} 
.lb-teams-container:hover {border-color:#574b43bd;background:#574b4320;}
.lb-map-label {font-size:12px;color:#c7b8a8;margin:8px 4px 4px;text-align: left;}
.lb-map-label .map-name {color:#fff;font-weight:600;}
.lb-map-label .duration {color:#9fc36a;font-weight:600;}
.lb-mvp {color:#ffdd55;margin-left:10px;font-weight:600;}
.lb-graph-canvas {height:120px;margin:10px 0;}
.lb-hidden {display:none;}
.lb-graphs {display:none;padding:5px 10px;background: #29241e;border:1px dashed #3d3732;margin:10px 5px;}
.lb-graphs.open {display:block;}
/* Table refinements */
.leaderboards .table-header .column, .leaderboards .table-row .column {white-space:nowrap;}
/* Utility */
.lb-flex {display:flex;align-items:center;}
/* Graph toolbar */
.lb-graph-toolbar {display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px;}
.lb-graph-toolbar button {background:#3d322b;color:#d8cec4;border:1px solid #574b43;padding:3px 8px;cursor:pointer;font-size:12px;line-height:1.3;border-radius:3px;transition:.15s;}
.lb-graph-toolbar button:hover {background:#52453d;color:#fff;}
.lb-graph-toolbar button.active {background:#6a564b;color:#fff;border-color:#a98b74;}
