/* AMX Core Frontend Styles */
.amx-dashboard {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
}

.amx-dashboard h2 {
    color: #333;
}

/* Motors Listings Styles */
#wcfm-motors th,
#wcfm-motors td {
    text-align: center;
}

.listing-status {
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.listing-status-publish {
    background: #5cb85c;
    color: #fff;
}

.listing-status-draft {
    background: #f0ad4e;
    color: #fff;
}

.listing-status-pending {
    background: #d9534f;
    color: #fff;
}