.lcd-category-grid,.lcd-category-grid *{box-sizing:border-box}.lcd-category-grid{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.lcd-category-grid__card{width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #e1e1e1;border-radius:5px;box-shadow:0 2px 7px rgba(0,0,0,.06)}.lcd-category-grid__title{margin:0;padding:12px 10px;text-align:center;font-size:18px;line-height:1.25;font-weight:800;text-transform:uppercase;border-bottom:1px solid #eee}.lcd-category-grid__title a{color:#243126;text-decoration:none}.lcd-category-grid__number{white-space:nowrap}.lcd-category-grid__image{width:100%;height:210px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eef0ee;text-decoration:none}.lcd-category-grid__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lcd-category-grid__card:hover .lcd-category-grid__image img{transform:scale(1.025)}.lcd-category-grid__placeholder{color:#768077;font-size:13px}.lcd-category-grid__children{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 22px;margin:0;padding:14px 18px 17px 30px;list-style:disc}.lcd-category-grid__children li{min-width:0;margin:0;color:#222;font-size:13px;line-height:1.4}.lcd-category-grid__children a{color:#222;text-decoration:none;overflow-wrap:anywhere}.lcd-category-grid__children a:hover{text-decoration:underline}.lcd-category-grid__notice{padding:18px;border:1px dashed #bbb;background:#fafafa;text-align:center}@media(max-width:1024px){.lcd-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.lcd-category-grid{grid-template-columns:1fr}.lcd-category-grid__image{height:210px}}@media(max-width:420px){.lcd-category-grid__children{grid-template-columns:1fr}}
