[data-agreement-error] {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 90;
  max-width: min(520px, calc(100vw - 32px));
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(242, 114, 122, 0.16);
  box-shadow: inset 0 0 0 1px rgba(242, 114, 122, 0.4);
  color: #f2727a;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 13.5px;
  line-height: 1.45;
  text-align: center;
}
[data-agreement-error][hidden] { display: none; }
