.venkat-consent {
  position: fixed;
  z-index: 2147483000;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 6px 8px 6px 11px;
  border: 1px solid rgba(242, 239, 233, .2);
  background: rgba(11, 11, 14, .78);
  color: rgba(242, 239, 233, .82);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .24);
  font: 500 11px/1.3 "Inter", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.venkat-consent[hidden],
.venkat-consent-settings[hidden] { display: none; }

.venkat-consent p { margin: 0; }

.venkat-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.venkat-consent button,
.venkat-consent-settings {
  border: 1px solid rgba(242, 239, 233, .55);
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: 700 10px/1 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.venkat-consent button {
  min-height: 26px;
  padding: 0 8px;
}

.venkat-consent button[data-consent="accept"] {
  border-color: #8a8dff;
  background: #8a8dff;
  color: #0b0b0e;
}

.venkat-consent button:hover,
.venkat-consent-settings:hover { border-color: #8a8dff; }

.venkat-consent button:focus-visible,
.venkat-consent-settings:focus-visible {
  outline: 2px solid #8a8dff;
  outline-offset: 2px;
}

.venkat-consent-settings {
  position: fixed;
  z-index: 2147482999;
  right: 10px;
  bottom: 8px;
  padding: 6px 8px;
  border-color: rgba(11, 11, 14, .3);
  background: rgba(242, 239, 233, .92);
  color: #0b0b0e;
  opacity: .72;
}

@media (max-width: 680px) {
  .venkat-consent {
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 10px;
  }
  .venkat-consent p { max-width: 45ch; }
}

@media (max-width: 430px) {
  .venkat-consent { flex-direction: column; }
  .venkat-consent__actions { width: 100%; }
  .venkat-consent button { flex: 1; }
}
