.pes-gallery-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid var(--pes-line);border-radius:1rem;background:#fff;color:var(--pes-ink);cursor:pointer;text-align:left;box-shadow:0 5px 18px rgba(18,59,93,.08);transition:border-color 160ms ease,box-shadow 160ms ease,transform 160ms ease}.pes-gallery-card:hover{border-color:var(--pes-blue);box-shadow:0 12px 26px rgba(18,59,93,.16);transform:translateY(-2px)}.pes-gallery-card__media{width:100%;aspect-ratio:4/3;display:grid;place-items:center;padding:1rem;border-bottom:1px solid var(--pes-line);background:linear-gradient(145deg,#fff,var(--pes-page))}.pes-gallery-card__media img{width:100%;height:100%;max-height:190px;object-fit:contain}.pes-gallery-card__body{flex:1;display:flex;flex-direction:column;padding:1rem}.pes-gallery-card__name{margin:0;color:var(--pes-blue-dark);font-size:1.1rem;line-height:1.3}.pes-gallery-card__description{flex:1;margin:.45rem 0 .9rem;color:var(--pes-muted);font-size:.94rem;line-height:1.5}.pes-gallery-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.55rem .8rem;border-radius:.65rem;background:var(--pes-blue);color:#fff;font-weight:800}@media (max-width:560px){.pes-gallery-card{display:grid;grid-template-columns:112px minmax(0,1fr)}.pes-gallery-card__media{min-height:100%;aspect-ratio:auto;padding:.65rem;border-right:1px solid var(--pes-line);border-bottom:0}.pes-gallery-card__media img{max-height:126px}.pes-gallery-card__body{padding:.8rem}.pes-gallery-card__description{margin-bottom:.6rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}@media (max-width:390px){.pes-gallery-card{grid-template-columns:94px minmax(0,1fr)}.pes-gallery-card__description{display:none}}