.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 9999;
}

.cookie-bar__text {
  font-size: 14px;
  line-height: 1.4;
}

.cookie-bar__actions {
  display: flex;
  gap: 8px;
}

.cookie-blocked {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}
