/* Banner */
#webbyy-consent-banner {
  position:fixed;
  bottom:20px;
  left:20px;
  right:20px;
  background:#f9f9f9;
  border:1px solid #ccc;
  padding:20px;
  border-radius:8px;
  text-align:center;
  z-index:9999;
  box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

#webbyy-consent-banner button {
  margin:10px;
  padding:8px 14px;
  border:none;
  border-radius:5px;
  background:#333;
  color:#fff;
  cursor:pointer;
}
#webbyy-consent-banner button:hover { background:#000; }

/* Footer-Icon */
#webbyy-consent-icon {
  position:fixed;
  bottom:10px;
  right:10px;
  background:#333;
  color:#fff;
  padding:8px 12px;
  border-radius:5px;
  cursor:pointer;
  font-size:14px;
  z-index:10000;
}
#webbyy-consent-icon:hover { background:#000; }
