.vf-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #0f172a;
  color: #e2e8f0;
  gap: 12px;
}

.vf-consent.vf-corner {
  right: 16px;
  bottom: 16px;
  left: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.vf-consent__text {
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
}

.vf-consent__actions {
  display: flex;
  gap: 8px;
}

.vf-btn {
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
}

.vf-btn.vf-allow {
  background: #22c55e;
  color: #0b1729;
}

.vf-btn.vf-deny {
  background: #1e293b;
  color: #e2e8f0;
}
