.advertising-choice {
  position: fixed; z-index: 1000; bottom: 20px; left: 20px;
  width: min(440px, calc(100vw - 40px)); padding: 22px;
  border: 1px solid #bacac1; border-radius: 14px;
  background: #fdfefa; color: #183a31;
  box-shadow: 0 8px 36px #112f2a24; font: 14px/1.55 system-ui, sans-serif;
  max-height: calc(100dvh - 40px); overflow: auto;
}
.advertising-choice[hidden], .advertising-settings[hidden] { display: none; }
.advertising-choice strong { display: block; font-size: 17px; font-weight: 650; }
.advertising-choice p { margin: 8px 0 18px; color: #425b51; }
.advertising-choice a { color: #185c46; text-decoration: underline; }
.advertising-choice > div { display: flex; gap: 10px; flex-wrap: wrap; }
.advertising-choice button {
  flex: 1; padding: 10px 12px; border: 1px solid #8ca99b; border-radius: 7px;
  background: #eef4ee; color: #183a31; font: inherit; font-weight: 600; cursor: pointer;
}
.advertising-choice button:hover { background: #dce9de; }
.advertising-choice button:focus-visible, .advertising-settings:focus-visible {
  outline: 3px solid #28785e; outline-offset: 3px;
}
.advertising-settings { color: inherit; font: inherit; background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; }
@media (max-width: 480px) {
  .advertising-choice { bottom: 12px; left: 12px; width: calc(100vw - 24px); padding: 18px; }
}
