.rules-container[data-v-7f5c22e0] {
  max-height: 65vh;
  overflow-y: auto;
}
.sub-table[data-v-7f5c22e0] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0 0 0 48px;
}
.sub-table th[data-v-7f5c22e0],
.sub-table td[data-v-7f5c22e0] {
  padding: 4px 8px;
  border: 1px solid #f0f0f0;
}
.sub-table th[data-v-7f5c22e0] {
  background: #fafafa;
  color: #666;
  font-weight: 500;
}
.item-list[data-v-7f5c22e0] {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 8px;
}
.item-row[data-v-7f5c22e0] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-bottom: 1px solid #f5f5f5;
}
.item-row[data-v-7f5c22e0]:last-child {
  border-bottom: none;
}
.item-index[data-v-7f5c22e0] {
  width: 24px;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.item-sep[data-v-7f5c22e0] {
  color: #999;
}
.item-unit[data-v-7f5c22e0] {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.item-delete[data-v-7f5c22e0] {
  color: #ccc;
  cursor: pointer;
  margin-left: 4px;
}
.item-delete[data-v-7f5c22e0]:hover {
  color: #ff4d4f;
}
.surcharge-section[data-v-7f5c22e0] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.surcharge-edit-list[data-v-7f5c22e0] {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 8px;
}
.surcharge-edit-row[data-v-7f5c22e0] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-bottom: 1px solid #f5f5f5;
}
.surcharge-edit-row[data-v-7f5c22e0]:last-child {
  border-bottom: none;
}
