<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#iandu-fixed-edit-preferences{
    position: fixed;
    bottom:0;
    right: 2rem;
}
#iandu-close-banner{
    
}
#iandu-close-banner::after, #iandu-close-banner::before {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#iandu-close-banner::after {
  transform: rotate(-45deg);
}
#iandu-close-banner {
  padding: 0;
  width: 1.7em !important;
  height: 1.7em !important;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
}
#iandu-close-banner button + button, #iandu-close-banner, #iandu-close-banner button + button {
  float: right;
  margin-left: 1em;
}</pre></body></html>