.corporate-home-products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; list-style:none; padding:0; }
.corporate-home-products[hidden] { display:none; }
.home-product__tab[aria-pressed="true"] { background:#1675e9; color:white; }
.catalog-search { display:flex; margin-bottom:24px; border:1px solid #ddd; }
.catalog-search input { width:100%; min-width:0; padding:10px; border:0; }
.catalog-search button { flex:0 0 40px; border:0; background:#f1f3f5; cursor:pointer; position:relative; }
.catalog-search button::before { content:''; position:absolute; inset:11px; background:#1675e9; mask:var(--svg-search) center/contain no-repeat; }
.corporate-gallery-main { display:flex; align-items:center; justify-content:center; width:100%; height:100%; }
.corporate-gallery-main img { max-width:100%; max-height:450px; object-fit:contain; }
.pd-gallery__thumbs a { display:block; width:80px; aspect-ratio:1; border:1px solid #ddd; }
.pd-gallery__thumbs a img { width:100%; height:100%; object-fit:contain; }
.form-status { min-height:24px; grid-column:1 / -1; overflow-wrap:anywhere; }
.corporate-single { min-height:50vh; padding-top:60px; padding-bottom:60px; }
.honor-card__paper img { width:100%; height:100%; object-fit:contain; }
.header-top p { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; min-width:0; }
.product-cate ul ul { padding-left:16px; }
.product-item__title,.news-card__body h3,.job-card h3 { overflow-wrap:anywhere; }
.news > *, .news__side > *, .news-article__body > * { min-width:0; max-width:100%; }
.news .news-rec a { white-space:normal; overflow-wrap:anywhere; }
.news-article__body { overflow-wrap:anywhere; }
@media (max-width:767px) {
  .corporate-home-products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
}
