/* doc ⤴ — compact text on the right of each Send page title. */

.sd-doc {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: none;
  align-self: flex-start;
  margin: 2px 0 0 auto;
  padding: 2px 0;
  border: 0;
  background: none;
  color: var(--sd-mut, #5b6b82);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sd-doc span { font-size: 14px; line-height: 1; }

.sd-doc:hover { color: var(--sd-blue, #2476f3); }

.sd-doc:focus-visible {
  outline: 2px solid var(--sd-blue, #367ef5);
  outline-offset: 3px;
  border-radius: 6px;
}

html[data-theme="dark"] .sd-doc { color: #9ab0cc; }
html[data-theme="dark"] .sd-doc:hover { color: var(--ink, #e6ecfb); }

/* Keep the Plan guide beside its complete heading, including on narrow screens. */
.sd-plan-page .sd-page-heading { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:start; }
.sd-plan-page .sd-page-heading > .sd-doc { margin:27px 0 0; }
