/* 
 * Caution: "global styles" get injected into every component and can cause file size bloat.
 * These should only include SASS variables and mixins that are not written out to CSS directly
 */
cbp-footer {
  display: block;
}
cbp-footer .cbp-footer-nav,
cbp-footer .cbp-footer-content {
  padding-inline: var(--cbp-responsive-spacing-outer);
}
cbp-footer .cbp-footer-nav {
  --cbp-button-height: var(--cbp-space-11x);
  --cbp-button-border-radius: 0;
  background-color: var(--cbp-color-gray-cool-60);
}
cbp-footer .cbp-footer-nav cbp-button {
  width: 100%;
  --cbp-button-width: 100%;
  --cbp-button-padding: var(--cbp-space-2x) var(--cbp-space-3x);
}
cbp-footer .cbp-footer-nav cbp-button * {
  justify-content: flex-start;
}
cbp-footer .cbp-footer-content {
  color: var(--cbp-color-text-lighter);
  background-color: var(--cbp-color-gray-cool-70);
  font-size: var(--cbp-font-size-body);
  font-weight: var(--cbp-font-weight-regular);
  line-height: var(--cbp-line-height-xs);
  padding-block: var(--cbp-space-5x);
}