.pgd-results-grid{display:flex;flex-wrap:wrap;gap:12px}
.pgd-card{width:calc(33.333% - 12px);box-shadow:0 2px 6px rgba(0,0,0,.08);padding:12px;border-radius:6px}
.pgd-card img{width:100%;height:auto}
.pgd-price{font-weight:700;color:#2b7a0b}
.pgd-search-form input, .pgd-search-form select {padding:8px;margin:4px 0}
@media(max-width:800px){ .pgd-card{width:calc(50% - 12px)} }
@media(max-width:480px){ .pgd-card{width:100%} }
