.bb-cookie-banner {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #111;
  color: #eee;
  font-family: 'Segoe UI', sans-serif;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
  transition: bottom 0.5s ease;
}

.bb-cookie-banner.visible {
  bottom: 0;
}

.bb-cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 24px;
}

.bb-cookie-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 250px;
}

.bb-cookie-link {
  color: #ccc;
  text-decoration: underline;
}

.bb-cookie-button {
  background: #333;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
}

.bb-cookie-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 20px;
}
