/*
 * OpenCart Export plugin for GLPI — styles.
 * Copyright (C) 2026 ReTech / UASK. GPL-3.0-or-later.
 */

.plugin-opencart-stores {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.plugin-opencart-card {
    flex: 1 1 380px;
    min-width: 320px;
}

.plugin-opencart-card .card-header .badge {
    font-weight: 600;
}

.plugin-opencart-card dl.row {
    margin-bottom: 0.25rem;
}

.plugin-opencart-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.plugin-opencart-spinner .ti-loader {
    animation: plugin-opencart-spin 0.9s linear infinite;
    display: inline-block;
}

@keyframes plugin-opencart-spin {
    to { transform: rotate(360deg); }
}

.plugin-opencart-note {
    white-space: pre-wrap;
}

.plugin-opencart-test-result {
    display: inline-block;
    min-height: 1em;
}
