.top1000-archive-content { padding: 0 18px 18px; }
.top1000-archive-content label { display: block; font: 14px Arial, sans-serif; margin: 4px 0 8px; }
.top1000-archive-search { width: 100%; max-width: 440px; padding: 11px 12px; border: 1px solid #ccc; border-radius: 6px; font: inherit; background: white; color: #373737; }
.historical-year summary small { font: 13px Arial, sans-serif; color: var(--btv-muted); margin-left: 8px; white-space: nowrap; }
.top1000-archive-status, .top1000-history-note { font: 13px/1.5 Arial, sans-serif; color: var(--btv-muted); }
.top1000-archive-more { padding: 10px 16px; margin-top: 12px; background: #373737; color: white; border: 0; border-radius: 6px; cursor: pointer; }
.top1000-archive-rows .historical-row { grid-template-columns: 62px minmax(0, 1fr) 65px; }
.top1000-archive-rows button { text-align: left; font: inherit; font-weight: bold; white-space: normal; }
.top1000-archive-rows .top1000-rank-missing { font: 11px Arial, sans-serif; }
.top1000-current-season a { color: #fff; text-decoration-color: #ce0205; text-underline-offset: 4px; }
.top1000-player-history { margin: 22px 0 14px; padding: 18px 0 0; border-top: 1px solid var(--btv-line); }
.top1000-player-history h3 { margin: 0; font-size: 22px; }
.top1000-history-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none; }
.top1000-history-details > summary::-webkit-details-marker { display: none; }
.top1000-history-details > summary::after { content: "+"; font: 22px Arial, sans-serif; }
.top1000-history-details[open] > summary::after { content: "−"; }
.top1000-history-details > summary:focus-visible { outline: 2px solid #ce0205; outline-offset: 4px; }
.top1000-history-content { padding-top: 10px; }
.top1000-history-season { display: grid; grid-template-columns: minmax(110px, 1fr) minmax(80px, 1.1fr) auto; gap: 8px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid var(--btv-line); font: 14px Arial, sans-serif; }
.top1000-history-season strong { font-size: 15px; }
.top1000-history-season.is-current { color: #fff; border-left: 3px solid #ce0205; padding-left: 9px; background: rgba(206, 2, 5, .09); }
.top1000-history-season small { display: block; font-size: 11px; }
.top1000-history-reperes { display: grid; gap: 9px; margin: 16px 0 0; font-family: Arial, sans-serif; }
.top1000-history-reperes div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 14px; }
.top1000-history-reperes dt { color: var(--btv-muted); font-size: 13px; }
.top1000-history-reperes dd { margin: 0; font-weight: bold; font-size: 14px; }
.top1000-history-not-ranked { font: 16px Arial, sans-serif; color: var(--btv-muted); }
@media(max-width: 480px) {
  .top1000-archive-content { padding: 0 10px 14px; }
  .top1000-archive-rows .historical-row { gap: 7px; grid-template-columns: 42px minmax(0, 1fr) 49px; font-size: 13px; }
  .top1000-history-season { grid-template-columns: 94px minmax(0, 1fr) 45px; gap: 6px; font-size: 13px; }
}
.top1000-seasons-summary { display: flex; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.top1000-seasons-summary::-webkit-details-marker { display: none; }
.top1000-seasons-summary .section-head { flex: 1; min-width: 0; margin-bottom: 0; }
.top1000-seasons-toggle { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 6px; background: #ce0205; color: #fff; font: bold 36px/1 Arial, sans-serif; }
.top1000-seasons-toggle::before { content: "+"; }
.top1000-seasons-details[open] > summary .top1000-seasons-toggle::before { content: "−"; }
.top1000-seasons-details[open] > summary { margin-bottom: 16px; }
.top1000-seasons-summary:focus-visible { outline: 2px solid #ce0205; outline-offset: 5px; }
