/* 通用表格样式 */
.el-table-full-width {
  width: 100%;
  margin-top: 20px;
}

/* 图标样式 */
.cursor-move {
  cursor: move;
}

.cursor-pointer {
  cursor: pointer;
}

/* 图片样式 */
.table-thumbnail {
  height: 40px;
  cursor: pointer;
}

/* 提示样式 */
.table-tip {
  margin-top: 10px;
  color: #909399;
}

/* 搜索栏样式 */
.search-bar {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f7fa;
  border-radius: 4px;
}

/* 分页容器样式 */
.pagination-container {
  margin-top: 20px;
  text-align: right;
}

/* 按钮样式 */
.full-width-button {
  width: 100%;
}

/* 输入框样式 */
.medium-width-input {
  width: 180px;
}

/* 文本样式 */
.text-highlight {
  color: #ff4949;
  font-weight: bold;
}

.text-muted {
  color: #909399;
}

.text-muted-left-margin {
  margin-left: 10px;
  color: #909399;
}

/* 折扣文本样式 */
.discount-text {
  text-decoration: line-through;
  color: #909399;
}

.discount-highlight {
  color: #ff9800;
}

.discount-reason {
  color: #909399;
  font-style: italic;
  font-size: 12px;
}

/* 操作按钮容器 */
.action-buttons {
  text-align: right;
  margin-top: 20px;
}

/* 订单商品操作区域 */
.order-items-header {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 订单操作区域 */
.order-actions {
  margin-top: 20px;
  border-top: 1px solid #ebeef5;
  padding-top: 20px;
}

/* 商品筛选区域 */
.filter-section {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* 标签样式 */
.tag-display {
  float: left;
}

.tag-color-display {
  float: right;
  color: #8492a6;
  font-size: 13px;
}

/* 边距工具类 */
.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.no-margin {
  margin: 0;
}

/* 宽度工具类 */
.width-100 {
  width: 100%;
}

/* 文本对齐工具类 */
.text-right {
  text-align: right;
}

/* 包裹相关样式 */
.package-list {
  margin-bottom: 20px;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  padding: 15px;
  background-color: #f9f9f9;
}

.package-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.package-list-header h3 {
  margin: 0;
  font-size: 16px;
}

.package-item {
  background-color: #fff;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}

.package-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEEF5;
  padding-bottom: 10px;
}

.package-header h4 {
  margin: 0;
  font-size: 14px;
}

/* 图片预览样式 */
.preview-image {
  max-width: 100%;
  max-height: 200px;
}

.tag-color {
  color: white;
}

/* 商品数量显示 */
.quantity-display {
  display: flex;
  align-items: center;
}

.edit-button-margin {
  margin-left: 10px;
}

/* 颜色选择器标签 */
.color-picker-label {
  margin-left: 10px;
}

/* 系统版本标签修复 */
.system-version-label {
  display: block;
}