/* China product notification */
.cart-chinese-product-notification {
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cart-chinese-product-notification p {
  margin: 0;
} 