.archon-consent {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: min(440px, calc(100% - 40px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #0b0b0b;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  color: #fff;
}

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

.archon-consent a {
  color: #fff;
  text-underline-offset: 3px;
}

.archon-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.archon-consent button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #0b0b0b;
  font: 700 12px/1 Inter, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
}

.archon-consent button:last-child {
  background: transparent;
  color: #fff;
}

.archon-consent button:focus-visible {
  outline: 2px solid #f4f1ec;
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .archon-consent {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .archon-consent__actions,
  .archon-consent button {
    width: 100%;
  }
}
