#govgr-cookie-bar{
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  padding: 16px;
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -6px 16px rgba(0,0,0,.2);
  z-index: 9999999;
}
#govgr-cookie-bar p{ margin: 0 0 8px; }
#govgr-cookie-bar p.hlike{ font-weight: 700; font-size: 16px; }
#govgr-cookie-bar .consent-containers{ display:flex; justify-content: space-between; align-items:center; gap:10px; }
#govgr-cookie-bar .consent-btns a{
  display:inline-block; margin-left:8px; padding:8px 12px; text-decoration:none; border-radius:8px; background:#fff; color:#111;
}
#govgr-cookie-bar .consent-btns .cb-disable{ background:#333; color:#fff; }
#govgr-cookie-bar .consent-btns .cb-settings{ background:#eee; }
#govgr-cookie-bar .consent-btns .cb-enable{ background:#4caf50; color:#fff; }
#govgr-cookie-bar .form-consent-settings-container{
  background:#1b1b1b; padding:10px; border-radius:10px; margin:8px 0;
}
#govgr-cookie-bar .form-consent-check{ margin:8px 0; }
#govgr-cookie-bar .form-check-input{ margin-right:8px; }
@media (max-width:768px){
  #govgr-cookie-bar{ font-size:13px; }
  #govgr-cookie-bar .consent-containers{ flex-direction:column; align-items:flex-start; }
  #govgr-cookie-bar .consent-btns a{ margin:6px 6px 0 0; }
}
