.jung-delivery-pricing-notice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #000;
  border-radius: 0;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.jung-delivery-pricing-notice .jung-delivery-pricing-notice__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.jung-delivery-pricing-notice--compact {
  margin: 0 0 16px;
  padding: 12px;
  font-size: 12px;
}

.jung-delivery-pricing-review td {
  padding: 12px !important;
  background: #f5f5f5;
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left !important;
}

.widget_shopping_cart .jung-delivery-pricing-notice {
  margin: 12px 0;
  font-size: 13px;
}
