/* AI-Generated Code - 2026-08-31 - Composer */
/* Scoped release-notes fragment styles for the unified Releases SPA. */

.docs-content.is-release-notes .docs-breadcrumb {
  margin: 0 0 16px;
  font-size: 14px;
  color: #64748b;
}

.docs-content.is-release-notes .docs-breadcrumb a {
  color: #0066cc;
  text-decoration: none;
}

.docs-content.is-release-notes .docs-breadcrumb a:hover {
  text-decoration: underline;
}

.docs-content.is-release-notes .docs-breadcrumb-sep {
  margin: 0 6px;
  color: #94a3b8;
}

.docs-content.is-release-notes .docs-rn-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
}

.docs-content.is-release-notes .docs-rn-search {
  position: relative;
  flex: 1;
  max-width: 360px;
}

.docs-content.is-release-notes .docs-rn-search input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px 8px 36px;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  font-family: 'Source Sans Pro', Roboto, sans-serif;
  font-size: 14px;
}

.docs-content.is-release-notes .docs-rn-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  fill: #94a3b8;
  pointer-events: none;
}

.docs-content.is-release-notes .release-facts {
  margin: 0 0 28px;
}

.docs-content.is-release-notes .release-facts p {
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #334155;
}

.docs-content.is-release-notes .release-facts p:last-child {
  margin-bottom: 0;
}

.docs-content.is-release-notes .release-facts strong {
  font-weight: 700;
  color: #0f172a;
}

.docs-content.is-release-notes .section-banner {
  margin: 0 0 18px;
  padding-bottom: 8px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #e1e1e1;
}

.docs-content.is-release-notes .doc-block {
  display: none;
  width: 100%;
  max-width: none;
}

.docs-content.is-release-notes .doc-block.is-active {
  display: block;
}

.docs-content.is-release-notes .note {
  width: 100%;
  max-width: none;
  margin-bottom: 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #e1e1e1;
}

.docs-content.is-release-notes .note:last-child {
  border-bottom: 0;
}

.docs-content.is-release-notes .note.is-search-hidden {
  display: none;
}

.docs-content.is-release-notes .note h2 {
  margin: 2px 0 14px;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.3;
}

.docs-content.is-release-notes .note-body {
  width: 100%;
  max-width: none;
  line-height: 1.65;
}

.docs-content.is-release-notes .note-body h3 {
  margin: 18px 0 4px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.docs-content.is-release-notes .note-body code {
  display: inline-block;
  margin: 0 1px;
  padding: 1px 6px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0f766e;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 999px;
  vertical-align: baseline;
  white-space: nowrap;
}

.docs-content.is-release-notes .note-body p {
  margin: 0 0 10px;
}

.docs-content.is-release-notes .note-body ul {
  margin: 4px 0 12px;
  padding-left: 24px;
}

.docs-content.is-release-notes .note-body li {
  margin: 3px 0;
}

.docs-content.is-release-notes .docs-search-empty {
  display: none;
  margin: 16px 0 0;
  color: #5c666f;
  font-style: italic;
}

.docs-content.is-release-notes .docs-search-empty.is-visible {
  display: block;
}
