.rakpot-privacy-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 22px 16px 96px;
  font-size: 13px;
}

.rakpot-privacy-footer a,
.rakpot-privacy-footer button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #52634d;
  text-decoration: underline;
}

.rakpot-consent {
  position: fixed;
  z-index: 1100;
  right: 12px;
  bottom: calc(76px + env(safe-area-inset-bottom));
  left: 12px;
  max-width: 560px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #d8e1d4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(28, 48, 24, 0.18);
  color: #243220;
  font-size: 14px;
}

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

.rakpot-consent__text {
  margin: 0 0 12px;
  line-height: 1.5;
}

.rakpot-consent__text a {
  color: #315b2a;
  text-decoration: underline;
}

.rakpot-consent__actions {
  display: flex;
}

.rakpot-consent__actions button + button {
  margin-left: 8px;
}

.rakpot-consent__actions button {
  flex: 1 1 0;
  min-height: 44px;
  border: 1px solid #315b2a;
  border-radius: 10px;
  padding: 8px 12px;
  background: #fff;
  color: #315b2a;
  font-weight: 700;
}

.rakpot-consent__actions .rakpot-consent__accept {
  background: #315b2a;
  color: #fff;
}

@media (min-width: 768px) {
  .rakpot-consent {
    bottom: 20px;
  }
}
