.worthivo-consent {
  background: #123a33;
  border: 1px solid rgba(255, 250, 243, 0.32);
  bottom: 18px;
  box-shadow: 0 18px 60px rgba(18, 58, 51, 0.28);
  color: #fffaf3;
  display: grid;
  gap: 18px;
  left: 50%;
  max-width: 760px;
  padding: 22px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  z-index: 10000;
}

.worthivo-consent[hidden] { display: none; }

.worthivo-consent-copy { max-width: 620px; }

.worthivo-consent-eyebrow {
  color: #cafa42;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.worthivo-consent h2 {
  color: inherit;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.1;
  margin: 0 0 8px;
}

.worthivo-consent p {
  color: rgba(255, 250, 243, 0.82);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.worthivo-consent a {
  color: #fffaf3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.worthivo-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.worthivo-consent button {
  border: 1px solid #fffaf3;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 44px;
  padding: 10px 16px;
}

.worthivo-consent-allow {
  background: #cafa42;
  border-color: #cafa42 !important;
  color: #123a33;
}

.worthivo-consent-decline {
  background: transparent;
  color: #fffaf3;
}

.worthivo-consent button:focus-visible {
  outline: 3px solid #ff5a3d;
  outline-offset: 3px;
}

@media (min-width: 720px) {
  .worthivo-consent {
    align-items: end;
    grid-template-columns: 1fr auto;
  }

  .worthivo-consent-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 420px) {
  .worthivo-consent {
    bottom: 10px;
    padding: 18px;
    width: calc(100% - 20px);
  }

  .worthivo-consent-actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .worthivo-consent { scroll-behavior: auto; }
}
