.land-hinweis {
  position: fixed;
  z-index: 90;
  inset: auto 24px 24px auto;
  width: min(490px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid #a7cdca;
  border-radius: 22px;
  background: #f5faf7;
  color: #17373b;
  box-shadow: 0 14px 48px #123a3d29;
  font-family: inherit;
  text-align: left;
}
.land-hinweis strong { display: block; font-size: 20px; line-height: 1.3; text-wrap: balance; }
.land-hinweis p { margin: 9px 0 18px; font-size: 15px; line-height: 1.5; color: #496569; }
.land-aktionen { display: grid; gap: 10px; }
.land-hinweis .land-wechsel, .land-hinweis .land-bleiben {
  display: block; padding: 12px 14px; border-radius: 11px; font: inherit;
  font-size: 14px; font-weight: 600; line-height: 1.35; text-align: center; cursor: pointer;
  min-height: 44px;
}
.land-hinweis .land-wechsel { background: #086b72; color: #fff; text-decoration: none; }
.land-hinweis .land-bleiben { border: 1px solid #b3cdca; color: #214d51; background: transparent; }
.land-hinweis .land-quelle { display: block; margin-top: 15px; font-size: 11px; line-height: 1.5; color: #587173; }
.land-hinweis .land-quelle a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.land-hinweis a:focus-visible, .land-hinweis button:focus-visible { outline: 3px solid #147d84; outline-offset: 3px; }
@media (max-width: 540px) {
  .land-hinweis { inset: auto 12px max(12px, env(safe-area-inset-bottom)) 12px; width: auto; padding: 19px; border-radius: 18px; max-height: 70vh; overflow-y: auto; }
  .land-hinweis strong { font-size: 18px; }
}
