.product-card .card-body .wlwc-configuration {
    display:block;
    min-width:0;
    max-width:100%;
    flex:0 0 auto;
    padding:8px 10px;
    margin:0 0 10px;
    background:#f1f5f6;
    color:#15313e;
    border:0;
    border-radius:0;
}
.product-card .wlwc-configuration code {
    display:block;
    padding:0;
    margin:0;
    background:transparent;
    color:inherit;
    font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;
    font-size:.8125rem;
    font-weight:500;
    line-height:1.45;
    letter-spacing:0;
    text-transform:none;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:normal;
}
/* Keep the site's existing card grid, image sizes and equal-height grid rows.
   Tighten only bodies that actually contain a WILDEN configuration. */
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) {
    min-width:0;
    padding-top:16px;
    padding-bottom:16px;
}
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) > .tag {
    margin-bottom:6px;
}
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) > h3 {
    min-height:0;
    margin-top:0;
    margin-bottom:8px;
    line-height:1.25;
}
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) > .spec-summary {
    margin-top:0;
    margin-bottom:0;
    padding-top:10px;
    row-gap:8px;
}
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) > .spec-summary > div {
    min-width:0;
}
:is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) > .card-end {
    margin-top:auto;
    padding-top:12px;
}
@media(max-width:620px){
    :is(.product-grid,#home-recommendations,#wlhr-full-catalog) .product-card .card-body:has(> .wlwc-configuration) {
        padding-top:14px;
        padding-bottom:14px;
    }
}
