.shipping-zone-badge {
 /* display: inline-block; */
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}

.shipping-zone-badge i {
  margin-right: 8px;
  font-size: 16px;
}

.shipping-zone-gb {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

.shipping-zone-gb i {
  color: #d39e00;
}

.shipping-zone-eu {
  background-color: #d1ecf1;
  border-color: #17a2b8;
  color: #0c5460;
}

.shipping-zone-eu i {
  color: #117a8b;
}

.shipping-zone-worldwide {
  background-color: #d4edda;
  border-color: #28a745;
  color: #155724;
}

.shipping-zone-worldwide i {
  color: #1e7e34;
}

.cart-restriction-warning {
  background-color: #f8d7da;
  border: 2px solid #f5c6cb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  color: #721c24;
}

.cart-restriction-warning h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #721c24;
}

.cart-restriction-warning .restricted-product {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.cart-restriction-warning .restricted-product strong {
  color: #721c24;
}

.cart-row-restricted {
  background-color: #f8d7da !important;
  border: 2px solid #f5c6cb !important;
}

.btn-remove-restricted {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.btn-remove-restricted:hover {
  background-color: #c82333;
}

#checkout-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .shipping-zone-badge {
    display: block;
    text-align: center;
  }
}
