/* Scale the complete card while keeping its internal artwork and layout intact. */
.directory-results .p-card-actions{display:flex;align-items:stretch;gap:9px;padding-top:1px}
.directory-results .p-card-actions .p-open{flex:1;min-width:0}
.directory-results .p-card-actions .p-compare{align-self:stretch;min-height:36px}

@media(min-width:701px){
  .directory-results .grid{
    grid-template-columns:repeat(auto-fit,minmax(280px,320px));
    justify-content:center
  }
}

@media(max-width:420px){
  .directory-results .p-card-actions{gap:7px}
  .directory-results .p-card-actions .p-compare{padding-inline:8px}
}

@media(max-width:700px){
  .directory-results .p-card{width:min(100%,420px);justify-self:center}
}
