<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.guides {
    display: none;
}
.library {
    display: none !important;
}

/* birdeye */
.text-gold {
    color: #FFD700 !important;
  }
  .reviews{
	  background-color: #2B7AB0;
	  color: white;
  }
  .reviews .progress-bar {
    background-color: #16284C;
  }
  .reviews .text-blue{
    color: white!important;
  }
  .reviews .text-muted{
    color: white!important;
  }
  .reviews a{
    color: #16284C;
  }
  .reviews .btn{
    color: white;
  }
  #birdeye .table th {
    color: white;
  }
</pre></body></html>