.st-history-stats {
    margin: 25px 0;
}

.st-history-filter {
    margin: 20px 0;
}

.st-history-filter-select {
    max-width: 320px;
}

.st-history-col-compare {
    width: 70px;
}

.st-history-checkbox {
    transform: scale(1.2);
}

.st-history-thumb {
    width: 120px;
    max-width: 120px;
    height: auto;
    display: block;
    cursor: pointer;
}

.st-inline-form {
    margin: 0;
}

.st-history-pagination {
    justify-content: flex-start;
    margin-top: 20px;
}

.st-static-badge {
    cursor: default;
}

.st-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.st-action-stack .st-btn {
    white-space: nowrap;
}

.st-inline-form {
    margin: 0;
    display: inline-block;
}

.st-inline-form .st-btn {
    white-space: nowrap;
}

.st-table td {
    vertical-align: middle;
}

.st-table th,
.st-table td {
    padding: 12px 10px;
}

@media (max-width: 768px) {
    .st-action-stack {
        flex-direction: column;
        align-items: stretch;
    }

    .st-action-stack .st-btn,
    .st-inline-form .st-btn {
        width: 100%;
        text-align: center;
    }
}