.strip-gps-batch-controls {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.strip-gps-batch-controls .tool-controls-note,
.strip-gps-batch-controls[data-tool-ready="false"] .tool-controls-note {
    color: var(--light-text);
}

.strip-gps-batch-controls .rotate-action-bar {
    align-items: center;
}

.strip-gps-batch-controls .queue-note {
    color: var(--light-text);
    font-size: 0.88rem;
}

.strip-gps-batch-controls .file-row {
    cursor: default;
}

.strip-gps-batch-controls .file-submeta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.strip-gps-batch-controls .status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: var(--primary-10);
    border: 1px solid var(--primary-20);
    color: var(--primary-color);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.strip-gps-batch-controls .file-dl-btn {
    border-radius: 8px !important;
}

.strip-gps-batch-controls .alert {
    margin: 0;
}

@media (max-width: 768px) {
    .strip-gps-batch-controls .file-list-header,
    .strip-gps-batch-controls .file-list-footer,
    .strip-gps-batch-controls .rotate-action-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .strip-gps-batch-controls .queue-note {
        display: block;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .strip-gps-batch-controls .download-actions,
    .strip-gps-batch-controls .file-list-actions {
        width: 100%;
    }

    .strip-gps-batch-controls .download-actions .btn,
    .strip-gps-batch-controls .rotate-action-btn {
        width: 100%;
        justify-content: center;
    }
}