.sentence-link-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border: 1px solid #86cfa5;
  border-radius: 999px;
  background: #edf9f1;
  color: #18794e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  vertical-align: middle;
}
.sentence-link-badge:hover { background: #dcf3e5; border-color: #55b981; }
.sentence-link-badge:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }
.sentence-link-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100000;
  max-width: min(420px, calc(100vw - 36px));
  padding: 11px 14px;
  border-radius: 10px;
  background: #17352a;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  font-size: 14px;
}
.sentence-link-toast.error { background: #9b2c2c; }
