html body #count{padding:10px 14px!important;font-size:14px!important}
html body #detail .ipc-row{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:15px;overflow-wrap:anywhere}
html body #detail .ipc-row b{font-size:16px;line-height:1.4}
html body #detail .ipc-row span{font-size:15px;line-height:1.5}
html body #viewer .canvas{touch-action:none;overscroll-behavior:contain}
@media(max-width:800px){
 html body .filters{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto auto!important;gap:6px!important}
 html body .filters #search{grid-column:1/-1;width:100%;min-width:0}
 html body .filters select{width:100%;min-width:0;padding:8px 4px;font-size:13px!important}
 html body .filters button{padding:8px;min-height:44px;font-size:13px!important}
 html body #detail{min-height:calc(100dvh - 140px);scroll-margin-top:65px}
}
