/*
 * DSK B12 markup compatibility owner v1.
 * Scope: PL rendered pages only. This shadows builder-era structural classes
 * that remain in HTML for compatibility, without changing copy, links,
 * forms, consent, tracking, sticky runtime, SEO head or schema.
 */

html[lang="pl"] body#sb-body-data-attr main#main-content :is(.sb-section, .sb-row, .sb-column, .sb-column-content, .sb-item-view-wrapper, .sb-item-view, [class*="sb-component-"], [class*="option-"]) {
  box-sizing: border-box;
  min-width: 0;
}

html[lang="pl"] body#sb-body-data-attr main#main-content :is(.sb-section, .sb-row, .sb-column, .sb-column-content, .sb-item-view-wrapper, .sb-item-view) {
  transform-origin: center center;
}

html[lang="pl"] body#sb-body-data-attr main#main-content .sb-row {
  max-width: 100%;
}

html[lang="pl"] body#sb-body-data-attr main#main-content :is(.sb-column, .sb-column-content) {
  overflow-wrap: anywhere;
}
