/*! DBC V7.31.8-R23 | Food & beverage packaging heading-marker removal */

/*
 * The global legacy layer adds a pulsing blue disc before every main H2.
 * On this application page the marker competes with the engineering titles,
 * so the page-specific layer removes the decoration and its reserved gap.
 */
html body[data-v7318-packaging-page="packaging-food-beverage"] main h2.bp7140-section-title::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  animation: none !important;
  box-shadow: none !important;
}
