/**
 * ProCargo Simplified Shipments List — Override Styles
 * Base styles inherited from shipments-list.css (loaded as dependency)
 * This file only contains simplified-specific overrides if needed
 * 
 * @package ProCargo
 * @since 2.3.0
 */

/* 
 * All visual styling is inherited from shipments-list.css via
 * procargo-shipments-wrapper, procargo-shipments-header, procargo-table-wrapper, etc.
 * 
 * This file exists as a placeholder for any future simplified-specific overrides.
 */

/* Danger dropdown item (delete action — not in regular shipments) */
.procargo-dropdown-item-danger {
    color: #c53030 !important;
}

.procargo-dropdown-item-danger:hover {
    background-color: #fff5f5 !important;
    color: #9b2c2c !important;
}

.procargo-dropdown-item-danger svg {
    color: #c53030;
}
