.analytics-preferences {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(82, 35, 34, 0.18);
  border-radius: 6px;
  background: rgba(255, 252, 246, 0.66);
}

.analytics-preferences p {
  margin: 0 0 12px;
}

.analytics-preferences [data-analytics-status] {
  color: #66504a;
  font-size: 14px;
}

.analytics-preferences button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #6b1822;
  border-radius: 5px;
  background: transparent;
  color: #5a1420;
  font: 700 13px/1.2 "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.analytics-preferences button:hover {
  border-color: #9c6022;
  background: #f2e2cc;
  color: #4a1623;
}

.analytics-preferences button:focus-visible {
  outline: 3px solid #1b65bf;
  outline-offset: 3px;
}
