#analytics-choice:empty { display: none; }
.analytics-choice {
  max-width: 1060px;
  margin: 24px auto;
  padding: 18px 22px;
  border: 1px solid #c6ddd6;
  border-radius: 12px;
  background: #ffffff;
  color: #1c3434;
  box-shadow: 0 10px 30px rgba(9, 34, 38, .07);
}
.analytics-choice h2 { margin: 0 0 6px; color: #143f3c; font-size: 18px; line-height: 1.3; }
.analytics-choice p { margin: 0; font-size: 14px; line-height: 1.5; }
.analytics-choice a { color: #0f655f; font-weight: 700; text-decoration: underline; }
.analytics-choice-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.analytics-choice-button { min-height: 44px; padding: 9px 14px; border: 1px solid #0f655f; border-radius: 7px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.analytics-choice-button.primary { background: #0f655f; color: white; }
.analytics-choice-button.secondary { background: white; color: #0f655f; }
.analytics-choice-button:focus-visible, [data-analytics-settings]:focus-visible { outline: 3px solid #218780; outline-offset: 3px; }
[data-analytics-settings] { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; text-decoration: underline; cursor: pointer; }
@media (max-width: 600px) { .analytics-choice { margin: 18px 16px; padding: 16px; } .analytics-choice-actions { display: grid; grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .analytics-choice { scroll-behavior: auto; } }
