/* Vine Page Data Pro - Frontend */
.vpdp-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #1e293b;
  color: #e2e8f0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13.5px;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
.vpdp-cookie-bar p { margin: 0; flex: 1; min-width: 200px; }
.vpdp-cookie-bar a { color: #a78bfa; text-decoration: underline; }
.vpdp-cookie-accept {
  background: #6c63ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 600;
  transition: background .2s;
  white-space: nowrap;
}
.vpdp-cookie-accept:hover { background: #4f46e5; }
