.lsh-home-four-panels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px;width:100%}.lsh-home-four-panel{background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:10px;min-width:0;box-sizing:border-box}.lsh-home-four-panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#111;text-decoration:none;margin-bottom:9px}.lsh-home-four-panel-head h3{margin:0;font-size:17px;line-height:1.25}.lsh-home-four-panel-head span{font-size:28px;line-height:1}.lsh-home-four-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lsh-home-four-tile{min-width:0;text-decoration:none;color:#111}.lsh-home-four-img{height:145px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.lsh-home-four-img img{width:100%;height:100%;object-fit:contain}.lsh-home-four-img span{font-size:12px;color:#565959;text-align:center;padding:8px}.lsh-home-four-name{font-size:12px;line-height:1.3;min-height:31px;margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lsh-home-four-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap;font-size:12px;margin-top:3px}.lsh-home-four-off{background:#cc0c39;color:#fff;border-radius:3px;padding:2px 4px;font-size:10px;font-weight:700}.lsh-home-four-empty{grid-column:1/-1;min-height:120px;display:flex;align-items:center;justify-content:center;color:#565959;font-size:12px}@media(max-width:1250px){.lsh-home-four-panels{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.lsh-home-four-panels{grid-template-columns:1fr}.lsh-home-four-img{height:135px}}