#devsigncookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1em;
  border-top: 2px solid #000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}
#devsigncookie-banner button {
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}
