.hoy-card{background-color:#fff;border:1px solid #e0e6ed;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.hoy-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-5px)}.hoy-card-image{align-items:center;background-color:#f5f7fa;color:#6f7b91;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.hoy-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hoy-card:hover .hoy-card-image img{transform:scale(1.05)}.hoy-card-content{padding:20px}.hoy-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.hoy-card-name{color:#061138;font-size:18px;font-weight:700;margin:0}.hoy-verified-badge{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.92);border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.1);color:#15803d;font-size:12px;font-weight:600;line-height:1;padding:5px 8px;position:absolute;right:10px;top:10px;white-space:nowrap;z-index:1}.hoy-card-details{color:#6f7b91;font-size:14px;margin-bottom:15px}.hoy-card-details span{display:flex}.hoy-card-price{color:#061138;font-size:16px;font-weight:600}.hoy-card-actions{display:flex;gap:10px}.hoy-card-actions .button-2{border-radius:4px;flex:1;font-size:14px;padding:5px}