.adg-grid-wrap{max-width:1180px;margin:0 auto;padding:20px;background:#eaf3f5}
.adg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px}
.adg-card{background:#fff;border-radius:5px;box-shadow:0 3px 12px rgba(0,0,0,.08);padding:20px;display:flex;flex-direction:column;min-height:330px}
.adg-img{height:140px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#999;background:#fff;margin-bottom:16px}
.adg-img img{max-width:100%;max-height:140px;object-fit:contain}
.adg-card h3{font-size:16px;line-height:1.35;margin:0 0 10px;color:#111;font-weight:600}
.adg-store{font-size:13px;color:#b6b6b6;margin:0 0 20px}
.adg-button{margin-top:auto;background:#e85d59;color:#fff!important;text-decoration:none;text-align:center;padding:12px 16px;border-radius:4px;font-weight:700;font-size:14px;box-shadow:0 4px 8px rgba(0,0,0,.16)}
.adg-button:hover{filter:brightness(.95)}
@media(max-width:600px){.adg-grid-wrap{padding:14px}.adg-grid{grid-template-columns:repeat(2,1fr);gap:14px}.adg-card{padding:14px;min-height:285px}.adg-img{height:110px}.adg-img img{max-height:110px}.adg-card h3{font-size:14px}.adg-button{padding:10px 12px}}
