.srr-wrapper {
    max-width: 1000px;
    margin: 0 auto 2rem auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.srr-title {
    margin-bottom: 1rem;
}

.srr-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.srr-filter {
    flex: 1 1 200px;
}

.srr-filter label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.srr-filter-input {
    width: 100%;
    padding: 0.4rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}

.srr-table-wrapper {
    overflow-x: auto;
}

.srr-results-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.srr-results-table th,
.srr-results-table td {
    border: 1px solid #ddd;
    padding: 0.5rem 0.6rem;
    text-align: left;
}

.srr-results-table thead {
    background: #f5f5f5;
}

.srr-results-table tbody tr:nth-child(odd) {
    background: #fafafa;
}

.srr-results-table th.srr-sort-asc::after {
    content: " ▲";
    font-size: 0.7rem;
}

.srr-results-table th.srr-sort-desc::after {
    content: " ▼";
    font-size: 0.7rem;
}

.srr-athlete-link {
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 0.2rem;
}

.srr-footnote {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #666;
}

.srr-athlete-profile {
    margin-top: 2rem;
}
