/* Banner de cookies — site institucional roxPDV */
.rx-mkt-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 560px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #1d1712;
  color: #f5efe8;
  border: 1px solid rgba(245, 239, 232, 0.12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  font-family: Inter, system-ui, sans-serif;
}

.rx-mkt-consent[hidden] {
  display: none !important;
}

.rx-mkt-consent__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.rx-mkt-consent__text {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #b4b2a9;
}

.rx-mkt-consent__text a {
  color: #ff6a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rx-mkt-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rx-mkt-consent__btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
}

.rx-mkt-consent__btn--accept {
  background: #ff6a1a;
  color: #4a1b0c;
}

.rx-mkt-consent__btn--reject {
  background: transparent;
  color: #f5efe8;
  border: 1px solid rgba(245, 239, 232, 0.22);
}

@media (min-width: 720px) {
  .rx-mkt-consent {
    left: 24px;
    right: auto;
    bottom: 24px;
    margin: 0;
  }
}
