.privacy-choice {
  position: fixed;
  z-index: 10000;
  inset: auto 16px 16px;
  margin-inline: auto;
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: #172638;
  background: #fff;
  border: 1px solid #c9d5df;
  border-radius: 8px;
  box-shadow: 0 4px 24px #17263826;
  font: 14px/1.5 Inter, sans-serif;
  letter-spacing: 0;
}
.privacy-choice p { margin: 6px 0; font-size: 14px; }
.privacy-choice a { color: #006bbb; text-decoration: underline; }
.privacy-choice__actions { display: flex; gap: 10px; flex-shrink: 0; }
.privacy-choice button {
  min-height: 44px;
  padding: 9px 14px;
  color: #172638;
  background: #fff;
  border: 1px solid #8b9aa7;
  border-radius: 6px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.privacy-choice button:hover { background: #eef5fa; }
.privacy-choice button:focus-visible { outline: 3px solid #0079cb; outline-offset: 3px; }
[data-cookie-settings] { cursor: pointer; }
.teacher-profile-page [hidden] { display: none !important; }
@media (max-width: 640px) {
  .privacy-choice { inset: auto 10px 10px; padding: 16px; display: block; }
  .privacy-choice__actions { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-choice button { white-space: normal; }
}
