.ivf-card-wrap{flex:0 0 calc(33.333% - 14px);margin-right:20px;box-sizing:border-box;padding:8px 0}.ivf-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px 20px 24px;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,.07);transition:box-shadow .25s;display:flex;flex-direction:column;gap:14px;height:100%}.ivf-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.11)}.ivf-card-title{font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.35;margin:0 0 4px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}.ivf-location{display:flex;gap:12px;align-items:flex-start}.ivf-pin-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#e8f0f7;flex-shrink:0;text-decoration:none;transition:background .2s}.ivf-pin-btn:hover{background:#ccdde9}.ivf-location-text{display:flex;flex-direction:column;gap:3px}.ivf-get-directions{font-size:15px;font-weight:600;color:#3c74a4;text-decoration:none}.ivf-get-directions:hover{text-decoration:underline}.ivf-address{font-size:15px;color:#4b5563;line-height:1.5;margin:0}.ivf-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.ivf-dot.active{background:#3c74a4;transform:scale(1.35)}@media (max-width:767px){.ivf-card-wrap{flex:0 0 100%;margin-right:20px}}