

main section,
main section + section,
main > div,
main > div + div {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
}

/* Deutsch GO custom sections */
#dg-bundles-stack,
#deutschgoCollectionsDuo,
#deutschgoHero {
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* remove accidental pseudo separator */
#dg-bundles-stack::before,
#dg-bundles-stack::after,
#deutschgoCollectionsDuo::before,
#deutschgoCollectionsDuo::after {
  border: 0 !important;
}

/* prevent a 1–2px body/background gap */
#dg-bundles-stack {
  margin-top: -1px !important;
}
body div:has(> #dg-bundles-stack) {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

body div:has(+ div #dg-bundles-stack) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}