/* AIONE Category Center Finalize V1 */
.category-panorama-dialog{max-height:calc(100vh - 40px);}
.category-panorama-shell{display:flex;flex-direction:column;max-height:calc(100vh - 40px);min-height:0;}
.category-panorama-head,.category-panorama-toolbar{flex:0 0 auto;}
.category-panorama-body{flex:1 1 auto;min-height:0;max-height:none;overflow:hidden;}
.category-panorama-tree,.category-panorama-stats{min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;}
.category-panorama-stats{max-height:none;}
.category-panorama-node__children[hidden]{display:none!important;}

.category-io-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-bottom:13px;}
.category-io-grid label{display:grid;gap:6px;}
.category-io-grid label>span,.category-io-section h3{color:#4d6078;font-size:10px;font-weight:800;}
.category-io-grid select{width:100%;min-height:38px;padding:0 34px 0 10px;border:1px solid #dce3ec;border-radius:8px;background:#fff;color:#26364b;}
.category-io-required span{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.category-io-required small{padding:2px 5px;border-radius:999px;background:#eaf3ee;color:#176b4d;font-size:8px;font-weight:800;}
.category-io-section{display:grid;gap:9px;margin-bottom:15px;}
.category-io-section:last-child{margin-bottom:0;}
.category-io-section h3{margin:0;}
.category-io-choice-list{display:grid;gap:7px;}
.category-io-choice-list label{display:flex;align-items:flex-start;gap:9px;padding:10px 11px;border:1px solid #e2e8ef;border-radius:9px;background:#fff;cursor:pointer;}
.category-io-choice-list label:has(input:checked){border-color:#a9c9ee;background:#f6faff;}
.category-io-choice-list input{margin-top:3px;accent-color:#1a73e8;}
.category-io-choice-list span{display:grid;gap:2px;color:#344b68;font-size:10.5px;font-weight:750;}
.category-io-choice-list small{color:#8793a5;font-size:9px;font-weight:500;}
.category-io-check-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;}
.category-io-check-list label{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:8px;background:#f7f9fc;color:#52657c;font-size:10px;cursor:pointer;}
.category-io-check-list input,.category-io-format input{accent-color:#1a73e8;}
.category-io-format{grid-template-columns:auto auto auto;align-items:center;justify-content:start;column-gap:18px;}
.category-io-format h3{grid-column:1/-1;}
.category-io-format label{font-size:10.5px;color:#52657c;}

.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-context-head{display:block!important;padding:11px 12px 8px;border-bottom:0;}
.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-context-head__title{display:flex!important;}
.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-context-head__title strong{display:block!important;font-size:12.5px;}
.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-context-head__icon{display:inline-flex!important;width:19px;height:19px;flex-basis:19px;}
.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-context-head__kicker{display:none!important;}
.desktop-sidebar[data-product-sidebar-context="true"] .sidebar-navigation-area{padding-top:4px;}

@media(max-width:900px){
  .category-panorama-dialog{max-height:calc(100vh - 20px);}
  .category-panorama-shell{max-height:calc(100vh - 20px);}
  .category-panorama-body{overflow:auto;}
  .category-panorama-tree,.category-panorama-stats{overflow:visible;}
}
@media(max-width:640px){
  .category-io-grid{grid-template-columns:1fr;}
  .category-io-check-list{grid-template-columns:1fr 1fr;}
}
