.stoke-mfc-notice {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.stoke-mfc-list {
  margin: 16px 0;
}

.stoke-mfc-item {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.stoke-mfc-item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.stoke-mfc-unit-price {
  font-size: 0.8em;
  opacity: 0.6;
}

.stoke-mfc-line-total {
  font-weight: 600;
  min-width: 5ch;
  text-align: right;
}

.stoke-mfc-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.stoke-mfc-qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  /* max-width: 100px; */
}

.stoke-mfc-qty-btn {
  background: #f0f0f0;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}

.stoke-mfc-qty-btn:hover {
  background: #e0e0e0;
}

.stoke-mfc-item-qty {
  padding: 0;
  width: 6ch !important;
  text-align: center;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  height: 28px;
  background: #fff;
  border-radius: 0;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 0 !important;
}

.stoke-mfc-item-qty::-webkit-outer-spin-button,
.stoke-mfc-item-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stoke-mfc-remove {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BFC19F;
  transition: color 0.2s ease;
}

.stoke-mfc-remove:hover {
  color: #EE3224;
}

.stoke-mfc-remove svg {
  width: 24px;
  height: 24px;
  display: block;
}

.stoke-mfc-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 4px;
  font-weight: 600;
}

.stoke-mfc-subtotal-label {
  opacity: 0.7;
}
