.rws-analytics-choice {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  width: min(580px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #c8c8bf;
  border-radius: 8px;
  background: #fffefa;
  color: #182033;
  box-shadow: 0 8px 32px #0b1d3a26;
  font: 16px/1.5 "Outfit", system-ui, sans-serif;
  text-align: left;
}
.rws-analytics-choice[hidden] { display: none; }
.rws-analytics-choice h2 {
  margin: 0 26px 10px 0;
  color: #0b1d3a;
  font: 600 21px/1.25 "Outfit", system-ui, sans-serif;
  letter-spacing: normal;
}
.rws-analytics-choice p { margin: 0 0 10px; }
.rws-analytics-choice .rws-analytics-choice__status { color: #566171; font-size: 13px; }
.rws-analytics-choice__actions { display: flex; gap: 12px; margin-top: 16px; }
.rws-analytics-choice__actions button {
  flex: 1;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #0b1d3a;
  border-radius: 5px;
  background: #fffefa;
  color: #0b1d3a;
  font: 500 15px/1.3 "Outfit", system-ui, sans-serif;
  cursor: pointer;
}
.rws-analytics-choice__actions button:hover:not(:disabled) { background: #f1e8d8; }
.rws-analytics-choice__actions button:disabled { color: #666; border-color: #999; cursor: not-allowed; }
.rws-analytics-choice__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #0b1d3a;
  font-size: 24px;
  cursor: pointer;
}
.rws-analytics-choice__privacy { display: inline-block; margin-top: 14px; color: #0b1d3a; font-size: 13px; }
.rws-analytics-notice {
  box-sizing: border-box;
  width: min(var(--rws-shell-max, 1120px), calc(100% - (2 * var(--rws-shell-gutter, 24px))));
  margin: 0 auto;
  padding: 16px 0 24px;
  border-top: 1px solid #8a8f9540;
  color: inherit;
  font: 14px/1.6 "Outfit", system-ui, sans-serif;
  text-align: left;
}
.rws-analytics-notice p { max-width: 960px; margin: 0; font-size: inherit; line-height: inherit; }
.rws-analytics-notice a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.rws-analytics-notice .rws-analytics-choice-toggle { min-height: 44px; }
.rws-analytics-choice-toggle {
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.rws-analytics-choice button:focus-visible,
.rws-analytics-choice a:focus-visible,
.rws-analytics-choice-toggle:focus-visible { outline: 3px solid #987332; outline-offset: 3px; }
@media (max-width: 480px) {
  .rws-analytics-choice { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 20px; font-size: 14px; }
  .rws-analytics-choice h2 { font-size: 19px; }
  .rws-analytics-choice__actions { gap: 8px; }
  .rws-analytics-choice__actions button { font-size: 14px; }
}
