
.itk-doc-library{--itk-blue:#0587c2;--itk-dark:#20252b;--itk-soft:#f4f6f8;--itk-line:#dfe4e8;font-family:inherit;color:var(--itk-dark);width:100%}
.itk-doc-hero{background:linear-gradient(180deg,#9a9a9a,#777);color:#fff;padding:54px 20px;text-align:center}
.itk-doc-hero__inner{max-width:900px;margin:auto}
.itk-doc-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:0 0 18px;font-weight:800;letter-spacing:.02em;color:#fff}
.itk-doc-hero p{max-width:820px;margin:0 auto;font-size:18px;line-height:1.55;font-weight:600}
.itk-doc-shell{max-width:1120px;margin:0 auto;padding:28px 20px 70px}
.itk-doc-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:22px}
.itk-doc-heading{display:flex;align-items:center;gap:12px}
.itk-doc-heading .dashicons{font-size:36px;width:36px;height:36px;color:var(--itk-blue)}
.itk-doc-heading h2{margin:0;font-size:24px}
.itk-doc-search{display:flex;align-items:center;width:min(100%,290px);background:#f0f1f2;padding:0 13px}
.itk-doc-search input{border:0!important;background:transparent!important;box-shadow:none!important;width:100%;height:42px;padding:0!important}
.itk-doc-search .dashicons{color:#333}
.itk-doc-folders{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 24px}
.itk-folder{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid var(--itk-line);background:#fff;border-radius:5px;padding:15px;text-align:left;cursor:pointer;font-weight:650;min-height:62px}
.itk-folder:hover,.itk-folder.is-active{border-color:var(--itk-blue);box-shadow:0 4px 14px rgba(0,0,0,.07)}
.itk-folder .dashicons{color:#888}
.itk-folder.is-active .dashicons{color:var(--itk-blue)}
.itk-folder small{border:1px solid #9ba2a8;border-radius:2px;padding:1px 5px}
.itk-doc-table-head,.itk-doc-row{display:grid;grid-template-columns:minmax(0,4fr) .8fr .8fr 1.2fr 1fr;gap:18px;align-items:center}
.itk-doc-table-head{background:var(--itk-soft);border-radius:10px;padding:15px 24px;font-weight:750;margin-bottom:10px}
.itk-doc-row{border:1px solid var(--itk-line);border-radius:10px;padding:18px 24px;margin-bottom:10px;box-shadow:0 2px 2px rgba(0,0,0,.04);background:#fff}
.itk-doc-file{display:flex;align-items:center;gap:14px;min-width:0}
.itk-doc-file strong{display:block;overflow-wrap:anywhere}
.itk-doc-file p{margin:4px 0 0;color:#687078;font-size:13px}
.itk-file-icon{width:36px;height:42px;border-radius:4px;display:grid;place-items:center;flex:0 0 36px;background:#ef4d5f;color:#fff}
.itk-file-icon .dashicons{font-size:23px;width:23px;height:23px}
.itk-doc-meta{text-transform:none}
.itk-doc-action{text-align:center}
.itk-doc-action a{display:inline-flex;justify-content:center;align-items:center;background:var(--itk-blue);color:#fff!important;text-decoration:none!important;border-radius:999px;padding:10px 20px;font-weight:750}
.itk-doc-action a:hover{filter:brightness(.92)}
.itk-doc-empty{text-align:center;padding:40px 20px;color:#687078}
@media(max-width:800px){
 .itk-doc-toolbar{align-items:stretch;flex-direction:column}
 .itk-doc-search{width:100%}
 .itk-doc-folders{grid-template-columns:1fr}
 .itk-doc-table-head{display:none}
 .itk-doc-row{grid-template-columns:1fr;gap:10px}
 .itk-doc-meta{display:flex;justify-content:space-between;border-top:1px solid #eef1f3;padding-top:8px}
 .itk-doc-meta:before{content:attr(data-label);font-weight:700}
 .itk-doc-action{text-align:left}
 .itk-doc-action a{width:100%}
}
