/* ============================================================
   Shared: Cookie Notice Panel Styles
   Used on all pages for the bottom cookie consent banner.
   ============================================================ */
#pnl-cookie-notice {
  position: fixed;
  bottom: 0;
  background-color: #FAFCFF;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 20px;
  font-size: 13px;
  z-index: 1100;
}

#btn-close-cookie-notice {
  float: right;
  color: #1F5951;
  font-size: 30px;
  cursor: pointer;
}
