/* Banner hidden by default; .tor-gdpr-visible will show it */
#tor-gdpr-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
  display: flex; /*  default */
}

/* Visible when JS adds the class */
#tor-gdpr-banner.tor-gdpr-visible {
  display: flex !important;
}

#tor-gdpr-banner p {
  margin: 0;
  font-size: 0.9rem;
}

#tor-gdpr-banner .tor-btn {
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  background: #38B98E;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

#tor-gdpr-banner .tor-btn:hover {
  background: #38B98E;
}
