/* Start custom CSS for html, class: .elementor-element-67a3f88 */#ce-cookie-banner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;

  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);

  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

#ce-cookie-banner .ce-cookie-text{
  font-size: 14px;
  line-height: 1.35;
}

#ce-cookie-banner .ce-cookie-btn{
  background: #229ED9;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
}/* End custom CSS */