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

.docs-content.is-changelog {
  display: flow-root;
}

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

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

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

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

.docs-content.is-changelog .changelog_section {
  width: 100%;
  float: none;
  clear: both;
}

.docs-content.is-changelog .changelog_section p {
  margin: 0;
}

.docs-content.is-changelog .changelog-header {
  margin: 0 0 20px;
  padding: 0;
}

.docs-content.is-changelog .changelog-title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}

.docs-content.is-changelog .changelog-meta {
  margin: 0 0 4px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #334155;
}

.docs-content.is-changelog .changelog-label {
  font-weight: 700;
  color: #0f172a;
}

.docs-content.is-changelog .changelog-colon {
  font-weight: 400;
  color: #64748b;
}

.docs-content.is-changelog .changelog-version {
  display: inline-block;
  margin-left: 2px;
  padding: 1px 6px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0f766e;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-radius: 4px;
}

.docs-content.is-changelog .changelog-date {
  font-weight: 500;
  color: #1e293b;
}

.docs-content.is-changelog h2[id],
.docs-content.is-changelog h3[id],
.docs-content.is-changelog h4[id] {
  scroll-margin-top: calc(var(--docs-header-height) + 16px);
}

.docs-content.is-changelog .ledger_wrap {
  clear: both;
  overflow: hidden;
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #f0f0f0;
  padding: 10px;
  background: #f5f6f7;
  margin: 0 0 8px;
  border-radius: 3px;
  font-weight: 700;
}

.docs-content.is-changelog .ledger_wrap + .changelog_section {
  margin-top: 0;
  padding-top: 0;
}

.docs-content.is-changelog .ledger_wrap + .changelog_section > .changelog_section {
  margin-top: 0;
  padding-top: 0;
}

.docs-content.is-changelog .ledger_wrap + .changelog_section > h2,
.docs-content.is-changelog .ledger_wrap + .changelog_section > .changelog_section > h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.docs-content.is-changelog .ledger_wrap > span {
  display: block;
  margin-top: 5px;
}

.docs-content.is-changelog .ledger_wrap > span > span {
  font-weight: 400;
}

.docs-content.is-changelog .ledger_wrap > span:first-child {
  margin-top: 0;
}

.docs-content.is-changelog .added_log {
  border-left: 5px solid green;
}

.docs-content.is-changelog .changed_log {
  border-left: 5px solid #50bbff;
}

.docs-content.is-changelog .removed_log {
  border-left: 5px solid red;
}

.docs-content.is-changelog .deprecated_log {
  border-left: 5px solid orange;
}

.docs-content.is-changelog .line_through {
  text-decoration: line-through;
  opacity: 0.5;
}

.docs-content.is-changelog .param_info {
  float: none;
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.docs-content.is-changelog .param_info li {
  padding-left: 10px;
}

.docs-content.is-changelog .field_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.docs-content.is-changelog table.headers_list,
.docs-content.is-changelog table.params_list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.docs-content.is-changelog table.params_list tbody tr,
.docs-content.is-changelog table.headers_list tbody tr {
  border-color: #ddd;
}

.docs-content.is-changelog table.params_list tbody tr td,
.docs-content.is-changelog table.headers_list tbody tr td {
  padding: 8px 10px;
  vertical-align: top;
}

.docs-content.is-changelog .diff-block {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  overflow-x: auto;
  margin: 8px 0 12px;
  background: #f6f8fa;
}

.docs-content.is-changelog .diff-line {
  padding: 2px 10px;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.docs-content.is-changelog .diff-line.diff-removed {
  background: #ffebe9;
  color: #82071e;
}

.docs-content.is-changelog .diff-line.diff-added {
  background: #e6ffec;
  color: #116329;
}

.docs-content.is-changelog .diff-line.diff-context {
  background: #f6f8fa;
  color: #57606a;
}
