/* WC Delivery Tracker - Frontend Styles */

/* Delivery Status Badge */
.wcdt-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    line-height: 1.4;
    vertical-align: middle;
}

/* Customer order detail */
.wcdt-customer-delivery-status {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #2196F3;
}

.wcdt-customer-delivery-status strong {
    margin-right: 8px;
}

/* My Account orders table - delivery column */
.woocommerce-orders-table .woocommerce-orders-table__cell-delivery_status {
    text-align: center;
}
