/* Match the title container to its actual text, including Samba's inline equal heights. */
body.type-index.ef-home-ready #ef-home :is(#efhp-products-slot,#efhp-extra-products) .p .p-in-in {
 height:auto!important; max-height:none!important; min-width:0; flex-shrink:0;
}
body.type-index.ef-home-ready #ef-home :is(#efhp-products-slot,#efhp-extra-products) .p .name {
 display:block!important; height:auto!important; max-height:none!important;
 overflow:visible!important; white-space:normal!important; -webkit-line-clamp:unset!important;
 overflow-wrap:anywhere; line-height:1.4!important; margin:0!important;
}
body.type-index.ef-home-ready #ef-home :is(#efhp-products-slot,#efhp-extra-products) .p .p-bottom {
 margin-top:12px!important;
}
@media(max-width:767px) {
 body.type-index.ef-home-ready #ef-home :is(#efhp-products-slot,#efhp-extra-products) .p .p-in { padding:12px; }
 body.type-index.ef-home-ready #ef-home :is(#efhp-products-slot,#efhp-extra-products) .p .name { font-size:16px!important; }
}
