.strymd-consent {
  box-sizing: border-box;
  position: fixed;
  inset: auto 20px 20px auto;
  z-index: 1100;
  width: min(560px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #526078;
  border-radius: 14px;
  color: #f8fbff;
  background: #0d152a;
  box-shadow: 0 12px 48px #0008;
  font: 14px/1.6 Inter, system-ui, sans-serif;
  text-align: left;
}
.strymd-consent[hidden] { display: none !important; }
.strymd-consent .strymd-consent__title {
  margin: 0 72px 14px 0;
  color: #f8fbff;
  font: 700 22px/1.25 Inter, system-ui, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.strymd-consent .strymd-consent__description,
.strymd-consent .strymd-consent__note { margin: 0 0 12px; color: #c3cee0; font: inherit; }
.strymd-consent .strymd-consent__privacy { color: #00e5ff; text-decoration: underline; text-underline-offset: 3px; }
.strymd-consent__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.strymd-consent .strymd-consent__choice {
  appearance: none;
  min-width: 0;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid #8599b8;
  border-radius: 7px;
  color: #f8fbff;
  background: #17253f;
  font: 700 14px/1.4 Inter, system-ui, sans-serif;
  cursor: pointer;
}
.strymd-consent .strymd-consent__choice:hover { border-color: #00e5ff; background: #20324f; }
.strymd-consent .strymd-consent__close {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px;
  min-height: 44px;
  border: 0;
  color: #c3cee0;
  background: transparent;
  font: 12px/1.4 Inter, system-ui, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
.strymd-consent :focus-visible, .strymd-consent-settings:focus-visible { outline: 3px solid #00e5ff; outline-offset: 3px; }
.strymd-consent-settings {
  position: fixed;
  z-index: 1000;
  right: 12px;
  bottom: 12px;
  max-width: calc(100vw - 24px);
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #526078;
  border-radius: 7px;
  color: #f8fbff;
  background: #0d152a;
  font: 12px/1.4 Inter, system-ui, sans-serif;
  cursor: pointer;
}
button[data-analytics-settings]:not(.strymd-consent-settings) {
  appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .strymd-consent { inset: auto 12px 12px; width: auto; max-height: calc(100dvh - 24px); padding: 20px; }
  .strymd-consent .strymd-consent__title { font-size: 19px; margin-right: 64px; }
  .strymd-consent__actions { gap: 10px; }
  .strymd-consent .strymd-consent__choice { padding-inline: 10px; }
}
