:root {
  --cc-btn-primary-bg: #000;
  --cc-btn-primary-hover-bg: black;
}
#c-ttl {
  color: var(--cc-btn-primary-bg);
}
.c_darkmode {
  --cc-btn-primary-bg: #000;
  --cc-btn-primary-hover-bg: #262626;
}
.footer-copyright.text-align-left {
  text-align: left;
}
.footer-copyright.text-align-right {
  text-align: right;
}
.footer-copyright.text-align-center {
  text-align: center;
}
.footer-copyright .inline {
  display: inline-block;
}
.footer-copyright .indiv-orange {
  color: #F0892E;
  font-weight: bold;
}
.footer-copyright .indiv-link, .footer-copyright a.indiv-link, .footer-copyright a.indiv-link:hover, .footer-copyright a.indiv-link:focus {
  text-decoration: underline;
  color: #fff;
}
body.block-editor-page .footer-copyright a {
  pointer-events: none;
}
body.block-editor-page .footer-copyright *, body.block-editor-page .footer-copyright ::after, body.block-editor-page .footer-copyright ::before {
  box-sizing: border-box;
}
/*# sourceMappingURL=/wp-content/themes/laserace/assets/css/footer-copyright.map */