.sn-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sn-legal-links {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e9ebed;
  background: #fff;
  color: #586979;
  font-family: Golos, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.sn-legal-links ul {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
}

.sn-legal-links a,
.sn-cookie-notice a,
.sektor-consent a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sn-legal-links a:focus-visible,
.sn-cookie-notice a:focus-visible,
.sn-cookie-notice button:focus-visible,
.sektor-consent input:focus-visible,
.sektor-consent a:focus-visible {
  outline: 3px solid #4552d6;
  outline-offset: 3px;
}

.sn-cookie-notice {
  position: fixed;
  z-index: 100000;
  right: 20px;
  bottom: 20px;
  width: min(400px, calc(100vw - 40px));
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #d9dde3;
  border-radius: 10px;
  background: #fff;
  color: #313539;
  font-family: Golos, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.sn-cookie-notice[hidden] { display: none; }
.sn-cookie-notice p { margin: 0; }
.sn-cookie-notice button {
  min-width: 52px;
  min-height: 44px;
  padding: 8px 14px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 10px;
  background: #4552d6;
  color: #fff;
  font: 600 14px/1 Golos, Arial, sans-serif;
  cursor: pointer;
}

.sektor-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  color: inherit;
  font: 400 13px/1.4 Golos, Arial, sans-serif;
}

.sektor-consent input {
  width: 24px;
  height: 24px;
  margin: 0;
  flex: 0 0 24px;
}

@media (max-width: 600px) {
  .sn-legal-links ul { width: calc(100% - 32px); padding: 22px 0 26px; gap: 11px 20px; }
  .sn-cookie-notice { right: 16px; bottom: 16px; width: calc(100vw - 32px); align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  .sn-cookie-notice button { transition: none; }
}
