/* Redesenho do card de fornecedor — aplica a todos, não só a um card de teste. */
.supplier-card{padding:20px 16px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}
.supplier-logo{width:140px!important;height:140px!important;margin:0 auto 10px!important;border:4px solid #e91685;box-sizing:border-box}
.supplier-seal{width:54px!important;height:54px!important;right:-11px!important;bottom:-9px!important}
.supplier-card h3{font-size:17px;font-weight:600;margin:0 0 6px;line-height:1.15}
.v2-category{display:inline-block;background:#fff4f8;color:#e91685;font-size:10px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:4px;cursor:pointer;transition:background .15s ease,color .15s ease;border:0;font-family:inherit}
.v2-category:hover{background:#e91685;color:#fff}
.v2-benefit-text{font-size:11px;line-height:1.45;color:#765d6c;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.v2-benefit-pill{display:inline-block;background:#fff4f8;color:#e91685;font-size:11px;font-weight:700;padding:7px 15px;border-radius:20px;margin-bottom:14px}
.v2-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-top:auto}
.v2-whatsapp{position:relative;overflow:hidden;flex:1 1 100%;display:flex;align-items:center;justify-content:center;background:#c8106e;color:#fff;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.01em;padding:11px 10px;border-radius:12px;border:1px solid transparent;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease}
.v2-whatsapp:before{content:"";position:absolute;top:0;bottom:0;left:-60%;width:40%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.4),transparent);transform:skewX(-20deg);transition:left .55s ease}
.v2-whatsapp:hover{background:#a80c58;transform:translateY(-3px) scale(1.025);box-shadow:0 12px 22px rgba(92,16,49,.28)}
.v2-whatsapp:hover:before{left:130%}
.v2-icon-row{display:flex;gap:8px;flex:1 1 100%;justify-content:center}
.v2-icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #eadbe2;background:#fff;color:#8a2451;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease,border-color .35s ease,color .35s ease}
.v2-icon svg{width:17px;height:17px;fill:none;stroke:currentColor}
.v2-icon.v2-gmb svg{fill:currentColor;stroke:none}
.v2-icon.v2-tiktok svg{fill:currentColor;stroke:none}
.v2-icon:hover{transform:translateY(-3px) scale(1.12);box-shadow:0 10px 18px rgba(92,16,49,.24);background:#e91685;border-color:#e91685;color:#fff}
@media(max-width:760px){
  .supplier-logo{width:120px!important;height:120px!important}
  .supplier-seal{width:46px!important;height:46px!important}
}
