.site-feedback {
  align-items: center;
  gap: 8px;
}

.session-replay-consent {
  position: fixed;
  z-index: 12000;
  right: 18px;
  bottom: 76px;
  width: min(390px, calc(100vw - 32px));
  border: 1px solid rgba(52, 79, 65, 0.2);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  color: #20352b;
  box-shadow: 0 18px 50px rgba(24, 46, 36, 0.2);
  font-family: "Nunito Sans", sans-serif;
}

.session-replay-consent h2 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.25;
}

.session-replay-consent p {
  margin: 0;
  color: #52645b;
  font-size: 14px;
  line-height: 1.45;
}

.session-replay-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 15px;
}

.session-replay-consent-actions button {
  min-height: 40px;
  border: 1px solid #fd7b03;
  border-radius: 999px;
  padding: 8px 15px;
  background: #fd7b03;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.session-replay-consent-actions button[data-replay-consent="declined"] {
  background: #fff;
  color: #52645b;
  border-color: rgba(52, 79, 65, 0.24);
}

.session-replay-privacy-button {
  border: 0;
  padding: 6px 8px;
  background: transparent;
  color: #466055;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.session-replay-privacy-button:hover,
.session-replay-privacy-button:focus-visible {
  color: #1f4332;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .session-replay-consent {
    right: 16px;
    bottom: 82px;
    left: 16px;
    width: auto;
  }
}
