.docshelf,.docshelf-single{--ds-primary:var(--wp--preset--color--primary,var(--e-global-color-primary,#174a78));--ds-accent:var(--wp--preset--color--secondary,var(--e-global-color-accent,#2f80ed));--ds-text:var(--wp--preset--color--foreground,var(--e-global-color-text,#17212b));--ds-muted:#536273;--ds-border:#dce2e8;color:var(--ds-text);font-family:inherit}
.docshelf *,.docshelf-single *{box-sizing:border-box}.docshelf-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px;padding:16px;background:#f8fafc;border:1px solid var(--ds-border);border-radius:12px}
.docshelf-toolbar input,.docshelf-toolbar select{min-height:44px;padding:8px 12px;border:1px solid #cfd5dd;border-radius:8px;background:#fff;flex:1;min-width:180px}
.docshelf-toolbar button,.docshelf-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border:0;border-radius:8px;background:var(--ds-primary);color:#fff!important;text-decoration:none!important;font-weight:650;cursor:pointer}
.docshelf-items{display:grid;grid-template-columns:repeat(var(--ds-columns),minmax(0,1fr));gap:24px}
.docshelf-card{display:flex;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--ds-border);border-radius:14px;box-shadow:0 5px 20px rgba(16,24,40,.06)}
.docshelf--grid .docshelf-card{flex-direction:column}.docshelf-cover{display:block;flex:0 0 auto;overflow:hidden;background:#eef2f6;text-decoration:none}
.docshelf--grid .docshelf-cover{aspect-ratio:16/7}.docshelf--grid.ds-image-left .docshelf-card,.docshelf--grid.ds-image-right .docshelf-card{flex-direction:row}.docshelf--grid.ds-image-left .docshelf-cover,.docshelf--grid.ds-image-right .docshelf-cover{width:38%;min-width:105px;aspect-ratio:auto}.docshelf--grid.ds-image-right .docshelf-cover{order:2}.docshelf-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.docshelf-card:hover .docshelf-cover img{transform:scale(1.025)}
.docshelf-placeholder{display:flex;height:100%;min-height:130px;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(145deg,var(--ds-primary),#0e2d49);color:#fff}.docshelf-placeholder strong{font-size:1.55rem}.docshelf-placeholder small{opacity:.82}
.docshelf-card-body{display:flex;flex:1;flex-direction:column;padding:18px}.docshelf-title{font-size:clamp(15px,1.05vw,18px);line-height:1.42;margin:0 0 9px;font-weight:700}.docshelf-title a{color:var(--ds-text);text-decoration:none}.docshelf-title a:hover{color:var(--ds-primary)}
.docshelf-meta{display:inline-flex;align-items:center;align-self:flex-start;font-size:13px;line-height:1.45;font-weight:650;color:var(--ds-primary);margin:0 0 8px;padding:5px 8px;border-radius:6px;background:#f0f5fa}.docshelf-excerpt{font-size:.94rem;color:#475467}.docshelf-excerpt p{margin:.35em 0}.docshelf-actions{display:flex;align-items:center;gap:14px;margin-top:auto;padding-top:13px}.docshelf-details{color:var(--ds-primary);font-weight:650;text-decoration:none}
.docshelf--list .docshelf-items,.docshelf--minimal .docshelf-items{grid-template-columns:1fr}.docshelf--list .docshelf-cover{width:210px;min-height:145px}.docshelf--list.ds-image-right .docshelf-cover{order:2}.docshelf--minimal .docshelf-card{box-shadow:none;border-radius:8px}.docshelf--minimal .docshelf-card-body{padding:14px 18px}
.docshelf-table-wrap{overflow-x:auto;border:1px solid var(--ds-border);border-radius:12px}.docshelf-table{width:100%;border-collapse:collapse}.docshelf-table th,.docshelf-table td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--ds-border)}.docshelf-table th{background:#f8fafc;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.docshelf-table tr:last-child td{border:0}
.docshelf-pagination ul{display:flex;justify-content:center;gap:7px;list-style:none;padding:0;margin:28px 0 0}.docshelf-pagination a,.docshelf-pagination span{display:grid;place-items:center;min-width:39px;height:39px;padding:0 9px;border:1px solid var(--ds-border);border-radius:8px;text-decoration:none}.docshelf-pagination .current{background:var(--ds-accent);border-color:var(--ds-accent);color:#fff;box-shadow:0 3px 12px rgba(47,128,237,.3)}
.docshelf-empty{padding:28px;text-align:center;background:#f8fafc;border:1px dashed #cfd5dd;border-radius:12px}
.docshelf-single{width:100%;padding:52px 20px 72px;background:#f7f9fb}.docshelf-single-wrap{width:min(1180px,100%);margin:0 auto}.docshelf-breadcrumbs{display:flex;gap:8px;align-items:center;overflow:hidden;margin-bottom:22px;font-size:14px;color:var(--ds-muted)}.docshelf-breadcrumbs a{color:var(--ds-primary);text-decoration:none}.docshelf-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.docshelf-single-header{width:100%;max-width:none;margin-bottom:32px}.docshelf-single-kicker{margin:0 0 9px;color:var(--ds-primary);font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.docshelf-single-header h1{width:100%;max-width:none;margin:0 0 14px;color:var(--ds-text);font-size:clamp(30px,4vw,40px);line-height:1.16}.docshelf-single-summary{display:inline-flex;padding:7px 11px;border-radius:7px;background:#edf4fa;color:var(--ds-primary);font-size:14px;font-weight:700}
.docshelf-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}.docshelf-single-main,.docshelf-info-card{background:#fff;border:1px solid var(--ds-border);border-radius:16px;box-shadow:0 10px 30px rgba(16,24,40,.07)}.docshelf-single-main{margin-bottom:100px}.docshelf-single-cover{height:clamp(190px,28vw,330px);overflow:hidden;border-radius:16px 16px 0 0;background:#edf1f5}.docshelf-single-cover img{width:100%;height:100%;object-fit:cover}.docshelf-single-content{padding:clamp(24px,4vw,42px)}.docshelf-single-content h2,.docshelf-info-card h2{margin-top:0;color:var(--ds-text)}
.docshelf-info-card{position:sticky;top:30px;padding:26px}.docshelf-info-card h2{font-size:21px;padding-bottom:15px;border-bottom:1px solid var(--ds-border)}.docshelf-info-card dl{margin:0}.docshelf-info-card dl>div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--ds-border)}.docshelf-info-card dt{color:var(--ds-muted);font-size:13px}.docshelf-info-card dd{margin:0;text-align:right;font-size:14px;font-weight:700;color:var(--ds-text)}.docshelf-info-card dd a{color:var(--ds-primary)}.docshelf-download-large{width:100%;margin-top:22px;min-height:48px}
@media(max-width:900px){.docshelf-items{grid-template-columns:repeat(min(2,var(--ds-columns)),minmax(0,1fr))}.docshelf-single-grid{grid-template-columns:1fr}.docshelf-info-card{position:static}}
@media(max-width:600px){.docshelf-items{grid-template-columns:1fr}.docshelf--grid.ds-image-left .docshelf-cover,.docshelf--grid.ds-image-right .docshelf-cover{width:36%;min-width:110px}.docshelf--list .docshelf-card{flex-direction:column}.docshelf--list .docshelf-cover{width:100%;aspect-ratio:16/7}.docshelf--list.ds-image-right .docshelf-cover{order:0}.docshelf-toolbar>*{width:100%}.docshelf-single{padding:32px 14px 52px}.docshelf-single-header h1{font-size:30px}}
@media(prefers-reduced-motion:reduce){.docshelf-cover img{transition:none}}
