body.darkmode {
  --background-color: #222;
  --text-color: #fff;
  --author-link-color: #1fedff;
  --control-outline-color: #fff;
  --ad-section-bg: clear;
}
body.darkmode .promo-container .header-background {
  display: none;
}
body.darkmode .br-cta {
  background: #1fedff;
  color: #000;
}
body.darkmode .br-cta:hover {
  color: inherit;
  background: #62f2ff;
}
body.darkmode .post-type-podcast .post-details > a:before {
  filter: brightness(0) invert(1);
}
body.darkmode .darkmode-toggle button:after {
  content: "Switch on Light Mode";
  background: #dedede;
  color: #000;
}
body.darkmode .darkmode-toggle img.sun {
  display: block;
}
body.darkmode .darkmode-toggle img.moon {
  display: none;
}
