.spdxc-trophy-results {
    width: 100%;
    margin: 1.25rem 0;
}

.spdxc-trophy-toolbar {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0 0 1rem;
    flex-wrap: wrap;
}

.spdxc-trophy-toolbar label {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-weight: 600;
}

.spdxc-trophy-search {
    min-width: 13rem;
    padding: .55rem .7rem;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    background: #fff;
    color: inherit;
    font: inherit;
    text-transform: uppercase;
}


.spdxc-trophy-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.spdxc-trophy-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-size: .96em;
}

.spdxc-trophy-table th,
.spdxc-trophy-table td {
    padding: .72rem .62rem;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.spdxc-trophy-table th:first-child,
.spdxc-trophy-table td:first-child {
    text-align: left;
}

.spdxc-trophy-table thead th {
    border-top: 1px solid #d9d9d9;
    border-bottom: 2px solid #b9c9d8;
    background: #f4f8fc;
    color: #2f6fa8;
    font-weight: 700;
}

.spdxc-trophy-table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, .025);
}

.spdxc-trophy-table tbody tr:hover {
    background: rgba(0, 0, 0, .055);
}

.spdxc-sort-button {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.spdxc-sort-button:hover,
.spdxc-sort-button:focus-visible {
    text-decoration: underline;
}

.spdxc-sort-indicator {
    display: inline-block;
    width: .8em;
    margin-left: .18em;
}

.spdxc-sortable[data-direction="asc"] .spdxc-sort-indicator::after {
    content: "▲";
    font-size: .72em;
}

.spdxc-sortable[data-direction="desc"] .spdxc-sort-indicator::after {
    content: "▼";
    font-size: .72em;
}

.spdxc-trophy-download {
    display: inline-block;
    padding: .46rem .7rem;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    border: 1px solid currentColor;
}

.spdxc-trophy-download:hover,
.spdxc-trophy-download:focus-visible {
    text-decoration: underline;
}

.spdxc-empty {
    opacity: .45;
}

.spdxc-trophy-message {
    padding: .8rem 1rem;
    border: 1px solid #d0d0d0;
}

.spdxc-trophy-error {
    border-color: #b32d2e;
}

@media (max-width: 700px) {
    .spdxc-trophy-toolbar {
        align-items: stretch;
    }

    .spdxc-trophy-toolbar label {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: .35rem;
    }

    .spdxc-trophy-search {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
}
