/* Load after bxm-home-proof-portfolio-2026.css and the shared theme styles.
   Light mode keeps the existing artwork; dark mode uses dedicated cutouts. */
#bxm-nagrody.bxm-awards .bxm-awards__image--dark,
#bxm-nagrody.bxm-awards .bxm-awards__certificate-media--dark {
  display: none;
}

html[data-bxm-theme="dark"] #bxm-nagrody.bxm-awards {
  background: #101316;
  color: #f0f4f6;
}

html[data-bxm-theme="dark"] #bxm-nagrody #bxm-awards-title,
html[data-bxm-theme="dark"] #bxm-nagrody #bxm-certificates-title,
html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__details h3 {
  color: #f0f4f6;
}

html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__heading > p,
html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__details > p,
html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__certificate-copy > p {
  color: #b4bdc6;
}

html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__details > .bxm-awards__year {
  color: #8cabbf;
}

html[data-bxm-theme="dark"] #bxm-nagrody .bxm-awards__certificates {
  border-top-color: #303940;
}

html[data-bxm-theme="dark"] #bxm-nagrody.bxm-awards .bxm-awards__image--light,
html[data-bxm-theme="dark"] #bxm-nagrody.bxm-awards .bxm-awards__certificate-media--light {
  display: none;
}

html[data-bxm-theme="dark"] #bxm-nagrody.bxm-awards .bxm-awards__image--dark,
html[data-bxm-theme="dark"] #bxm-nagrody.bxm-awards .bxm-awards__certificate-media--dark {
  display: block;
}
