.pdc-listing-range,
.pdc-product-range,
.pdc-cart-notice {
  background: #fff8e6;
  border: 1px solid #f0c36d;
  color: #4b3a12;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
  padding: 8px 10px;
}

.pdc-product-short {
  background: #fff8e6;
  border: 1px solid #f0c36d;
  clear: both;
  color: #4b3a12;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  margin: 4px 0 12px;
  padding: 5px 8px;
  width: fit-content;
}

.pdc-product-short-marker {
  display: none;
}

.pdc-product-range {
  font-size: 14px;
}

.pdc-product-range p,
.pdc-cart-notice p {
  margin: 0 0 6px;
}

.pdc-product-range p:last-child,
.pdc-cart-notice p:last-child {
  margin-bottom: 0;
}

#product .alert-warning,
#product .product-additional-info .alert-warning,
#product .product-information .alert-warning,
#product .product-actions .alert-warning,
.product-compliance-notice--adult {
  background: #fff8e6;
  border: 1px solid #f0c36d;
  border-left: 3px solid #c46a00;
  color: #4b3a12;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
}

.product-compliance-notice--adult .product-compliance-notice__badge {
  background: #b45f06;
}

.pdc-policy-link {
  display: inline-block;
  font-weight: 700;
  margin-left: 4px;
}

.pdc-listing-range {
  font-size: 12px;
  padding: 5px 7px;
}

.pdc-cart-notices {
  margin: 12px 0;
}

.pdc-cart-notice + .pdc-cart-notice {
  margin-top: 8px;
}

.pdc-admin-range {
  clear: both;
  max-width: 100%;
  margin: 12px 0 0;
  width: 100%;
}

.pdc-admin-range__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

.pdc-admin-range__field {
  flex: 0 0 230px;
  max-width: 320px;
  min-width: 230px;
}
