/* Product detail additions (Rev05 product.html): site page links, library editor steps, pricing note. */
.sf-page-list a { color: var(--sf-blue); font-weight: 600; }
.sf-publisher a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.sf-publisher a:hover, .sf-publisher a:focus-visible { color: var(--sf-blue); text-decoration: underline; }
.sf-definition-list time[title] { cursor: help; }
.sf-editor-steps { font-size: 14px; color: var(--sf-muted); padding-left: 21px; margin: 8px 0; }
.sf-editor-steps li { padding: 5px 0; }
.sf-code-note { font: 13px/1.7 ui-monospace, Consolas, monospace; padding: 18px; border: 1px solid #dde5ee; border-radius: 8px; background: #f6f8fb; overflow-wrap: anywhere; margin: 12px 0; }
.sf-detail-section .sf-btn { margin-top: 8px; }
.sf-version-table time[title] { text-decoration: underline dotted #91adc7; text-underline-offset: 3px; cursor: help; }
.sf-acquire .sf-status-note { margin: 6px 0 8px; }
