/* All Loader List Plugin Styles */

.all-loader-wrapper {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.all-loader-category-block {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border: 1px solid #eee;
}

.all-loader-category-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    background: linear-gradient(90deg, transparent, #f0f0f0, transparent);
    padding: 10px 0;
    border-radius: 4px;
}

.all-loader-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.all-loader-table {
    width: 100%;
    min-width: 600px; /* Forces horizontal scroll on mobile */
    border-collapse: collapse;
    margin-bottom: 0;
}

.all-loader-table th {
    background-color: #f8f9fa;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 15px;
	vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

.all-loader-table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    color: #444;
}

.all-loader-table tbody tr:hover {
    background-color: #fafafa;
}

/* Columns */
.col-rank {
    width: 50px;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.col-name {
    min-width: 200px;
}

.loader-name-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.loader-logo,
.loader-logo-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.loader-logo-placeholder {
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-name-inner strong {
    display: block;
    font-size: 16px;
    color: #222;
}

.loader-tag {
    display: inline-block;
    font-size: 11px;
    background: #e0f7fa;
    color: #00838f;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
    font-weight: 600;
}

/* Status */
.loader-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-working {
    background: #e8f5e9;
    color: #2e7d32;
}

.status-updating {
    background: #ffebee;
    color: #c62828;
}

.status-offline {
    background: #f5f5f5;
    color: #616161;
}

/* Actions */
.loader-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s, opacity 0.2s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.btn-download {
    background: #1976d2;
    color: #fff !important;
}

.btn-video {
    background: #e53935;
    color: #fff !important;
}
td.col-licensed-product p {
    background: #DB221A;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}
.all-loader-category-title {
    font-size: 24px !important;
}