/* Shared additions for all complete second-level category listing pages */
.listing-hero-gallery figure{margin:0}.listing-hero-main,.listing-hero-small{display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.listing-hero-main{grid-row:1/3}.listing-hero-main img,.listing-hero-small img{display:block;width:100%;height:100%;object-fit:contain;padding:10px}.listing-list-photo{display:grid;place-items:center;background:#fff}.listing-list-photo img{display:block;width:100%;height:100%;object-fit:contain}.plc-model-row .listing-list-photo+div h3{font-size:15px}.plc-model-row .listing-list-photo+div p{font-size:12px!important}.plc-scope-grid span{font-size:12px!important}.plc-model-type b,.plc-model-status b{font-size:13px!important}.plc-model-status span{font-size:11px!important}.plc-list-toolbar label,.plc-type-filter span{font-size:12px!important}
@media(max-width:760px){.listing-hero-main{grid-row:auto;grid-column:1/3}.plc-model-row{grid-template-columns:86px 1fr}.plc-model-row>.plc-model-type,.plc-model-row>.plc-model-status{display:none}.plc-model-row>.btn{grid-column:2;width:max-content}.listing-list-photo{width:86px}}
@media(max-width:520px){.listing-hero-gallery{grid-template-columns:1fr 1fr;min-height:350px}.listing-hero-main{grid-column:1/3}.plc-model-row{grid-template-columns:70px 1fr;gap:11px;padding:12px}.listing-list-photo{width:70px}.plc-model-row>.btn{grid-column:1/3;width:100%}}

/* Product lists omit the Product type column by design. */
.plc-model-row.edv-no-product-type{grid-template-columns:105px minmax(0,1.55fr) .9fr 116px}
@media(max-width:900px){.plc-model-row.edv-no-product-type{grid-template-columns:90px minmax(0,1fr) 105px}}
@media(max-width:620px){.plc-model-row.edv-no-product-type{grid-template-columns:76px minmax(0,1fr)}.plc-model-row.edv-no-product-type>.btn{grid-column:2;width:max-content}}

/* Keep product actions visually separate and consistently right-aligned. */
.plc-model-row.edv-no-product-type>.btn{justify-self:end;min-width:0;margin-inline-start:12px;padding:7px 12px;text-align:center}
