.docs-breadcrumb{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 0;font-size:13.5px;color:#64748b;}
.docs-breadcrumb a{color:#64748b;text-decoration:none;}
.docs-breadcrumb a:hover{text-decoration:underline;}
.docs-breadcrumb .current{color:#0f172a;font-weight:600;}
.docs-breadcrumb span{margin:0 6px;}

.docs-wrapper{padding:40px 0 60px;}
.docs-grid{display:flex;gap:40px;align-items:flex-start;}
.docs-sidebar{flex:0 0 240px;position:sticky;top:100px;}
.docs-sidebar-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#94a3b8;margin-bottom:12px;}
.docs-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px;}
.docs-nav li a{display:block;padding:9px 12px;border-radius:8px;color:#334155;text-decoration:none;font-size:14.5px;font-weight:500;}
.docs-nav li a:hover{background:#f1f5f9;}
.docs-nav li.active a{background:#eef2ff;color:#3730a3;font-weight:700;}

.docs-content{flex:1 1 auto;min-width:0;max-width:760px;}
.docs-content h1 {
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 600;
}
.docs-lead{font-size:17px;color:#475569;margin-bottom:24px;}
.docs-content h2 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
}
.docs-content h3{margin-top:24px;margin-bottom:8px;font-size:17px;}
.docs-content ol,.docs-content ul{padding-left:22px;margin-bottom:18px;}
.docs-content li {
    margin-bottom: 8px;
    line-height: 1.6;
    list-style: inherit;
}
.docs-callout{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #6366f1;border-radius:8px;padding:14px 18px;margin:20px 0;font-size:14.5px;}
.docs-callout-help {
    border-left-color: #22c55e;
    border-right: 4px solid #22c55e;
}
.docs-table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:14.5px;}
.docs-table th,.docs-table td{border:1px solid #e2e8f0;padding:9px 12px;text-align:left;}
.docs-table th{background:#f8fafc;font-weight:700;}

@media (max-width: 900px){
  .docs-grid{flex-direction:column;}
  .docs-sidebar{position:static;flex:1 1 auto;width:100%;}
  .docs-table{font-size:13px;}
}
.docs-callout.docs-callout-help {
    text-align: center;
}
.docs-callout.docs-callout-help p {
    font-weight: 600;
    font-size: 18px;
}
.qp-docs-button a {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 18px;
    position: relative;
    background: #0d4c92;
    border-radius: 6px;
    letter-spacing: 1px;
    margin-left: 10px;
    display: inline-block;
}
.qp-docs-button a:hover {
    background: #007be5;
    color: #FFF;
}



.docs-img-placeholder {
  width: 100%;
  min-height: 200px;
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 13px;
  margin: 18px 0;
  text-align: center;
  padding: 24px;
  line-height: 1.5;
  box-sizing: border-box;
}

.docs-img-placeholder img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.release-entry{border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;margin-bottom:16px;position:relative;}
.release-date{font-size:13px;color:#64748b;font-weight:600;margin-bottom:6px;}
.release-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;padding:3px 10px;border-radius:999px;margin-bottom:10px;}
.release-tag-new{background:#dcfce7;color:#166534;}
.release-tag-improvement{background:#e0f2fe;color:#075985;}
.release-tag-fix{background:#fef3c7;color:#92400e;}