#rurallap-cookie-consent-banner {
  background: #32788f;
  color: white;
  font-size: 16px;
  left: 0;
  padding: 16px;
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 15;
}
#rurallap-cookie-consent-banner > a {
  color: inherit;
  text-decoration: underline;
}
#rurallap-cookie-consent-banner > button {
  border: 0;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 30px;
}
.admin-menu #rurallap-cookie-consent-banner {
  top: 29px;
}